HEX: #6998EE
RGB: (105,152,238)
#6998EE enthält hauptsächlich blaue Farbe. Für #6998EE ist eine «websichere» Webfarbe #6699FF (oder kurz #69F).
Die Farbe #6998EE wird in RGB als (105,152,238) definiert.
RGB: (105,152,238) (41%,60%,93%)
R 105 von 255 = 41%
G 152 von 255 = 60%
B 238 von 255 = 93%
R + G + B ~ 65%. #6998EE ziemlich helle Farbe.
R + G + B =
105 + 152 + 238 = 495 (100%)
R 105 von 495 ~ 21.21%
G 152 von 495 ~ 30.71%
B 238 von 495 ~ 48.08%
Die Farbe #6998EE wird in CMYK als (56,36,0,7) definiert.
CMYK: (56,36,0,7) C56M36Y0K7 (56%,36%,0%,7%) (0.56/0.36/0.00/0.07)
69 | 98 | EE | |
---|---|---|---|
RGB | 105 | 152 | 238 |
HSL | 219° | 79.64% | 67.25% |
HSB/HSV | 219° | 55.88% | 93.33% |
CMYK | 55.88% | 36.13% | 0.00% |
6.67% |
Hexadezimal | 69 | 98 | EE |
Dezimal | 105 | 152 | 238 |
Binär | 1101001 | 10011000 | 11101110 |
Oktal | 151 | 230 | 356 |
Beispiele css- und html für Elemente in der Farbe #6998EE. Bitte benutzen Sie auch rgb(105,152,238) statt hex-Code.
.myTextColor { color: #6998EE; }
<p style="color:#6998EE">This sample text font color is #6998EE.</p>
Die Farbe dieses Textes ist #6998EE.
.myBgColor { background-color: #6998EE; }
<div style="background-color:#6998EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6998EE.
.myBorderColor { border: 1px solid #6998EE; }
<div style="border:3px solid #6998EE">Div</div>
Die Grenzen von diesem div sind in Farbe #6998EE.
.myOpacity80 { color: #6998EE; opacity: 0.8; }
<p style="color:#6998EE;opacity:0.8;">80%</p>
Text in Farbe #6998EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6998EE;}
<p style="text-shadow: 3px 3px 1px #6998EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #6998EE.
.textShadow {text-shadow: 3px 3px 1px #6998EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6998EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6998EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6998EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6998EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6998EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6998EE; -webkit-box-shadow: 1px 1px 3px 2px #6998EE; box-shadow: 1px 1px 3px 2px #6998EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6998EE; -webkit-box-shadow: 1px 1px 3px 2px #6998EE; box-shadow:1px 1px 3px 2px #6998EE;">
Div content here</div>
Dieser Text ist in der Farbe #6998EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6998EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6998EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6998EE.