HEX: #6C9399
RGB: (108,147,153)
#6C9399 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6C9399 ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #6C9399 wird in RGB als (108,147,153) definiert.
RGB: (108,147,153) (42%,58%,60%)
R 108 von 255 = 42%
G 147 von 255 = 58%
B 153 von 255 = 60%
R + G + B ~ 53%. #6C9399 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
108 + 147 + 153 = 408 (100%)
R 108 von 408 ~ 26.47%
G 147 von 408 ~ 36.03%
B 153 von 408 ~ 37.5%
Die Farbe #6C9399 wird in CMYK als (29,4,0,40) definiert.
CMYK: (29,4,0,40) C29M4Y0K40 (29%,4%,0%,40%) (0.29/0.04/0.00/0.40)
6C | 93 | 99 | |
---|---|---|---|
RGB | 108 | 147 | 153 |
HSL | 188° | 18.07% | 51.18% |
HSB/HSV | 188° | 29.41% | 60.00% |
CMYK | 29.41% | 3.92% | 0.00% |
40.00% |
Hexadezimal | 6C | 93 | 99 |
Dezimal | 108 | 147 | 153 |
Binär | 1101100 | 10010011 | 10011001 |
Oktal | 154 | 223 | 231 |
Beispiele css- und html für Elemente in der Farbe #6C9399. Bitte benutzen Sie auch rgb(108,147,153) statt hex-Code.
.myTextColor { color: #6C9399; }
<p style="color:#6C9399">This sample text font color is #6C9399.</p>
Die Farbe dieses Textes ist #6C9399.
.myBgColor { background-color: #6C9399; }
<div style="background-color:#6C9399">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C9399.
.myBorderColor { border: 1px solid #6C9399; }
<div style="border:3px solid #6C9399">Div</div>
Die Grenzen von diesem div sind in Farbe #6C9399.
.myOpacity80 { color: #6C9399; opacity: 0.8; }
<p style="color:#6C9399;opacity:0.8;">80%</p>
Text in Farbe #6C9399 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C9399;}
<p style="text-shadow: 3px 3px 1px #6C9399">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C9399.
.textShadow {text-shadow: 3px 3px 1px #6C9399, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C9399, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C9399 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C9399, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C9399, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C9399 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C9399; -webkit-box-shadow: 1px 1px 3px 2px #6C9399; box-shadow: 1px 1px 3px 2px #6C9399; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C9399; -webkit-box-shadow: 1px 1px 3px 2px #6C9399; box-shadow:1px 1px 3px 2px #6C9399;">
Div content here</div>
Dieser Text ist in der Farbe #6C9399 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C9399 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C9399.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C9399.