HEX: #6C908C
RGB: (108,144,140)
#6C908C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6C908C ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #6C908C wird in RGB als (108,144,140) definiert.
RGB: (108,144,140) (42%,56%,55%)
R 108 von 255 = 42%
G 144 von 255 = 56%
B 140 von 255 = 55%
R + G + B ~ 51%. #6C908C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
108 + 144 + 140 = 392 (100%)
R 108 von 392 ~ 27.55%
G 144 von 392 ~ 36.73%
B 140 von 392 ~ 35.71%
Die Farbe #6C908C wird in CMYK als (25,0,3,44) definiert.
CMYK: (25,0,3,44) C25M0Y3K44 (25%,0%,3%,44%) (0.25/0.00/0.03/0.44)
6C | 90 | 8C | |
---|---|---|---|
RGB | 108 | 144 | 140 |
HSL | 173° | 14.29% | 49.41% |
HSB/HSV | 173° | 25.00% | 56.47% |
CMYK | 25.00% | 0.00% | 2.78% |
43.53% |
Hexadezimal | 6C | 90 | 8C |
Dezimal | 108 | 144 | 140 |
Binär | 1101100 | 10010000 | 10001100 |
Oktal | 154 | 220 | 214 |
Beispiele css- und html für Elemente in der Farbe #6C908C. Bitte benutzen Sie auch rgb(108,144,140) statt hex-Code.
.myTextColor { color: #6C908C; }
<p style="color:#6C908C">This sample text font color is #6C908C.</p>
Die Farbe dieses Textes ist #6C908C.
.myBgColor { background-color: #6C908C; }
<div style="background-color:#6C908C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C908C.
.myBorderColor { border: 1px solid #6C908C; }
<div style="border:3px solid #6C908C">Div</div>
Die Grenzen von diesem div sind in Farbe #6C908C.
.myOpacity80 { color: #6C908C; opacity: 0.8; }
<p style="color:#6C908C;opacity:0.8;">80%</p>
Text in Farbe #6C908C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C908C;}
<p style="text-shadow: 3px 3px 1px #6C908C">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C908C.
.textShadow {text-shadow: 3px 3px 1px #6C908C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C908C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C908C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C908C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C908C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C908C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C908C; -webkit-box-shadow: 1px 1px 3px 2px #6C908C; box-shadow: 1px 1px 3px 2px #6C908C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C908C; -webkit-box-shadow: 1px 1px 3px 2px #6C908C; box-shadow:1px 1px 3px 2px #6C908C;">
Div content here</div>
Dieser Text ist in der Farbe #6C908C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C908C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C908C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C908C.