HEX: #6471DB
RGB: (100,113,219)
#6471DB enthält hauptsächlich blaue Farbe. Für #6471DB ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #6471DB wird in RGB als (100,113,219) definiert.
RGB: (100,113,219)
(39%, 44%, 86%)
R 100 von 255 = 39%
G 113 von 255 = 44%
B 219 von 255 = 86%
R + G + B ~ 56%. #6471DB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 100 + 113 + 219 = 432 (100%)
R 100 von 432 ~ 23.15%
G 113 von 432 ~ 26.16%
B 219 von 432 ~ 50.69'%
Die Farbe #6471DB wird in CMYK als (54,48,0,14) definiert.
CMYK: (54,48,0,14)
C54M48Y0K14 (54%, 48%, 0%, 14%)
(0.54 / 0.48 / 0.00 / 0.14)
Farbe #6471DB in den populären Farbmodellen.
64 | 71 | DB | |
---|---|---|---|
RGB | 100 | 113 | 219 |
HSL | 233° | 62.30% | 62.55% |
HSB/HSV | 233° | 54.34% | 85.88% |
CMYK | 54.34% | 48.40% | 0.00% |
14.12% |
Die Farbe #6471DB in den populären Zahlensystemen.
Hexadezimal | 64 | 71 | DB |
Dezimal | 100 | 113 | 219 |
Binär | 1100100 | 1110001 | 11011011 |
Oktal | 144 | 161 | 333 |
Dunkle Töne der Farbe #6471DB
Helle Töne der Farbe #6471DB
Beispiele css- und html für Elemente in der Farbe #6471DB. Bitte benutzen Sie auch rgb(100,113,219) statt hex-Code.
.myTextColor { color: #6471DB; }
<p style="color:#6471DB">This sample text font color is #6471DB.</p>
Die Farbe dieses Textes ist #6471DB.
.myBgColor { background-color: #6471DB; }
<div style="background-color:#6471DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6471DB.
.myBorderColor { border: 1px solid #6471DB; }
<div style="border:3px solid #6471DB">Div</div>
Die Grenzen von diesem div sind in Farbe #6471DB.
.myOpacity80 { color: #6471DB; opacity: 0.8; }
<p style="color:#6471DB;opacity:0.8;">80%</p>
Text in Farbe #6471DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6471DB;}
<p style="text-shadow: 3px 3px 1px #6471DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #6471DB.
.textShadow {text-shadow: 3px 3px 1px #6471DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6471DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6471DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6471DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6471DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6471DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6471DB;
-webkit-box-shadow: 1px 1px 3px 2px #6471DB;
box-shadow: 1px 1px 3px 2px #6471DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6471DB; -webkit-box-shadow: 1px 1px 3px 2px #6471DB; box-shadow:1px 1px 3px 2px #6471DB;">
Div content here
</div>
Dieser Text ist in der Farbe #6471DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6471DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6471DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6471DB.
Kontrastfarbe für #6471DB ist #9B8E24.