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