HEX: #6B867D
RGB: (107,134,125)
#6B867D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6B867D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6B867D wird in RGB als (107,134,125) definiert.
RGB: (107,134,125)
(42%, 53%, 49%)
R 107 von 255 = 42%
G 134 von 255 = 53%
B 125 von 255 = 49%
R + G + B ~ 48%. #6B867D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 134 + 125 = 366 (100%)
R 107 von 366 ~ 29.23%
G 134 von 366 ~ 36.61%
B 125 von 366 ~ 34.15'%
Die Farbe #6B867D wird in CMYK als (20,0,7,47) definiert.
CMYK: (20,0,7,47) C20M0Y7K47 (20%,0%,7%,47%) (0.20/0.00/0.07/0.47)
Farbe #6B867D in den populären Farbmodellen.
6B | 86 | 7D | |
---|---|---|---|
RGB | 107 | 134 | 125 |
HSL | 160° | 11.20% | 47.25% |
HSB/HSV | 160° | 20.15% | 52.55% |
CMYK | 20.15% | 0.00% | 6.72% |
47.45% |
Die Farbe #6B867D in den populären Zahlensystemen.
Hexadezimal | 6B | 86 | 7D |
Dezimal | 107 | 134 | 125 |
Binär | 1101011 | 10000110 | 1111101 |
Oktal | 153 | 206 | 175 |
Dunkle Töne der Farbe #6B867D
Helle Töne der Farbe #6B867D
Beispiele css- und html für Elemente in der Farbe #6B867D. Bitte benutzen Sie auch rgb(107,134,125) statt hex-Code.
.myTextColor { color: #6B867D; }
<p style="color:#6B867D">This sample text font color is #6B867D.</p>
Die Farbe dieses Textes ist #6B867D.
.myBgColor { background-color: #6B867D; }
<div style="background-color:#6B867D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B867D.
.myBorderColor { border: 1px solid #6B867D; }
<div style="border:3px solid #6B867D">Div</div>
Die Grenzen von diesem div sind in Farbe #6B867D.
.myOpacity80 { color: #6B867D; opacity: 0.8; }
<p style="color:#6B867D;opacity:0.8;">80%</p>
Text in Farbe #6B867D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B867D;}
<p style="text-shadow: 3px 3px 1px #6B867D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B867D.
.textShadow {text-shadow: 3px 3px 1px #6B867D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B867D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B867D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B867D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B867D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B867D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B867D;
-webkit-box-shadow: 1px 1px 3px 2px #6B867D;
box-shadow: 1px 1px 3px 2px #6B867D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B867D; -webkit-box-shadow: 1px 1px 3px 2px #6B867D; box-shadow:1px 1px 3px 2px #6B867D;">
Div content here
</div>
Dieser Text ist in der Farbe #6B867D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B867D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B867D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B867D.
Kontrastfarbe für #hex ist #947982.