HEX: #6CABDD
RGB: (108,171,221)
#6CABDD enthält hauptsächlich grüne und blaue Farbe. Für #6CABDD ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #6CABDD wird in RGB als (108,171,221) definiert.
RGB: (108,171,221) (42%,67%,87%)
R 108 von 255 = 42%
G 171 von 255 = 67%
B 221 von 255 = 87%
R + G + B ~ 65%. #6CABDD ziemlich helle Farbe.
R + G + B =
108 + 171 + 221 = 500 (100%)
R 108 von 500 ~ 21.6%
G 171 von 500 ~ 34.2%
B 221 von 500 ~ 44.2%
Die Farbe #6CABDD wird in CMYK als (51,23,0,13) definiert.
CMYK: (51,23,0,13) C51M23Y0K13 (51%,23%,0%,13%) (0.51/0.23/0.00/0.13)
6C | AB | DD | |
---|---|---|---|
RGB | 108 | 171 | 221 |
HSL | 207° | 62.43% | 64.51% |
HSB/HSV | 207° | 51.13% | 86.67% |
CMYK | 51.13% | 22.62% | 0.00% |
13.33% |
Hexadezimal | 6C | AB | DD |
Dezimal | 108 | 171 | 221 |
Binär | 1101100 | 10101011 | 11011101 |
Oktal | 154 | 253 | 335 |
Beispiele css- und html für Elemente in der Farbe #6CABDD. Bitte benutzen Sie auch rgb(108,171,221) statt hex-Code.
.myTextColor { color: #6CABDD; }
<p style="color:#6CABDD">This sample text font color is #6CABDD.</p>
Die Farbe dieses Textes ist #6CABDD.
.myBgColor { background-color: #6CABDD; }
<div style="background-color:#6CABDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6CABDD.
.myBorderColor { border: 1px solid #6CABDD; }
<div style="border:3px solid #6CABDD">Div</div>
Die Grenzen von diesem div sind in Farbe #6CABDD.
.myOpacity80 { color: #6CABDD; opacity: 0.8; }
<p style="color:#6CABDD;opacity:0.8;">80%</p>
Text in Farbe #6CABDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6CABDD;}
<p style="text-shadow: 3px 3px 1px #6CABDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #6CABDD.
.textShadow {text-shadow: 3px 3px 1px #6CABDD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6CABDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6CABDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CABDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6CABDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6CABDD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6CABDD; -webkit-box-shadow: 1px 1px 3px 2px #6CABDD; box-shadow: 1px 1px 3px 2px #6CABDD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6CABDD; -webkit-box-shadow: 1px 1px 3px 2px #6CABDD; box-shadow:1px 1px 3px 2px #6CABDD;">
Div content here</div>
Dieser Text ist in der Farbe #6CABDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6CABDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6CABDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6CABDD.