HEX: #6AB5CA
RGB: (106,181,202)
#6AB5CA enthält hauptsächlich grüne und blaue Farbe. Für #6AB5CA ist eine «websichere» Webfarbe #66CCCC (oder kurz #6CC).
Die Farbe #6AB5CA wird in RGB als (106,181,202) definiert.
RGB: (106,181,202) (42%,71%,79%)
R 106 von 255 = 42%
G 181 von 255 = 71%
B 202 von 255 = 79%
R + G + B ~ 64%. #6AB5CA ziemlich helle Farbe.
R + G + B =
106 + 181 + 202 = 489 (100%)
R 106 von 489 ~ 21.68%
G 181 von 489 ~ 37.01%
B 202 von 489 ~ 41.31%
Die Farbe #6AB5CA wird in CMYK als (48,10,0,21) definiert.
CMYK: (48,10,0,21) C48M10Y0K21 (48%,10%,0%,21%) (0.48/0.10/0.00/0.21)
6A | B5 | CA | |
---|---|---|---|
RGB | 106 | 181 | 202 |
HSL | 193° | 47.52% | 60.39% |
HSB/HSV | 193° | 47.52% | 79.22% |
CMYK | 47.52% | 10.40% | 0.00% |
20.78% |
Hexadezimal | 6A | B5 | CA |
Dezimal | 106 | 181 | 202 |
Binär | 1101010 | 10110101 | 11001010 |
Oktal | 152 | 265 | 312 |
Beispiele css- und html für Elemente in der Farbe #6AB5CA. Bitte benutzen Sie auch rgb(106,181,202) statt hex-Code.
.myTextColor { color: #6AB5CA; }
<p style="color:#6AB5CA">This sample text font color is #6AB5CA.</p>
Die Farbe dieses Textes ist #6AB5CA.
.myBgColor { background-color: #6AB5CA; }
<div style="background-color:#6AB5CA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6AB5CA.
.myBorderColor { border: 1px solid #6AB5CA; }
<div style="border:3px solid #6AB5CA">Div</div>
Die Grenzen von diesem div sind in Farbe #6AB5CA.
.myOpacity80 { color: #6AB5CA; opacity: 0.8; }
<p style="color:#6AB5CA;opacity:0.8;">80%</p>
Text in Farbe #6AB5CA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6AB5CA;}
<p style="text-shadow: 3px 3px 1px #6AB5CA">Text here.</p>
Dieser Text hat den Schatten in Farbe #6AB5CA.
.textShadow {text-shadow: 3px 3px 1px #6AB5CA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6AB5CA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6AB5CA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6AB5CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6AB5CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #6AB5CA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6AB5CA; -webkit-box-shadow: 1px 1px 3px 2px #6AB5CA; box-shadow: 1px 1px 3px 2px #6AB5CA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6AB5CA; -webkit-box-shadow: 1px 1px 3px 2px #6AB5CA; box-shadow:1px 1px 3px 2px #6AB5CA;">
Div content here</div>
Dieser Text ist in der Farbe #6AB5CA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6AB5CA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6AB5CA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6AB5CA.