HEX: #06293D
RGB: (6,41,61)
#06293D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #06293D ist eine «websichere» Webfarbe #003333 (oder kurz #033).
Die Farbe #06293D wird in RGB als (6,41,61) definiert.
RGB: (6,41,61)
(2%, 16%, 24%)
R 6 von 255 = 2%
G 41 von 255 = 16%
B 61 von 255 = 24%
R + G + B ~ 14%. #06293D dunkle Farbe.
R + G + B = 6 + 41 + 61 = 108 (100%)
R 6 von 108 ~ 5.56%
G 41 von 108 ~ 37.96%
B 61 von 108 ~ 56.48'%
Die Farbe #06293D wird in CMYK als (90,33,0,76) definiert.
CMYK: (90,33,0,76)
C90M33Y0K76 (90%, 33%, 0%, 76%)
(0.90 / 0.33 / 0.00 / 0.76)
Farbe #06293D in den populären Farbmodellen.
06 | 29 | 3D | |
---|---|---|---|
RGB | 6 | 41 | 61 |
HSL | 202° | 82.09% | 13.14% |
HSB/HSV | 202° | 90.16% | 23.92% |
CMYK | 90.16% | 32.79% | 0.00% |
76.08% |
Die Farbe #06293D in den populären Zahlensystemen.
Hexadezimal | 06 | 29 | 3D |
Dezimal | 6 | 41 | 61 |
Binär | 110 | 101001 | 111101 |
Oktal | 6 | 51 | 75 |
Dunkle Töne der Farbe #06293D
Helle Töne der Farbe #06293D
Beispiele css- und html für Elemente in der Farbe #06293D. Bitte benutzen Sie auch rgb(6,41,61) statt hex-Code.
.myTextColor { color: #06293D; }
<p style="color:#06293D">This sample text font color is #06293D.</p>
Die Farbe dieses Textes ist #06293D.
.myBgColor { background-color: #06293D; }
<div style="background-color:#06293D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #06293D.
.myBorderColor { border: 1px solid #06293D; }
<div style="border:3px solid #06293D">Div</div>
Die Grenzen von diesem div sind in Farbe #06293D.
.myOpacity80 { color: #06293D; opacity: 0.8; }
<p style="color:#06293D;opacity:0.8;">80%</p>
Text in Farbe #06293D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06293D;}
<p style="text-shadow: 3px 3px 1px #06293D">Text here.</p>
Dieser Text hat den Schatten in Farbe #06293D.
.textShadow {text-shadow: 3px 3px 1px #06293D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06293D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #06293D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06293D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06293D, Direction=45, Strength=4)">Text</p>
This text has shadow with #06293D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06293D;
-webkit-box-shadow: 1px 1px 3px 2px #06293D;
box-shadow: 1px 1px 3px 2px #06293D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06293D; -webkit-box-shadow: 1px 1px 3px 2px #06293D; box-shadow:1px 1px 3px 2px #06293D;">
Div content here
</div>
Dieser Text ist in der Farbe #06293D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #06293D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #06293D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #06293D.
Kontrastfarbe für #hex ist #F9D6C2.