HEX: #6E749B
RGB: (110,116,155)
#6E749B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6E749B ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6E749B wird in RGB als (110,116,155) definiert.
RGB: (110,116,155)
(43%, 45%, 61%)
R 110 von 255 = 43%
G 116 von 255 = 45%
B 155 von 255 = 61%
R + G + B ~ 50%. #6E749B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 110 + 116 + 155 = 381 (100%)
R 110 von 381 ~ 28.87%
G 116 von 381 ~ 30.45%
B 155 von 381 ~ 40.68'%
Die Farbe #6E749B wird in CMYK als (29,25,0,39) definiert.
CMYK: (29,25,0,39) C29M25Y0K39 (29%,25%,0%,39%) (0.29/0.25/0.00/0.39)
Farbe #6E749B in den populären Farbmodellen.
6E | 74 | 9B | |
---|---|---|---|
RGB | 110 | 116 | 155 |
HSL | 232° | 18.37% | 51.96% |
HSB/HSV | 232° | 29.03% | 60.78% |
CMYK | 29.03% | 25.16% | 0.00% |
39.22% |
Die Farbe #6E749B in den populären Zahlensystemen.
Hexadezimal | 6E | 74 | 9B |
Dezimal | 110 | 116 | 155 |
Binär | 1101110 | 1110100 | 10011011 |
Oktal | 156 | 164 | 233 |
Dunkle Töne der Farbe #6E749B
Helle Töne der Farbe #6E749B
Beispiele css- und html für Elemente in der Farbe #6E749B. Bitte benutzen Sie auch rgb(110,116,155) statt hex-Code.
.myTextColor { color: #6E749B; }
<p style="color:#6E749B">This sample text font color is #6E749B.</p>
Die Farbe dieses Textes ist #6E749B.
.myBgColor { background-color: #6E749B; }
<div style="background-color:#6E749B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6E749B.
.myBorderColor { border: 1px solid #6E749B; }
<div style="border:3px solid #6E749B">Div</div>
Die Grenzen von diesem div sind in Farbe #6E749B.
.myOpacity80 { color: #6E749B; opacity: 0.8; }
<p style="color:#6E749B;opacity:0.8;">80%</p>
Text in Farbe #6E749B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E749B;}
<p style="text-shadow: 3px 3px 1px #6E749B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6E749B.
.textShadow {text-shadow: 3px 3px 1px #6E749B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E749B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6E749B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E749B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E749B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E749B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E749B;
-webkit-box-shadow: 1px 1px 3px 2px #6E749B;
box-shadow: 1px 1px 3px 2px #6E749B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E749B; -webkit-box-shadow: 1px 1px 3px 2px #6E749B; box-shadow:1px 1px 3px 2px #6E749B;">
Div content here
</div>
Dieser Text ist in der Farbe #6E749B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6E749B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6E749B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6E749B.
Kontrastfarbe für #hex ist #918B64.