HEX: #6D717B
RGB: (109,113,123)
#6D717B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D717B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6D717B wird in RGB als (109,113,123) definiert.
RGB: (109,113,123)
(43%, 44%, 48%)
R 109 von 255 = 43%
G 113 von 255 = 44%
B 123 von 255 = 48%
R + G + B ~ 45%. #6D717B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 109 + 113 + 123 = 345 (100%)
R 109 von 345 ~ 31.59%
G 113 von 345 ~ 32.75%
B 123 von 345 ~ 35.65'%
Die Farbe #6D717B wird in CMYK als (11,8,0,52) definiert.
CMYK: (11,8,0,52) C11M8Y0K52 (11%,8%,0%,52%) (0.11/0.08/0.00/0.52)
Farbe #6D717B in den populären Farbmodellen.
6D | 71 | 7B | |
---|---|---|---|
RGB | 109 | 113 | 123 |
HSL | 223° | 6.03% | 45.49% |
HSB/HSV | 223° | 11.38% | 48.24% |
CMYK | 11.38% | 8.13% | 0.00% |
51.76% |
Die Farbe #6D717B in den populären Zahlensystemen.
Hexadezimal | 6D | 71 | 7B |
Dezimal | 109 | 113 | 123 |
Binär | 1101101 | 1110001 | 1111011 |
Oktal | 155 | 161 | 173 |
Dunkle Töne der Farbe #6D717B
Helle Töne der Farbe #6D717B
Beispiele css- und html für Elemente in der Farbe #6D717B. Bitte benutzen Sie auch rgb(109,113,123) statt hex-Code.
.myTextColor { color: #6D717B; }
<p style="color:#6D717B">This sample text font color is #6D717B.</p>
Die Farbe dieses Textes ist #6D717B.
.myBgColor { background-color: #6D717B; }
<div style="background-color:#6D717B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D717B.
.myBorderColor { border: 1px solid #6D717B; }
<div style="border:3px solid #6D717B">Div</div>
Die Grenzen von diesem div sind in Farbe #6D717B.
.myOpacity80 { color: #6D717B; opacity: 0.8; }
<p style="color:#6D717B;opacity:0.8;">80%</p>
Text in Farbe #6D717B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D717B;}
<p style="text-shadow: 3px 3px 1px #6D717B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D717B.
.textShadow {text-shadow: 3px 3px 1px #6D717B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D717B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D717B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D717B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D717B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D717B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D717B;
-webkit-box-shadow: 1px 1px 3px 2px #6D717B;
box-shadow: 1px 1px 3px 2px #6D717B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D717B; -webkit-box-shadow: 1px 1px 3px 2px #6D717B; box-shadow:1px 1px 3px 2px #6D717B;">
Div content here
</div>
Dieser Text ist in der Farbe #6D717B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D717B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D717B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D717B.
Kontrastfarbe für #hex ist #928E84.