HEX: #6D61E3
RGB: (109,97,227)
#6D61E3 enthält hauptsächlich blaue Farbe. Für #6D61E3 ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #6D61E3 wird in RGB als (109,97,227) definiert.
RGB: (109,97,227)
(43%, 38%, 89%)
R 109 von 255 = 43%
G 97 von 255 = 38%
B 227 von 255 = 89%
R + G + B ~ 57%. #6D61E3 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 109 + 97 + 227 = 433 (100%)
R 109 von 433 ~ 25.17%
G 97 von 433 ~ 22.4%
B 227 von 433 ~ 52.42'%
Die Farbe #6D61E3 wird in CMYK als (52,57,0,11) definiert.
CMYK: (52,57,0,11)
C52M57Y0K11 (52%, 57%, 0%, 11%)
(0.52 / 0.57 / 0.00 / 0.11)
Farbe #6D61E3 in den populären Farbmodellen.
6D | 61 | E3 | |
---|---|---|---|
RGB | 109 | 97 | 227 |
HSL | 246° | 69.89% | 63.53% |
HSB/HSV | 246° | 57.27% | 89.02% |
CMYK | 51.98% | 57.27% | 0.00% |
10.98% |
Die Farbe #6D61E3 in den populären Zahlensystemen.
Hexadezimal | 6D | 61 | E3 |
Dezimal | 109 | 97 | 227 |
Binär | 1101101 | 1100001 | 11100011 |
Oktal | 155 | 141 | 343 |
Dunkle Töne der Farbe #6D61E3
Helle Töne der Farbe #6D61E3
Beispiele css- und html für Elemente in der Farbe #6D61E3. Bitte benutzen Sie auch rgb(109,97,227) statt hex-Code.
.myTextColor { color: #6D61E3; }
<p style="color:#6D61E3">This sample text font color is #6D61E3.</p>
Die Farbe dieses Textes ist #6D61E3.
.myBgColor { background-color: #6D61E3; }
<div style="background-color:#6D61E3">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D61E3.
.myBorderColor { border: 1px solid #6D61E3; }
<div style="border:3px solid #6D61E3">Div</div>
Die Grenzen von diesem div sind in Farbe #6D61E3.
.myOpacity80 { color: #6D61E3; opacity: 0.8; }
<p style="color:#6D61E3;opacity:0.8;">80%</p>
Text in Farbe #6D61E3 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D61E3;}
<p style="text-shadow: 3px 3px 1px #6D61E3">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D61E3.
.textShadow {text-shadow: 3px 3px 1px #6D61E3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D61E3, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D61E3 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D61E3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D61E3, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D61E3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D61E3;
-webkit-box-shadow: 1px 1px 3px 2px #6D61E3;
box-shadow: 1px 1px 3px 2px #6D61E3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D61E3; -webkit-box-shadow: 1px 1px 3px 2px #6D61E3; box-shadow:1px 1px 3px 2px #6D61E3;">
Div content here
</div>
Dieser Text ist in der Farbe #6D61E3 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D61E3 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D61E3.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D61E3.
Kontrastfarbe für #hex ist #929E1C.