HEX: #0696ED
RGB: (6,150,237)
#0696ED enthält hauptsächlich blaue Farbe. Für #0696ED ist eine «websichere» Webfarbe #0099FF (oder kurz #09F).
Die Farbe #0696ED wird in RGB als (6,150,237) definiert.
RGB: (6,150,237)
(2%, 59%, 93%)
R 6 von 255 = 2%
G 150 von 255 = 59%
B 237 von 255 = 93%
R + G + B ~ 51%. #0696ED mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 6 + 150 + 237 = 393 (100%)
R 6 von 393 ~ 1.53%
G 150 von 393 ~ 38.17%
B 237 von 393 ~ 60.31'%
Die Farbe #0696ED wird in CMYK als (97,37,0,7) definiert.
CMYK: (97,37,0,7)
C97M37Y0K7 (97%, 37%, 0%, 7%)
(0.97 / 0.37 / 0.00 / 0.07)
Farbe #0696ED in den populären Farbmodellen.
06 | 96 | ED | |
---|---|---|---|
RGB | 6 | 150 | 237 |
HSL | 203° | 95.06% | 47.65% |
HSB/HSV | 203° | 97.47% | 92.94% |
CMYK | 97.47% | 36.71% | 0.00% |
7.06% |
Die Farbe #0696ED in den populären Zahlensystemen.
Hexadezimal | 06 | 96 | ED |
Dezimal | 6 | 150 | 237 |
Binär | 110 | 10010110 | 11101101 |
Oktal | 6 | 226 | 355 |
Dunkle Töne der Farbe #0696ED
Helle Töne der Farbe #0696ED
Beispiele css- und html für Elemente in der Farbe #0696ED. Bitte benutzen Sie auch rgb(6,150,237) statt hex-Code.
.myTextColor { color: #0696ED; }
<p style="color:#0696ED">This sample text font color is #0696ED.</p>
Die Farbe dieses Textes ist #0696ED.
.myBgColor { background-color: #0696ED; }
<div style="background-color:#0696ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #0696ED.
.myBorderColor { border: 1px solid #0696ED; }
<div style="border:3px solid #0696ED">Div</div>
Die Grenzen von diesem div sind in Farbe #0696ED.
.myOpacity80 { color: #0696ED; opacity: 0.8; }
<p style="color:#0696ED;opacity:0.8;">80%</p>
Text in Farbe #0696ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0696ED;}
<p style="text-shadow: 3px 3px 1px #0696ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #0696ED.
.textShadow {text-shadow: 3px 3px 1px #0696ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0696ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #0696ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0696ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0696ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #0696ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0696ED;
-webkit-box-shadow: 1px 1px 3px 2px #0696ED;
box-shadow: 1px 1px 3px 2px #0696ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0696ED; -webkit-box-shadow: 1px 1px 3px 2px #0696ED; box-shadow:1px 1px 3px 2px #0696ED;">
Div content here
</div>
Dieser Text ist in der Farbe #0696ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #0696ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #0696ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #0696ED.
Kontrastfarbe für #0696ED ist #F96912.