HEX: #06010C
RGB: (6,1,12)
#06010C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #06010C ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #06010C wird in RGB als (6,1,12) definiert.
RGB: (6,1,12)
(2%, 0%, 5%)
R 6 von 255 = 2%
G 1 von 255 = 0%
B 12 von 255 = 5%
R + G + B ~ 2%. #06010C dunkle Farbe.
R + G + B = 6 + 1 + 12 = 19 (100%)
R 6 von 19 ~ 31.58%
G 1 von 19 ~ 5.26%
B 12 von 19 ~ 63.16'%
Die Farbe #06010C wird in CMYK als (50,92,0,95) definiert.
CMYK: (50,92,0,95)
C50M92Y0K95 (50%, 92%, 0%, 95%)
(0.50 / 0.92 / 0.00 / 0.95)
Farbe #06010C in den populären Farbmodellen.
06 | 01 | 0C | |
---|---|---|---|
RGB | 6 | 1 | 12 |
HSL | 267° | 84.62% | 2.55% |
HSB/HSV | 267° | 91.67% | 4.71% |
CMYK | 50.00% | 91.67% | 0.00% |
95.29% |
Die Farbe #06010C in den populären Zahlensystemen.
Hexadezimal | 06 | 01 | 0C |
Dezimal | 6 | 1 | 12 |
Binär | 110 | 1 | 1100 |
Oktal | 6 | 1 | 14 |
Dunkle Töne der Farbe #06010C
Helle Töne der Farbe #06010C
Beispiele css- und html für Elemente in der Farbe #06010C. Bitte benutzen Sie auch rgb(6,1,12) statt hex-Code.
.myTextColor { color: #06010C; }
<p style="color:#06010C">This sample text font color is #06010C.</p>
Die Farbe dieses Textes ist #06010C.
.myBgColor { background-color: #06010C; }
<div style="background-color:#06010C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #06010C.
.myBorderColor { border: 1px solid #06010C; }
<div style="border:3px solid #06010C">Div</div>
Die Grenzen von diesem div sind in Farbe #06010C.
.myOpacity80 { color: #06010C; opacity: 0.8; }
<p style="color:#06010C;opacity:0.8;">80%</p>
Text in Farbe #06010C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06010C;}
<p style="text-shadow: 3px 3px 1px #06010C">Text here.</p>
Dieser Text hat den Schatten in Farbe #06010C.
.textShadow {text-shadow: 3px 3px 1px #06010C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06010C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #06010C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06010C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06010C, Direction=45, Strength=4)">Text</p>
This text has shadow with #06010C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06010C;
-webkit-box-shadow: 1px 1px 3px 2px #06010C;
box-shadow: 1px 1px 3px 2px #06010C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06010C; -webkit-box-shadow: 1px 1px 3px 2px #06010C; box-shadow:1px 1px 3px 2px #06010C;">
Div content here
</div>
Dieser Text ist in der Farbe #06010C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #06010C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #06010C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #06010C.
Kontrastfarbe für #hex ist #F9FEF3.