HEX: #6B365B
RGB: (107,54,91)
#6B365B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6B365B ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #6B365B wird in RGB als (107,54,91) definiert.
RGB: (107,54,91)
(42%, 21%, 36%)
R 107 von 255 = 42%
G 54 von 255 = 21%
B 91 von 255 = 36%
R + G + B ~ 33%. #6B365B ziemlich dunkle Farbe.
R + G + B = 107 + 54 + 91 = 252 (100%)
R 107 von 252 ~ 42.46%
G 54 von 252 ~ 21.43%
B 91 von 252 ~ 36.11'%
Die Farbe #6B365B wird in CMYK als (0,50,15,58) definiert.
CMYK: (0,50,15,58)
C0M50Y15K58 (0%, 50%, 15%, 58%)
(0.00 / 0.50 / 0.15 / 0.58)
Farbe #6B365B in den populären Farbmodellen.
6B | 36 | 5B | |
---|---|---|---|
RGB | 107 | 54 | 91 |
HSL | 318° | 32.92% | 31.57% |
HSB/HSV | 318° | 49.53% | 41.96% |
CMYK | 0.00% | 49.53% | 14.95% |
58.04% |
Die Farbe #6B365B in den populären Zahlensystemen.
Hexadezimal | 6B | 36 | 5B |
Dezimal | 107 | 54 | 91 |
Binär | 1101011 | 110110 | 1011011 |
Oktal | 153 | 66 | 133 |
Dunkle Töne der Farbe #6B365B
Helle Töne der Farbe #6B365B
Beispiele css- und html für Elemente in der Farbe #6B365B. Bitte benutzen Sie auch rgb(107,54,91) statt hex-Code.
.myTextColor { color: #6B365B; }
<p style="color:#6B365B">This sample text font color is #6B365B.</p>
Die Farbe dieses Textes ist #6B365B.
.myBgColor { background-color: #6B365B; }
<div style="background-color:#6B365B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B365B.
.myBorderColor { border: 1px solid #6B365B; }
<div style="border:3px solid #6B365B">Div</div>
Die Grenzen von diesem div sind in Farbe #6B365B.
.myOpacity80 { color: #6B365B; opacity: 0.8; }
<p style="color:#6B365B;opacity:0.8;">80%</p>
Text in Farbe #6B365B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B365B;}
<p style="text-shadow: 3px 3px 1px #6B365B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B365B.
.textShadow {text-shadow: 3px 3px 1px #6B365B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B365B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B365B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B365B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B365B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B365B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B365B;
-webkit-box-shadow: 1px 1px 3px 2px #6B365B;
box-shadow: 1px 1px 3px 2px #6B365B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B365B; -webkit-box-shadow: 1px 1px 3px 2px #6B365B; box-shadow:1px 1px 3px 2px #6B365B;">
Div content here
</div>
Dieser Text ist in der Farbe #6B365B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B365B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B365B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B365B.
Kontrastfarbe für #hex ist #94C9A4.