HEX: #6D9DDB
RGB: (109,157,219)
#6D9DDB enthält hauptsächlich blaue Farbe. Für #6D9DDB ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #6D9DDB wird in RGB als (109,157,219) definiert.
RGB: (109,157,219) (43%,62%,86%)
R 109 von 255 = 43%
G 157 von 255 = 62%
B 219 von 255 = 86%
R + G + B ~ 64%. #6D9DDB ziemlich helle Farbe.
R + G + B =
109 + 157 + 219 = 485 (100%)
R 109 von 485 ~ 22.47%
G 157 von 485 ~ 32.37%
B 219 von 485 ~ 45.15%
Die Farbe #6D9DDB wird in CMYK als (50,28,0,14) definiert.
CMYK: (50,28,0,14) C50M28Y0K14 (50%,28%,0%,14%) (0.50/0.28/0.00/0.14)
6D | 9D | DB | |
---|---|---|---|
RGB | 109 | 157 | 219 |
HSL | 214° | 60.44% | 64.31% |
HSB/HSV | 214° | 50.23% | 85.88% |
CMYK | 50.23% | 28.31% | 0.00% |
14.12% |
Hexadezimal | 6D | 9D | DB |
Dezimal | 109 | 157 | 219 |
Binär | 1101101 | 10011101 | 11011011 |
Oktal | 155 | 235 | 333 |
Beispiele css- und html für Elemente in der Farbe #6D9DDB. Bitte benutzen Sie auch rgb(109,157,219) statt hex-Code.
.myTextColor { color: #6D9DDB; }
<p style="color:#6D9DDB">This sample text font color is #6D9DDB.</p>
Die Farbe dieses Textes ist #6D9DDB.
.myBgColor { background-color: #6D9DDB; }
<div style="background-color:#6D9DDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D9DDB.
.myBorderColor { border: 1px solid #6D9DDB; }
<div style="border:3px solid #6D9DDB">Div</div>
Die Grenzen von diesem div sind in Farbe #6D9DDB.
.myOpacity80 { color: #6D9DDB; opacity: 0.8; }
<p style="color:#6D9DDB;opacity:0.8;">80%</p>
Text in Farbe #6D9DDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D9DDB;}
<p style="text-shadow: 3px 3px 1px #6D9DDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D9DDB.
.textShadow {text-shadow: 3px 3px 1px #6D9DDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D9DDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D9DDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D9DDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D9DDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D9DDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D9DDB; -webkit-box-shadow: 1px 1px 3px 2px #6D9DDB; box-shadow: 1px 1px 3px 2px #6D9DDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D9DDB; -webkit-box-shadow: 1px 1px 3px 2px #6D9DDB; box-shadow:1px 1px 3px 2px #6D9DDB;">
Div content here</div>
Dieser Text ist in der Farbe #6D9DDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D9DDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D9DDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D9DDB.