HEX: #6B717D
RGB: (107,113,125)
#6B717D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6B717D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6B717D wird in RGB als (107,113,125) definiert.
RGB: (107,113,125)
(42%, 44%, 49%)
R 107 von 255 = 42%
G 113 von 255 = 44%
B 125 von 255 = 49%
R + G + B ~ 45%. #6B717D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 113 + 125 = 345 (100%)
R 107 von 345 ~ 31.01%
G 113 von 345 ~ 32.75%
B 125 von 345 ~ 36.23'%
Die Farbe #6B717D wird in CMYK als (14,10,0,51) definiert.
CMYK: (14,10,0,51)
C14M10Y0K51 (14%, 10%, 0%, 51%)
(0.14 / 0.10 / 0.00 / 0.51)
Farbe #6B717D in den populären Farbmodellen.
6B | 71 | 7D | |
---|---|---|---|
RGB | 107 | 113 | 125 |
HSL | 220° | 7.76% | 45.49% |
HSB/HSV | 220° | 14.40% | 49.02% |
CMYK | 14.40% | 9.60% | 0.00% |
50.98% |
Die Farbe #6B717D in den populären Zahlensystemen.
Hexadezimal | 6B | 71 | 7D |
Dezimal | 107 | 113 | 125 |
Binär | 1101011 | 1110001 | 1111101 |
Oktal | 153 | 161 | 175 |
Dunkle Töne der Farbe #6B717D
Helle Töne der Farbe #6B717D
Beispiele css- und html für Elemente in der Farbe #6B717D. Bitte benutzen Sie auch rgb(107,113,125) statt hex-Code.
.myTextColor { color: #6B717D; }
<p style="color:#6B717D">This sample text font color is #6B717D.</p>
Die Farbe dieses Textes ist #6B717D.
.myBgColor { background-color: #6B717D; }
<div style="background-color:#6B717D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B717D.
.myBorderColor { border: 1px solid #6B717D; }
<div style="border:3px solid #6B717D">Div</div>
Die Grenzen von diesem div sind in Farbe #6B717D.
.myOpacity80 { color: #6B717D; opacity: 0.8; }
<p style="color:#6B717D;opacity:0.8;">80%</p>
Text in Farbe #6B717D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B717D;}
<p style="text-shadow: 3px 3px 1px #6B717D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B717D.
.textShadow {text-shadow: 3px 3px 1px #6B717D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B717D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B717D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B717D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B717D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B717D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B717D;
-webkit-box-shadow: 1px 1px 3px 2px #6B717D;
box-shadow: 1px 1px 3px 2px #6B717D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B717D; -webkit-box-shadow: 1px 1px 3px 2px #6B717D; box-shadow:1px 1px 3px 2px #6B717D;">
Div content here
</div>
Dieser Text ist in der Farbe #6B717D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B717D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B717D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B717D.
Kontrastfarbe für #hex ist #948E82.