HEX: #6C9AAD
RGB: (108,154,173)
#6C9AAD enthält hauptsächlich grüne und blaue Farbe. Für #6C9AAD ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #6C9AAD wird in RGB als (108,154,173) definiert.
RGB: (108,154,173) (42%,60%,68%)
R 108 von 255 = 42%
G 154 von 255 = 60%
B 173 von 255 = 68%
R + G + B ~ 57%. #6C9AAD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
108 + 154 + 173 = 435 (100%)
R 108 von 435 ~ 24.83%
G 154 von 435 ~ 35.4%
B 173 von 435 ~ 39.77%
Die Farbe #6C9AAD wird in CMYK als (38,11,0,32) definiert.
CMYK: (38,11,0,32) C38M11Y0K32 (38%,11%,0%,32%) (0.38/0.11/0.00/0.32)
6C | 9A | AD | |
---|---|---|---|
RGB | 108 | 154 | 173 |
HSL | 198° | 28.38% | 55.10% |
HSB/HSV | 198° | 37.57% | 67.84% |
CMYK | 37.57% | 10.98% | 0.00% |
32.16% |
Hexadezimal | 6C | 9A | AD |
Dezimal | 108 | 154 | 173 |
Binär | 1101100 | 10011010 | 10101101 |
Oktal | 154 | 232 | 255 |
Beispiele css- und html für Elemente in der Farbe #6C9AAD. Bitte benutzen Sie auch rgb(108,154,173) statt hex-Code.
.myTextColor { color: #6C9AAD; }
<p style="color:#6C9AAD">This sample text font color is #6C9AAD.</p>
Die Farbe dieses Textes ist #6C9AAD.
.myBgColor { background-color: #6C9AAD; }
<div style="background-color:#6C9AAD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C9AAD.
.myBorderColor { border: 1px solid #6C9AAD; }
<div style="border:3px solid #6C9AAD">Div</div>
Die Grenzen von diesem div sind in Farbe #6C9AAD.
.myOpacity80 { color: #6C9AAD; opacity: 0.8; }
<p style="color:#6C9AAD;opacity:0.8;">80%</p>
Text in Farbe #6C9AAD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C9AAD;}
<p style="text-shadow: 3px 3px 1px #6C9AAD">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C9AAD.
.textShadow {text-shadow: 3px 3px 1px #6C9AAD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C9AAD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C9AAD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C9AAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C9AAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C9AAD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C9AAD; -webkit-box-shadow: 1px 1px 3px 2px #6C9AAD; box-shadow: 1px 1px 3px 2px #6C9AAD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C9AAD; -webkit-box-shadow: 1px 1px 3px 2px #6C9AAD; box-shadow:1px 1px 3px 2px #6C9AAD;">
Div content here</div>
Dieser Text ist in der Farbe #6C9AAD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C9AAD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C9AAD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C9AAD.