HEX: #06013D
RGB: (6,1,61)
#06013D enthält hauptsächlich rote und blaue Farbe. Für #06013D ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #06013D wird in RGB als (6,1,61) definiert.
RGB: (6,1,61)
(2%, 0%, 24%)
R 6 von 255 = 2%
G 1 von 255 = 0%
B 61 von 255 = 24%
R + G + B ~ 9%. #06013D dunkle Farbe.
R + G + B = 6 + 1 + 61 = 68 (100%)
R 6 von 68 ~ 8.82%
G 1 von 68 ~ 1.47%
B 61 von 68 ~ 89.71'%
Die Farbe #06013D wird in CMYK als (90,98,0,76) definiert.
CMYK: (90,98,0,76) C90M98Y0K76 (90%,98%,0%,76%) (0.90/0.98/0.00/0.76)
Farbe #06013D in den populären Farbmodellen.
06 | 01 | 3D | |
---|---|---|---|
RGB | 6 | 1 | 61 |
HSL | 245° | 96.77% | 12.16% |
HSB/HSV | 245° | 98.36% | 23.92% |
CMYK | 90.16% | 98.36% | 0.00% |
76.08% |
Die Farbe #06013D in den populären Zahlensystemen.
Hexadezimal | 06 | 01 | 3D |
Dezimal | 6 | 1 | 61 |
Binär | 110 | 1 | 111101 |
Oktal | 6 | 1 | 75 |
Dunkle Töne der Farbe #06013D
Helle Töne der Farbe #06013D
Beispiele css- und html für Elemente in der Farbe #06013D. Bitte benutzen Sie auch rgb(6,1,61) statt hex-Code.
.myTextColor { color: #06013D; }
<p style="color:#06013D">This sample text font color is #06013D.</p>
Die Farbe dieses Textes ist #06013D.
.myBgColor { background-color: #06013D; }
<div style="background-color:#06013D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #06013D.
.myBorderColor { border: 1px solid #06013D; }
<div style="border:3px solid #06013D">Div</div>
Die Grenzen von diesem div sind in Farbe #06013D.
.myOpacity80 { color: #06013D; opacity: 0.8; }
<p style="color:#06013D;opacity:0.8;">80%</p>
Text in Farbe #06013D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06013D;}
<p style="text-shadow: 3px 3px 1px #06013D">Text here.</p>
Dieser Text hat den Schatten in Farbe #06013D.
.textShadow {text-shadow: 3px 3px 1px #06013D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06013D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #06013D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06013D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06013D, Direction=45, Strength=4)">Text</p>
This text has shadow with #06013D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06013D;
-webkit-box-shadow: 1px 1px 3px 2px #06013D;
box-shadow: 1px 1px 3px 2px #06013D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06013D; -webkit-box-shadow: 1px 1px 3px 2px #06013D; box-shadow:1px 1px 3px 2px #06013D;">
Div content here
</div>
Dieser Text ist in der Farbe #06013D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #06013D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #06013D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #06013D.
Kontrastfarbe für #hex ist #F9FEC2.