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