HEX: #6B5798
RGB: (107,87,152)
#6B5798 enthält hauptsächlich rote und blaue Farbe. Für #6B5798 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6B5798 wird in RGB als (107,87,152) definiert.
RGB: (107,87,152)
(42%, 34%, 60%)
R 107 von 255 = 42%
G 87 von 255 = 34%
B 152 von 255 = 60%
R + G + B ~ 45%. #6B5798 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 87 + 152 = 346 (100%)
R 107 von 346 ~ 30.92%
G 87 von 346 ~ 25.14%
B 152 von 346 ~ 43.93'%
Die Farbe #6B5798 wird in CMYK als (30,43,0,40) definiert.
CMYK: (30,43,0,40) C30M43Y0K40 (30%,43%,0%,40%) (0.30/0.43/0.00/0.40)
Farbe #6B5798 in den populären Farbmodellen.
6B | 57 | 98 | |
---|---|---|---|
RGB | 107 | 87 | 152 |
HSL | 258° | 27.20% | 46.86% |
HSB/HSV | 258° | 42.76% | 59.61% |
CMYK | 29.61% | 42.76% | 0.00% |
40.39% |
Die Farbe #6B5798 in den populären Zahlensystemen.
Hexadezimal | 6B | 57 | 98 |
Dezimal | 107 | 87 | 152 |
Binär | 1101011 | 1010111 | 10011000 |
Oktal | 153 | 127 | 230 |
Dunkle Töne der Farbe #6B5798
Helle Töne der Farbe #6B5798
Beispiele css- und html für Elemente in der Farbe #6B5798. Bitte benutzen Sie auch rgb(107,87,152) statt hex-Code.
.myTextColor { color: #6B5798; }
<p style="color:#6B5798">This sample text font color is #6B5798.</p>
Die Farbe dieses Textes ist #6B5798.
.myBgColor { background-color: #6B5798; }
<div style="background-color:#6B5798">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B5798.
.myBorderColor { border: 1px solid #6B5798; }
<div style="border:3px solid #6B5798">Div</div>
Die Grenzen von diesem div sind in Farbe #6B5798.
.myOpacity80 { color: #6B5798; opacity: 0.8; }
<p style="color:#6B5798;opacity:0.8;">80%</p>
Text in Farbe #6B5798 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B5798;}
<p style="text-shadow: 3px 3px 1px #6B5798">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B5798.
.textShadow {text-shadow: 3px 3px 1px #6B5798', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B5798, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B5798 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B5798, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B5798, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B5798 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B5798;
-webkit-box-shadow: 1px 1px 3px 2px #6B5798;
box-shadow: 1px 1px 3px 2px #6B5798;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B5798; -webkit-box-shadow: 1px 1px 3px 2px #6B5798; box-shadow:1px 1px 3px 2px #6B5798;">
Div content here
</div>
Dieser Text ist in der Farbe #6B5798 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B5798 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B5798.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B5798.
Kontrastfarbe für #hex ist #94A867.