HEX: #6B5588
RGB: (107,85,136)
#6B5588 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6B5588 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6B5588 wird in RGB als (107,85,136) definiert.
RGB: (107,85,136)
(42%, 33%, 53%)
R 107 von 255 = 42%
G 85 von 255 = 33%
B 136 von 255 = 53%
R + G + B ~ 43%. #6B5588 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 85 + 136 = 328 (100%)
R 107 von 328 ~ 32.62%
G 85 von 328 ~ 25.91%
B 136 von 328 ~ 41.46'%
Die Farbe #6B5588 wird in CMYK als (21,38,0,47) definiert.
CMYK: (21,38,0,47)
C21M38Y0K47 (21%, 38%, 0%, 47%)
(0.21 / 0.38 / 0.00 / 0.47)
Farbe #6B5588 in den populären Farbmodellen.
6B | 55 | 88 | |
---|---|---|---|
RGB | 107 | 85 | 136 |
HSL | 266° | 23.08% | 43.33% |
HSB/HSV | 266° | 37.50% | 53.33% |
CMYK | 21.32% | 37.50% | 0.00% |
46.67% |
Die Farbe #6B5588 in den populären Zahlensystemen.
Hexadezimal | 6B | 55 | 88 |
Dezimal | 107 | 85 | 136 |
Binär | 1101011 | 1010101 | 10001000 |
Oktal | 153 | 125 | 210 |
Dunkle Töne der Farbe #6B5588
Helle Töne der Farbe #6B5588
Beispiele css- und html für Elemente in der Farbe #6B5588. Bitte benutzen Sie auch rgb(107,85,136) statt hex-Code.
.myTextColor { color: #6B5588; }
<p style="color:#6B5588">This sample text font color is #6B5588.</p>
Die Farbe dieses Textes ist #6B5588.
.myBgColor { background-color: #6B5588; }
<div style="background-color:#6B5588">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B5588.
.myBorderColor { border: 1px solid #6B5588; }
<div style="border:3px solid #6B5588">Div</div>
Die Grenzen von diesem div sind in Farbe #6B5588.
.myOpacity80 { color: #6B5588; opacity: 0.8; }
<p style="color:#6B5588;opacity:0.8;">80%</p>
Text in Farbe #6B5588 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B5588;}
<p style="text-shadow: 3px 3px 1px #6B5588">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B5588.
.textShadow {text-shadow: 3px 3px 1px #6B5588', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B5588, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B5588 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B5588, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B5588, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B5588 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B5588;
-webkit-box-shadow: 1px 1px 3px 2px #6B5588;
box-shadow: 1px 1px 3px 2px #6B5588;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B5588; -webkit-box-shadow: 1px 1px 3px 2px #6B5588; box-shadow:1px 1px 3px 2px #6B5588;">
Div content here
</div>
Dieser Text ist in der Farbe #6B5588 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B5588 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B5588.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B5588.
Kontrastfarbe für #hex ist #94AA77.