HEX: #061529
RGB: (6,21,41)
#061529 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #061529 ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #061529 wird in RGB als (6,21,41) definiert.
RGB: (6,21,41) (2%,8%,16%)
R 6 von 255 = 2%
G 21 von 255 = 8%
B 41 von 255 = 16%
R + G + B ~ 9%. #061529 dunkle Farbe.
R + G + B =
6 + 21 + 41 = 68 (100%)
R 6 von 68 ~ 8.82%
G 21 von 68 ~ 30.88%
B 41 von 68 ~ 60.29%
Die Farbe #061529 wird in CMYK als (85,49,0,84) definiert.
CMYK: (85,49,0,84) C85M49Y0K84 (85%,49%,0%,84%) (0.85/0.49/0.00/0.84)
06 | 15 | 29 | |
---|---|---|---|
RGB | 6 | 21 | 41 |
HSL | 214° | 74.47% | 9.22% |
HSB/HSV | 214° | 85.37% | 16.08% |
CMYK | 85.37% | 48.78% | 0.00% |
83.92% |
Hexadezimal | 06 | 15 | 29 |
Dezimal | 6 | 21 | 41 |
Binär | 110 | 10101 | 101001 |
Oktal | 6 | 25 | 51 |
Beispiele css- und html für Elemente in der Farbe #061529. Bitte benutzen Sie auch rgb(6,21,41) statt hex-Code.
.myTextColor { color: #061529; }
<p style="color:#061529">This sample text font color is #061529.</p>
Die Farbe dieses Textes ist #061529.
.myBgColor { background-color: #061529; }
<div style="background-color:#061529">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #061529.
.myBorderColor { border: 1px solid #061529; }
<div style="border:3px solid #061529">Div</div>
Die Grenzen von diesem div sind in Farbe #061529.
.myOpacity80 { color: #061529; opacity: 0.8; }
<p style="color:#061529;opacity:0.8;">80%</p>
Text in Farbe #061529 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #061529;}
<p style="text-shadow: 3px 3px 1px #061529">Text here.</p>
Dieser Text hat den Schatten in Farbe #061529.
.textShadow {text-shadow: 3px 3px 1px #061529, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #061529, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #061529 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#061529, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#061529, Direction=45, Strength=4)">Text</p>
This text has shadow with #061529 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #061529; -webkit-box-shadow: 1px 1px 3px 2px #061529; box-shadow: 1px 1px 3px 2px #061529; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #061529; -webkit-box-shadow: 1px 1px 3px 2px #061529; box-shadow:1px 1px 3px 2px #061529;">
Div content here</div>
Dieser Text ist in der Farbe #061529 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #061529 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #061529.
Dieser Text ist weiß auf dem Hintergrund in Farbe #061529.