HEX: #6E669E
RGB: (110,102,158)
#6E669E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6E669E ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6E669E wird in RGB als (110,102,158) definiert.
RGB: (110,102,158) (43%,40%,62%)
R 110 von 255 = 43%
G 102 von 255 = 40%
B 158 von 255 = 62%
R + G + B ~ 48%. #6E669E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
110 + 102 + 158 = 370 (100%)
R 110 von 370 ~ 29.73%
G 102 von 370 ~ 27.57%
B 158 von 370 ~ 42.7%
Die Farbe #6E669E wird in CMYK als (30,35,0,38) definiert.
CMYK: (30,35,0,38) C30M35Y0K38 (30%,35%,0%,38%) (0.30/0.35/0.00/0.38)
6E | 66 | 9E | |
---|---|---|---|
RGB | 110 | 102 | 158 |
HSL | 249° | 22.40% | 50.98% |
HSB/HSV | 249° | 35.44% | 61.96% |
CMYK | 30.38% | 35.44% | 0.00% |
38.04% |
Hexadezimal | 6E | 66 | 9E |
Dezimal | 110 | 102 | 158 |
Binär | 1101110 | 1100110 | 10011110 |
Oktal | 156 | 146 | 236 |
Beispiele css- und html für Elemente in der Farbe #6E669E. Bitte benutzen Sie auch rgb(110,102,158) statt hex-Code.
.myTextColor { color: #6E669E; }
<p style="color:#6E669E">This sample text font color is #6E669E.</p>
Die Farbe dieses Textes ist #6E669E.
.myBgColor { background-color: #6E669E; }
<div style="background-color:#6E669E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6E669E.
.myBorderColor { border: 1px solid #6E669E; }
<div style="border:3px solid #6E669E">Div</div>
Die Grenzen von diesem div sind in Farbe #6E669E.
.myOpacity80 { color: #6E669E; opacity: 0.8; }
<p style="color:#6E669E;opacity:0.8;">80%</p>
Text in Farbe #6E669E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E669E;}
<p style="text-shadow: 3px 3px 1px #6E669E">Text here.</p>
Dieser Text hat den Schatten in Farbe #6E669E.
.textShadow {text-shadow: 3px 3px 1px #6E669E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E669E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6E669E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E669E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E669E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E669E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E669E; -webkit-box-shadow: 1px 1px 3px 2px #6E669E; box-shadow: 1px 1px 3px 2px #6E669E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E669E; -webkit-box-shadow: 1px 1px 3px 2px #6E669E; box-shadow:1px 1px 3px 2px #6E669E;">
Div content here</div>
Dieser Text ist in der Farbe #6E669E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6E669E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6E669E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6E669E.