HEX: #609CC0
RGB: (96,156,192)
#609CC0 enthält hauptsächlich grüne und blaue Farbe. Für #609CC0 ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #609CC0 wird in RGB als (96,156,192) definiert.
RGB: (96,156,192)
(38%, 61%, 75%)
R 96 von 255 = 38%
G 156 von 255 = 61%
B 192 von 255 = 75%
R + G + B ~ 58%. #609CC0 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 96 + 156 + 192 = 444 (100%)
R 96 von 444 ~ 21.62%
G 156 von 444 ~ 35.14%
B 192 von 444 ~ 43.24'%
Die Farbe #609CC0 wird in CMYK als (50,19,0,25) definiert.
CMYK: (50,19,0,25)
C50M19Y0K25 (50%, 19%, 0%, 25%)
(0.50 / 0.19 / 0.00 / 0.25)
Farbe #609CC0 in den populären Farbmodellen.
60 | 9C | C0 | |
---|---|---|---|
RGB | 96 | 156 | 192 |
HSL | 203° | 43.24% | 56.47% |
HSB/HSV | 203° | 50.00% | 75.29% |
CMYK | 50.00% | 18.75% | 0.00% |
24.71% |
Die Farbe #609CC0 in den populären Zahlensystemen.
Hexadezimal | 60 | 9C | C0 |
Dezimal | 96 | 156 | 192 |
Binär | 1100000 | 10011100 | 11000000 |
Oktal | 140 | 234 | 300 |
Dunkle Töne der Farbe #609CC0
Helle Töne der Farbe #609CC0
Beispiele css- und html für Elemente in der Farbe #609CC0. Bitte benutzen Sie auch rgb(96,156,192) statt hex-Code.
.myTextColor { color: #609CC0; }
<p style="color:#609CC0">This sample text font color is #609CC0.</p>
Die Farbe dieses Textes ist #609CC0.
.myBgColor { background-color: #609CC0; }
<div style="background-color:#609CC0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #609CC0.
.myBorderColor { border: 1px solid #609CC0; }
<div style="border:3px solid #609CC0">Div</div>
Die Grenzen von diesem div sind in Farbe #609CC0.
.myOpacity80 { color: #609CC0; opacity: 0.8; }
<p style="color:#609CC0;opacity:0.8;">80%</p>
Text in Farbe #609CC0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #609CC0;}
<p style="text-shadow: 3px 3px 1px #609CC0">Text here.</p>
Dieser Text hat den Schatten in Farbe #609CC0.
.textShadow {text-shadow: 3px 3px 1px #609CC0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #609CC0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #609CC0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#609CC0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#609CC0, Direction=45, Strength=4)">Text</p>
This text has shadow with #609CC0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #609CC0;
-webkit-box-shadow: 1px 1px 3px 2px #609CC0;
box-shadow: 1px 1px 3px 2px #609CC0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #609CC0; -webkit-box-shadow: 1px 1px 3px 2px #609CC0; box-shadow:1px 1px 3px 2px #609CC0;">
Div content here
</div>
Dieser Text ist in der Farbe #609CC0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #609CC0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #609CC0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #609CC0.
Kontrastfarbe für #hex ist #9F633F.