HEX: #6EA3BB
RGB: (110,163,187)
#6EA3BB enthält hauptsächlich grüne und blaue Farbe. Für #6EA3BB ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #6EA3BB wird in RGB als (110,163,187) definiert.
RGB: (110,163,187) (43%,64%,73%)
R 110 von 255 = 43%
G 163 von 255 = 64%
B 187 von 255 = 73%
R + G + B ~ 60%. #6EA3BB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
110 + 163 + 187 = 460 (100%)
R 110 von 460 ~ 23.91%
G 163 von 460 ~ 35.43%
B 187 von 460 ~ 40.65%
Die Farbe #6EA3BB wird in CMYK als (41,13,0,27) definiert.
CMYK: (41,13,0,27) C41M13Y0K27 (41%,13%,0%,27%) (0.41/0.13/0.00/0.27)
6E | A3 | BB | |
---|---|---|---|
RGB | 110 | 163 | 187 |
HSL | 199° | 36.15% | 58.24% |
HSB/HSV | 199° | 41.18% | 73.33% |
CMYK | 41.18% | 12.83% | 0.00% |
26.67% |
Hexadezimal | 6E | A3 | BB |
Dezimal | 110 | 163 | 187 |
Binär | 1101110 | 10100011 | 10111011 |
Oktal | 156 | 243 | 273 |
Beispiele css- und html für Elemente in der Farbe #6EA3BB. Bitte benutzen Sie auch rgb(110,163,187) statt hex-Code.
.myTextColor { color: #6EA3BB; }
<p style="color:#6EA3BB">This sample text font color is #6EA3BB.</p>
Die Farbe dieses Textes ist #6EA3BB.
.myBgColor { background-color: #6EA3BB; }
<div style="background-color:#6EA3BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6EA3BB.
.myBorderColor { border: 1px solid #6EA3BB; }
<div style="border:3px solid #6EA3BB">Div</div>
Die Grenzen von diesem div sind in Farbe #6EA3BB.
.myOpacity80 { color: #6EA3BB; opacity: 0.8; }
<p style="color:#6EA3BB;opacity:0.8;">80%</p>
Text in Farbe #6EA3BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EA3BB;}
<p style="text-shadow: 3px 3px 1px #6EA3BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #6EA3BB.
.textShadow {text-shadow: 3px 3px 1px #6EA3BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EA3BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6EA3BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EA3BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EA3BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EA3BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6EA3BB; -webkit-box-shadow: 1px 1px 3px 2px #6EA3BB; box-shadow: 1px 1px 3px 2px #6EA3BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6EA3BB; -webkit-box-shadow: 1px 1px 3px 2px #6EA3BB; box-shadow:1px 1px 3px 2px #6EA3BB;">
Div content here</div>
Dieser Text ist in der Farbe #6EA3BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6EA3BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6EA3BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6EA3BB.