HEX: #6D8CD0
RGB: (109,140,208)
#6D8CD0 enthält hauptsächlich blaue Farbe. Für #6D8CD0 ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #6D8CD0 wird in RGB als (109,140,208) definiert.
RGB: (109,140,208) (43%,55%,82%)
R 109 von 255 = 43%
G 140 von 255 = 55%
B 208 von 255 = 82%
R + G + B ~ 60%. #6D8CD0 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
109 + 140 + 208 = 457 (100%)
R 109 von 457 ~ 23.85%
G 140 von 457 ~ 30.63%
B 208 von 457 ~ 45.51%
Die Farbe #6D8CD0 wird in CMYK als (48,33,0,18) definiert.
CMYK: (48,33,0,18) C48M33Y0K18 (48%,33%,0%,18%) (0.48/0.33/0.00/0.18)
6D | 8C | D0 | |
---|---|---|---|
RGB | 109 | 140 | 208 |
HSL | 221° | 51.30% | 62.16% |
HSB/HSV | 221° | 47.60% | 81.57% |
CMYK | 47.60% | 32.69% | 0.00% |
18.43% |
Hexadezimal | 6D | 8C | D0 |
Dezimal | 109 | 140 | 208 |
Binär | 1101101 | 10001100 | 11010000 |
Oktal | 155 | 214 | 320 |
Beispiele css- und html für Elemente in der Farbe #6D8CD0. Bitte benutzen Sie auch rgb(109,140,208) statt hex-Code.
.myTextColor { color: #6D8CD0; }
<p style="color:#6D8CD0">This sample text font color is #6D8CD0.</p>
Die Farbe dieses Textes ist #6D8CD0.
.myBgColor { background-color: #6D8CD0; }
<div style="background-color:#6D8CD0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D8CD0.
.myBorderColor { border: 1px solid #6D8CD0; }
<div style="border:3px solid #6D8CD0">Div</div>
Die Grenzen von diesem div sind in Farbe #6D8CD0.
.myOpacity80 { color: #6D8CD0; opacity: 0.8; }
<p style="color:#6D8CD0;opacity:0.8;">80%</p>
Text in Farbe #6D8CD0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D8CD0;}
<p style="text-shadow: 3px 3px 1px #6D8CD0">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D8CD0.
.textShadow {text-shadow: 3px 3px 1px #6D8CD0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D8CD0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D8CD0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D8CD0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D8CD0, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D8CD0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D8CD0; -webkit-box-shadow: 1px 1px 3px 2px #6D8CD0; box-shadow: 1px 1px 3px 2px #6D8CD0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D8CD0; -webkit-box-shadow: 1px 1px 3px 2px #6D8CD0; box-shadow:1px 1px 3px 2px #6D8CD0;">
Div content here</div>
Dieser Text ist in der Farbe #6D8CD0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D8CD0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D8CD0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D8CD0.