HEX: #6C889A
RGB: (108,136,154)
#6C889A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6C889A ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #6C889A wird in RGB als (108,136,154) definiert.
RGB: (108,136,154)
(42%, 53%, 60%)
R 108 von 255 = 42%
G 136 von 255 = 53%
B 154 von 255 = 60%
R + G + B ~ 52%. #6C889A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 108 + 136 + 154 = 398 (100%)
R 108 von 398 ~ 27.14%
G 136 von 398 ~ 34.17%
B 154 von 398 ~ 38.69'%
Die Farbe #6C889A wird in CMYK als (30,12,0,40) definiert.
CMYK: (30,12,0,40)
C30M12Y0K40 (30%, 12%, 0%, 40%)
(0.30 / 0.12 / 0.00 / 0.40)
Farbe #6C889A in den populären Farbmodellen.
6C | 88 | 9A | |
---|---|---|---|
RGB | 108 | 136 | 154 |
HSL | 203° | 18.55% | 51.37% |
HSB/HSV | 203° | 29.87% | 60.39% |
CMYK | 29.87% | 11.69% | 0.00% |
39.61% |
Die Farbe #6C889A in den populären Zahlensystemen.
Hexadezimal | 6C | 88 | 9A |
Dezimal | 108 | 136 | 154 |
Binär | 1101100 | 10001000 | 10011010 |
Oktal | 154 | 210 | 232 |
Dunkle Töne der Farbe #6C889A
Helle Töne der Farbe #6C889A
Beispiele css- und html für Elemente in der Farbe #6C889A. Bitte benutzen Sie auch rgb(108,136,154) statt hex-Code.
.myTextColor { color: #6C889A; }
<p style="color:#6C889A">This sample text font color is #6C889A.</p>
Die Farbe dieses Textes ist #6C889A.
.myBgColor { background-color: #6C889A; }
<div style="background-color:#6C889A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C889A.
.myBorderColor { border: 1px solid #6C889A; }
<div style="border:3px solid #6C889A">Div</div>
Die Grenzen von diesem div sind in Farbe #6C889A.
.myOpacity80 { color: #6C889A; opacity: 0.8; }
<p style="color:#6C889A;opacity:0.8;">80%</p>
Text in Farbe #6C889A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C889A;}
<p style="text-shadow: 3px 3px 1px #6C889A">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C889A.
.textShadow {text-shadow: 3px 3px 1px #6C889A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C889A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C889A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C889A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C889A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C889A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6C889A;
-webkit-box-shadow: 1px 1px 3px 2px #6C889A;
box-shadow: 1px 1px 3px 2px #6C889A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C889A; -webkit-box-shadow: 1px 1px 3px 2px #6C889A; box-shadow:1px 1px 3px 2px #6C889A;">
Div content here
</div>
Dieser Text ist in der Farbe #6C889A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C889A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C889A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C889A.
Kontrastfarbe für #hex ist #937765.