HEX: #6E88D9
RGB: (110,136,217)
#6E88D9 enthält hauptsächlich blaue Farbe. Für #6E88D9 ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #6E88D9 wird in RGB als (110,136,217) definiert.
RGB: (110,136,217) (43%,53%,85%)
R 110 von 255 = 43%
G 136 von 255 = 53%
B 217 von 255 = 85%
R + G + B ~ 60%. #6E88D9 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
110 + 136 + 217 = 463 (100%)
R 110 von 463 ~ 23.76%
G 136 von 463 ~ 29.37%
B 217 von 463 ~ 46.87%
Die Farbe #6E88D9 wird in CMYK als (49,37,0,15) definiert.
CMYK: (49,37,0,15) C49M37Y0K15 (49%,37%,0%,15%) (0.49/0.37/0.00/0.15)
6E | 88 | D9 | |
---|---|---|---|
RGB | 110 | 136 | 217 |
HSL | 225° | 58.47% | 64.12% |
HSB/HSV | 225° | 49.31% | 85.10% |
CMYK | 49.31% | 37.33% | 0.00% |
14.90% |
Hexadezimal | 6E | 88 | D9 |
Dezimal | 110 | 136 | 217 |
Binär | 1101110 | 10001000 | 11011001 |
Oktal | 156 | 210 | 331 |
Beispiele css- und html für Elemente in der Farbe #6E88D9. Bitte benutzen Sie auch rgb(110,136,217) statt hex-Code.
.myTextColor { color: #6E88D9; }
<p style="color:#6E88D9">This sample text font color is #6E88D9.</p>
Die Farbe dieses Textes ist #6E88D9.
.myBgColor { background-color: #6E88D9; }
<div style="background-color:#6E88D9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6E88D9.
.myBorderColor { border: 1px solid #6E88D9; }
<div style="border:3px solid #6E88D9">Div</div>
Die Grenzen von diesem div sind in Farbe #6E88D9.
.myOpacity80 { color: #6E88D9; opacity: 0.8; }
<p style="color:#6E88D9;opacity:0.8;">80%</p>
Text in Farbe #6E88D9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E88D9;}
<p style="text-shadow: 3px 3px 1px #6E88D9">Text here.</p>
Dieser Text hat den Schatten in Farbe #6E88D9.
.textShadow {text-shadow: 3px 3px 1px #6E88D9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E88D9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6E88D9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E88D9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E88D9, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E88D9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E88D9; -webkit-box-shadow: 1px 1px 3px 2px #6E88D9; box-shadow: 1px 1px 3px 2px #6E88D9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E88D9; -webkit-box-shadow: 1px 1px 3px 2px #6E88D9; box-shadow:1px 1px 3px 2px #6E88D9;">
Div content here</div>
Dieser Text ist in der Farbe #6E88D9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6E88D9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6E88D9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6E88D9.