HEX: #6B88AC
RGB: (107,136,172)
#6B88AC enthält hauptsächlich grüne und blaue Farbe. Für #6B88AC ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #6B88AC wird in RGB als (107,136,172) definiert.
RGB: (107,136,172)
(42%, 53%, 67%)
R 107 von 255 = 42%
G 136 von 255 = 53%
B 172 von 255 = 67%
R + G + B ~ 54%. #6B88AC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 136 + 172 = 415 (100%)
R 107 von 415 ~ 25.78%
G 136 von 415 ~ 32.77%
B 172 von 415 ~ 41.45'%
Die Farbe #6B88AC wird in CMYK als (38,21,0,33) definiert.
CMYK: (38,21,0,33)
C38M21Y0K33 (38%, 21%, 0%, 33%)
(0.38 / 0.21 / 0.00 / 0.33)
Farbe #6B88AC in den populären Farbmodellen.
6B | 88 | AC | |
---|---|---|---|
RGB | 107 | 136 | 172 |
HSL | 213° | 28.14% | 54.71% |
HSB/HSV | 213° | 37.79% | 67.45% |
CMYK | 37.79% | 20.93% | 0.00% |
32.55% |
Die Farbe #6B88AC in den populären Zahlensystemen.
Hexadezimal | 6B | 88 | AC |
Dezimal | 107 | 136 | 172 |
Binär | 1101011 | 10001000 | 10101100 |
Oktal | 153 | 210 | 254 |
Dunkle Töne der Farbe #6B88AC
Helle Töne der Farbe #6B88AC
Beispiele css- und html für Elemente in der Farbe #6B88AC. Bitte benutzen Sie auch rgb(107,136,172) statt hex-Code.
.myTextColor { color: #6B88AC; }
<p style="color:#6B88AC">This sample text font color is #6B88AC.</p>
Die Farbe dieses Textes ist #6B88AC.
.myBgColor { background-color: #6B88AC; }
<div style="background-color:#6B88AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B88AC.
.myBorderColor { border: 1px solid #6B88AC; }
<div style="border:3px solid #6B88AC">Div</div>
Die Grenzen von diesem div sind in Farbe #6B88AC.
.myOpacity80 { color: #6B88AC; opacity: 0.8; }
<p style="color:#6B88AC;opacity:0.8;">80%</p>
Text in Farbe #6B88AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B88AC;}
<p style="text-shadow: 3px 3px 1px #6B88AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B88AC.
.textShadow {text-shadow: 3px 3px 1px #6B88AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B88AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B88AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B88AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B88AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B88AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B88AC;
-webkit-box-shadow: 1px 1px 3px 2px #6B88AC;
box-shadow: 1px 1px 3px 2px #6B88AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B88AC; -webkit-box-shadow: 1px 1px 3px 2px #6B88AC; box-shadow:1px 1px 3px 2px #6B88AC;">
Div content here
</div>
Dieser Text ist in der Farbe #6B88AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B88AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B88AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B88AC.
Kontrastfarbe für #hex ist #947753.