HEX: #6D7EDB
RGB: (109,126,219)
#6D7EDB enthält hauptsächlich blaue Farbe. Für #6D7EDB ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #6D7EDB wird in RGB als (109,126,219) definiert.
RGB: (109,126,219)
(43%, 49%, 86%)
R 109 von 255 = 43%
G 126 von 255 = 49%
B 219 von 255 = 86%
R + G + B ~ 59%. #6D7EDB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 109 + 126 + 219 = 454 (100%)
R 109 von 454 ~ 24.01%
G 126 von 454 ~ 27.75%
B 219 von 454 ~ 48.24'%
Die Farbe #6D7EDB wird in CMYK als (50,42,0,14) definiert.
CMYK: (50,42,0,14)
C50M42Y0K14 (50%, 42%, 0%, 14%)
(0.50 / 0.42 / 0.00 / 0.14)
Farbe #6D7EDB in den populären Farbmodellen.
6D | 7E | DB | |
---|---|---|---|
RGB | 109 | 126 | 219 |
HSL | 231° | 60.44% | 64.31% |
HSB/HSV | 231° | 50.23% | 85.88% |
CMYK | 50.23% | 42.47% | 0.00% |
14.12% |
Die Farbe #6D7EDB in den populären Zahlensystemen.
Hexadezimal | 6D | 7E | DB |
Dezimal | 109 | 126 | 219 |
Binär | 1101101 | 1111110 | 11011011 |
Oktal | 155 | 176 | 333 |
Dunkle Töne der Farbe #6D7EDB
Helle Töne der Farbe #6D7EDB
Beispiele css- und html für Elemente in der Farbe #6D7EDB. Bitte benutzen Sie auch rgb(109,126,219) statt hex-Code.
.myTextColor { color: #6D7EDB; }
<p style="color:#6D7EDB">This sample text font color is #6D7EDB.</p>
Die Farbe dieses Textes ist #6D7EDB.
.myBgColor { background-color: #6D7EDB; }
<div style="background-color:#6D7EDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D7EDB.
.myBorderColor { border: 1px solid #6D7EDB; }
<div style="border:3px solid #6D7EDB">Div</div>
Die Grenzen von diesem div sind in Farbe #6D7EDB.
.myOpacity80 { color: #6D7EDB; opacity: 0.8; }
<p style="color:#6D7EDB;opacity:0.8;">80%</p>
Text in Farbe #6D7EDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D7EDB;}
<p style="text-shadow: 3px 3px 1px #6D7EDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D7EDB.
.textShadow {text-shadow: 3px 3px 1px #6D7EDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D7EDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D7EDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D7EDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D7EDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D7EDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D7EDB;
-webkit-box-shadow: 1px 1px 3px 2px #6D7EDB;
box-shadow: 1px 1px 3px 2px #6D7EDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D7EDB; -webkit-box-shadow: 1px 1px 3px 2px #6D7EDB; box-shadow:1px 1px 3px 2px #6D7EDB;">
Div content here
</div>
Dieser Text ist in der Farbe #6D7EDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D7EDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D7EDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D7EDB.
Kontrastfarbe für #hex ist #928124.