HEX: #6ABCF0
RGB: (106,188,240)
#6ABCF0 enthält hauptsächlich grüne und blaue Farbe. Für #6ABCF0 ist eine «websichere» Webfarbe #66CCFF (oder kurz #6CF).
Die Farbe #6ABCF0 wird in RGB als (106,188,240) definiert.
RGB: (106,188,240)
(42%, 74%, 94%)
R 106 von 255 = 42%
G 188 von 255 = 74%
B 240 von 255 = 94%
R + G + B ~ 70%. #6ABCF0 ziemlich helle Farbe.
R + G + B = 106 + 188 + 240 = 534 (100%)
R 106 von 534 ~ 19.85%
G 188 von 534 ~ 35.21%
B 240 von 534 ~ 44.94'%
Die Farbe #6ABCF0 wird in CMYK als (56,22,0,6) definiert.
CMYK: (56,22,0,6)
C56M22Y0K6 (56%, 22%, 0%, 6%)
(0.56 / 0.22 / 0.00 / 0.06)
Farbe #6ABCF0 in den populären Farbmodellen.
6A | BC | F0 | |
---|---|---|---|
RGB | 106 | 188 | 240 |
HSL | 203° | 81.71% | 67.84% |
HSB/HSV | 203° | 55.83% | 94.12% |
CMYK | 55.83% | 21.67% | 0.00% |
5.88% |
Die Farbe #6ABCF0 in den populären Zahlensystemen.
Hexadezimal | 6A | BC | F0 |
Dezimal | 106 | 188 | 240 |
Binär | 1101010 | 10111100 | 11110000 |
Oktal | 152 | 274 | 360 |
Dunkle Töne der Farbe #6ABCF0
Helle Töne der Farbe #6ABCF0
Beispiele css- und html für Elemente in der Farbe #6ABCF0. Bitte benutzen Sie auch rgb(106,188,240) statt hex-Code.
.myTextColor { color: #6ABCF0; }
<p style="color:#6ABCF0">This sample text font color is #6ABCF0.</p>
Die Farbe dieses Textes ist #6ABCF0.
.myBgColor { background-color: #6ABCF0; }
<div style="background-color:#6ABCF0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6ABCF0.
.myBorderColor { border: 1px solid #6ABCF0; }
<div style="border:3px solid #6ABCF0">Div</div>
Die Grenzen von diesem div sind in Farbe #6ABCF0.
.myOpacity80 { color: #6ABCF0; opacity: 0.8; }
<p style="color:#6ABCF0;opacity:0.8;">80%</p>
Text in Farbe #6ABCF0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6ABCF0;}
<p style="text-shadow: 3px 3px 1px #6ABCF0">Text here.</p>
Dieser Text hat den Schatten in Farbe #6ABCF0.
.textShadow {text-shadow: 3px 3px 1px #6ABCF0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6ABCF0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6ABCF0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6ABCF0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6ABCF0, Direction=45, Strength=4)">Text</p>
This text has shadow with #6ABCF0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6ABCF0;
-webkit-box-shadow: 1px 1px 3px 2px #6ABCF0;
box-shadow: 1px 1px 3px 2px #6ABCF0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ABCF0; -webkit-box-shadow: 1px 1px 3px 2px #6ABCF0; box-shadow:1px 1px 3px 2px #6ABCF0;">
Div content here
</div>
Dieser Text ist in der Farbe #6ABCF0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6ABCF0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6ABCF0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6ABCF0.
Kontrastfarbe für #hex ist #95430F.