HEX: #6CC9CE
RGB: (108,201,206)
#6CC9CE enthält hauptsächlich grüne und blaue Farbe. Für #6CC9CE ist eine «websichere» Webfarbe #66CCCC (oder kurz #6CC).
Die Farbe #6CC9CE wird in RGB als (108,201,206) definiert.
RGB: (108,201,206)
(42%, 79%, 81%)
R 108 von 255 = 42%
G 201 von 255 = 79%
B 206 von 255 = 81%
R + G + B ~ 67%. #6CC9CE ziemlich helle Farbe.
R + G + B = 108 + 201 + 206 = 515 (100%)
R 108 von 515 ~ 20.97%
G 201 von 515 ~ 39.03%
B 206 von 515 ~ 40'%
Die Farbe #6CC9CE wird in CMYK als (48,2,0,19) definiert.
CMYK: (48,2,0,19) C48M2Y0K19 (48%,2%,0%,19%) (0.48/0.02/0.00/0.19)
Farbe #6CC9CE in den populären Farbmodellen.
6C | C9 | CE | |
---|---|---|---|
RGB | 108 | 201 | 206 |
HSL | 183° | 50.00% | 61.57% |
HSB/HSV | 183° | 47.57% | 80.78% |
CMYK | 47.57% | 2.43% | 0.00% |
19.22% |
Die Farbe #6CC9CE in den populären Zahlensystemen.
Hexadezimal | 6C | C9 | CE |
Dezimal | 108 | 201 | 206 |
Binär | 1101100 | 11001001 | 11001110 |
Oktal | 154 | 311 | 316 |
Dunkle Töne der Farbe #6CC9CE
Helle Töne der Farbe #6CC9CE
Beispiele css- und html für Elemente in der Farbe #6CC9CE. Bitte benutzen Sie auch rgb(108,201,206) statt hex-Code.
.myTextColor { color: #6CC9CE; }
<p style="color:#6CC9CE">This sample text font color is #6CC9CE.</p>
Die Farbe dieses Textes ist #6CC9CE.
.myBgColor { background-color: #6CC9CE; }
<div style="background-color:#6CC9CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6CC9CE.
.myBorderColor { border: 1px solid #6CC9CE; }
<div style="border:3px solid #6CC9CE">Div</div>
Die Grenzen von diesem div sind in Farbe #6CC9CE.
.myOpacity80 { color: #6CC9CE; opacity: 0.8; }
<p style="color:#6CC9CE;opacity:0.8;">80%</p>
Text in Farbe #6CC9CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6CC9CE;}
<p style="text-shadow: 3px 3px 1px #6CC9CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #6CC9CE.
.textShadow {text-shadow: 3px 3px 1px #6CC9CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6CC9CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6CC9CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CC9CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6CC9CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6CC9CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6CC9CE;
-webkit-box-shadow: 1px 1px 3px 2px #6CC9CE;
box-shadow: 1px 1px 3px 2px #6CC9CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6CC9CE; -webkit-box-shadow: 1px 1px 3px 2px #6CC9CE; box-shadow:1px 1px 3px 2px #6CC9CE;">
Div content here
</div>
Dieser Text ist in der Farbe #6CC9CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6CC9CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6CC9CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6CC9CE.
Kontrastfarbe für #hex ist #933631.