HEX: #6E7586
RGB: (110,117,134)
#6E7586 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6E7586 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6E7586 wird in RGB als (110,117,134) definiert.
RGB: (110,117,134)
(43%, 46%, 53%)
R 110 von 255 = 43%
G 117 von 255 = 46%
B 134 von 255 = 53%
R + G + B ~ 47%. #6E7586 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 110 + 117 + 134 = 361 (100%)
R 110 von 361 ~ 30.47%
G 117 von 361 ~ 32.41%
B 134 von 361 ~ 37.12'%
Die Farbe #6E7586 wird in CMYK als (18,13,0,47) definiert.
CMYK: (18,13,0,47)
C18M13Y0K47 (18%, 13%, 0%, 47%)
(0.18 / 0.13 / 0.00 / 0.47)
Farbe #6E7586 in den populären Farbmodellen.
6E | 75 | 86 | |
---|---|---|---|
RGB | 110 | 117 | 134 |
HSL | 223° | 9.84% | 47.84% |
HSB/HSV | 223° | 17.91% | 52.55% |
CMYK | 17.91% | 12.69% | 0.00% |
47.45% |
Die Farbe #6E7586 in den populären Zahlensystemen.
Hexadezimal | 6E | 75 | 86 |
Dezimal | 110 | 117 | 134 |
Binär | 1101110 | 1110101 | 10000110 |
Oktal | 156 | 165 | 206 |
Dunkle Töne der Farbe #6E7586
Helle Töne der Farbe #6E7586
Beispiele css- und html für Elemente in der Farbe #6E7586. Bitte benutzen Sie auch rgb(110,117,134) statt hex-Code.
.myTextColor { color: #6E7586; }
<p style="color:#6E7586">This sample text font color is #6E7586.</p>
Die Farbe dieses Textes ist #6E7586.
.myBgColor { background-color: #6E7586; }
<div style="background-color:#6E7586">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6E7586.
.myBorderColor { border: 1px solid #6E7586; }
<div style="border:3px solid #6E7586">Div</div>
Die Grenzen von diesem div sind in Farbe #6E7586.
.myOpacity80 { color: #6E7586; opacity: 0.8; }
<p style="color:#6E7586;opacity:0.8;">80%</p>
Text in Farbe #6E7586 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E7586;}
<p style="text-shadow: 3px 3px 1px #6E7586">Text here.</p>
Dieser Text hat den Schatten in Farbe #6E7586.
.textShadow {text-shadow: 3px 3px 1px #6E7586', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E7586, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6E7586 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E7586, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E7586, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E7586 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E7586;
-webkit-box-shadow: 1px 1px 3px 2px #6E7586;
box-shadow: 1px 1px 3px 2px #6E7586;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E7586; -webkit-box-shadow: 1px 1px 3px 2px #6E7586; box-shadow:1px 1px 3px 2px #6E7586;">
Div content here
</div>
Dieser Text ist in der Farbe #6E7586 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6E7586 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6E7586.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6E7586.
Kontrastfarbe für #hex ist #918A79.