HEX: #6D5E8C
RGB: (109,94,140)
#6D5E8C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D5E8C ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6D5E8C wird in RGB als (109,94,140) definiert.
RGB: (109,94,140)
(43%, 37%, 55%)
R 109 von 255 = 43%
G 94 von 255 = 37%
B 140 von 255 = 55%
R + G + B ~ 45%. #6D5E8C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 109 + 94 + 140 = 343 (100%)
R 109 von 343 ~ 31.78%
G 94 von 343 ~ 27.41%
B 140 von 343 ~ 40.82'%
Die Farbe #6D5E8C wird in CMYK als (22,33,0,45) definiert.
CMYK: (22,33,0,45)
C22M33Y0K45 (22%, 33%, 0%, 45%)
(0.22 / 0.33 / 0.00 / 0.45)
Farbe #6D5E8C in den populären Farbmodellen.
6D | 5E | 8C | |
---|---|---|---|
RGB | 109 | 94 | 140 |
HSL | 260° | 19.66% | 45.88% |
HSB/HSV | 260° | 32.86% | 54.90% |
CMYK | 22.14% | 32.86% | 0.00% |
45.10% |
Die Farbe #6D5E8C in den populären Zahlensystemen.
Hexadezimal | 6D | 5E | 8C |
Dezimal | 109 | 94 | 140 |
Binär | 1101101 | 1011110 | 10001100 |
Oktal | 155 | 136 | 214 |
Dunkle Töne der Farbe #6D5E8C
Helle Töne der Farbe #6D5E8C
Beispiele css- und html für Elemente in der Farbe #6D5E8C. Bitte benutzen Sie auch rgb(109,94,140) statt hex-Code.
.myTextColor { color: #6D5E8C; }
<p style="color:#6D5E8C">This sample text font color is #6D5E8C.</p>
Die Farbe dieses Textes ist #6D5E8C.
.myBgColor { background-color: #6D5E8C; }
<div style="background-color:#6D5E8C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D5E8C.
.myBorderColor { border: 1px solid #6D5E8C; }
<div style="border:3px solid #6D5E8C">Div</div>
Die Grenzen von diesem div sind in Farbe #6D5E8C.
.myOpacity80 { color: #6D5E8C; opacity: 0.8; }
<p style="color:#6D5E8C;opacity:0.8;">80%</p>
Text in Farbe #6D5E8C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D5E8C;}
<p style="text-shadow: 3px 3px 1px #6D5E8C">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D5E8C.
.textShadow {text-shadow: 3px 3px 1px #6D5E8C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D5E8C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D5E8C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D5E8C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D5E8C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D5E8C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D5E8C;
-webkit-box-shadow: 1px 1px 3px 2px #6D5E8C;
box-shadow: 1px 1px 3px 2px #6D5E8C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D5E8C; -webkit-box-shadow: 1px 1px 3px 2px #6D5E8C; box-shadow:1px 1px 3px 2px #6D5E8C;">
Div content here
</div>
Dieser Text ist in der Farbe #6D5E8C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D5E8C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D5E8C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D5E8C.
Kontrastfarbe für #hex ist #92A173.