HEX: #6CC5CC
RGB: (108,197,204)
#6CC5CC enthält hauptsächlich grüne und blaue Farbe. Für #6CC5CC ist eine «websichere» Webfarbe #66CCCC (oder kurz #6CC).
Die Farbe #6CC5CC wird in RGB als (108,197,204) definiert.
RGB: (108,197,204)
(42%, 77%, 80%)
R 108 von 255 = 42%
G 197 von 255 = 77%
B 204 von 255 = 80%
R + G + B ~ 66%. #6CC5CC ziemlich helle Farbe.
R + G + B = 108 + 197 + 204 = 509 (100%)
R 108 von 509 ~ 21.22%
G 197 von 509 ~ 38.7%
B 204 von 509 ~ 40.08'%
Die Farbe #6CC5CC wird in CMYK als (47,3,0,20) definiert.
CMYK: (47,3,0,20)
C47M3Y0K20 (47%, 3%, 0%, 20%)
(0.47 / 0.03 / 0.00 / 0.20)
Farbe #6CC5CC in den populären Farbmodellen.
6C | C5 | CC | |
---|---|---|---|
RGB | 108 | 197 | 204 |
HSL | 184° | 48.48% | 61.18% |
HSB/HSV | 184° | 47.06% | 80.00% |
CMYK | 47.06% | 3.43% | 0.00% |
20.00% |
Die Farbe #6CC5CC in den populären Zahlensystemen.
Hexadezimal | 6C | C5 | CC |
Dezimal | 108 | 197 | 204 |
Binär | 1101100 | 11000101 | 11001100 |
Oktal | 154 | 305 | 314 |
Dunkle Töne der Farbe #6CC5CC
Helle Töne der Farbe #6CC5CC
Beispiele css- und html für Elemente in der Farbe #6CC5CC. Bitte benutzen Sie auch rgb(108,197,204) statt hex-Code.
.myTextColor { color: #6CC5CC; }
<p style="color:#6CC5CC">This sample text font color is #6CC5CC.</p>
Die Farbe dieses Textes ist #6CC5CC.
.myBgColor { background-color: #6CC5CC; }
<div style="background-color:#6CC5CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6CC5CC.
.myBorderColor { border: 1px solid #6CC5CC; }
<div style="border:3px solid #6CC5CC">Div</div>
Die Grenzen von diesem div sind in Farbe #6CC5CC.
.myOpacity80 { color: #6CC5CC; opacity: 0.8; }
<p style="color:#6CC5CC;opacity:0.8;">80%</p>
Text in Farbe #6CC5CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6CC5CC;}
<p style="text-shadow: 3px 3px 1px #6CC5CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #6CC5CC.
.textShadow {text-shadow: 3px 3px 1px #6CC5CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6CC5CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6CC5CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CC5CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6CC5CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6CC5CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6CC5CC;
-webkit-box-shadow: 1px 1px 3px 2px #6CC5CC;
box-shadow: 1px 1px 3px 2px #6CC5CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6CC5CC; -webkit-box-shadow: 1px 1px 3px 2px #6CC5CC; box-shadow:1px 1px 3px 2px #6CC5CC;">
Div content here
</div>
Dieser Text ist in der Farbe #6CC5CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6CC5CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6CC5CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6CC5CC.
Kontrastfarbe für #hex ist #933A33.