HEX: #6C807F
RGB: (108,128,127)
#6C807F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6C807F ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6C807F wird in RGB als (108,128,127) definiert.
RGB: (108,128,127)
(42%, 50%, 50%)
R 108 von 255 = 42%
G 128 von 255 = 50%
B 127 von 255 = 50%
R + G + B ~ 47%. #6C807F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 108 + 128 + 127 = 363 (100%)
R 108 von 363 ~ 29.75%
G 128 von 363 ~ 35.26%
B 127 von 363 ~ 34.99'%
Die Farbe #6C807F wird in CMYK als (16,0,1,50) definiert.
CMYK: (16,0,1,50) C16M0Y1K50 (16%,0%,1%,50%) (0.16/0.00/0.01/0.50)
Farbe #6C807F in den populären Farbmodellen.
6C | 80 | 7F | |
---|---|---|---|
RGB | 108 | 128 | 127 |
HSL | 177° | 8.47% | 46.27% |
HSB/HSV | 177° | 15.63% | 50.20% |
CMYK | 15.63% | 0.00% | 0.78% |
49.80% |
Die Farbe #6C807F in den populären Zahlensystemen.
Hexadezimal | 6C | 80 | 7F |
Dezimal | 108 | 128 | 127 |
Binär | 1101100 | 10000000 | 1111111 |
Oktal | 154 | 200 | 177 |
Dunkle Töne der Farbe #6C807F
Helle Töne der Farbe #6C807F
Beispiele css- und html für Elemente in der Farbe #6C807F. Bitte benutzen Sie auch rgb(108,128,127) statt hex-Code.
.myTextColor { color: #6C807F; }
<p style="color:#6C807F">This sample text font color is #6C807F.</p>
Die Farbe dieses Textes ist #6C807F.
.myBgColor { background-color: #6C807F; }
<div style="background-color:#6C807F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C807F.
.myBorderColor { border: 1px solid #6C807F; }
<div style="border:3px solid #6C807F">Div</div>
Die Grenzen von diesem div sind in Farbe #6C807F.
.myOpacity80 { color: #6C807F; opacity: 0.8; }
<p style="color:#6C807F;opacity:0.8;">80%</p>
Text in Farbe #6C807F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C807F;}
<p style="text-shadow: 3px 3px 1px #6C807F">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C807F.
.textShadow {text-shadow: 3px 3px 1px #6C807F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C807F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C807F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C807F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C807F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C807F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6C807F;
-webkit-box-shadow: 1px 1px 3px 2px #6C807F;
box-shadow: 1px 1px 3px 2px #6C807F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C807F; -webkit-box-shadow: 1px 1px 3px 2px #6C807F; box-shadow:1px 1px 3px 2px #6C807F;">
Div content here
</div>
Dieser Text ist in der Farbe #6C807F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C807F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C807F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C807F.
Kontrastfarbe für #hex ist #937F80.