HEX: #6495ED
RGB: (100,149,237)
Die Farbenname ist CornflowerBlue. #6495ED enthält hauptsächlich blaue Farbe. Für #6495ED ist eine «websichere» Webfarbe #6699FF (oder kurz #69F).
Die Farbe #6495ED wird in RGB als (100,149,237) definiert.
RGB: (100,149,237) (39%,58%,93%)
R 100 von 255 = 39%
G 149 von 255 = 58%
B 237 von 255 = 93%
R + G + B ~ 63%. #6495ED ziemlich helle Farbe.
R + G + B =
100 + 149 + 237 = 486 (100%)
R 100 von 486 ~ 20.58%
G 149 von 486 ~ 30.66%
B 237 von 486 ~ 48.77%
Die Farbe #6495ED wird in CMYK als (58,37,0,7) definiert.
CMYK: (58,37,0,7) C58M37Y0K7 (58%,37%,0%,7%) (0.58/0.37/0.00/0.07)
64 | 95 | ED | |
---|---|---|---|
RGB | 100 | 149 | 237 |
HSL | 219° | 79.19% | 66.08% |
HSB/HSV | 219° | 57.81% | 92.94% |
CMYK | 57.81% | 37.13% | 0.00% |
7.06% |
Hexadezimal | 64 | 95 | ED |
Dezimal | 100 | 149 | 237 |
Binär | 1100100 | 10010101 | 11101101 |
Oktal | 144 | 225 | 355 |
Beispiele css- und html für Elemente in der Farbe #6495ED. Bitte benutzen Sie auch rgb(100,149,237) statt hex-Code.
.myTextColor { color: #6495ED; }
<p style="color:#6495ED">This sample text font color is #6495ED.</p>
Die Farbe dieses Textes ist #6495ED.
.myBgColor { background-color: #6495ED; }
<div style="background-color:#6495ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6495ED.
.myBorderColor { border: 1px solid #6495ED; }
<div style="border:3px solid #6495ED">Div</div>
Die Grenzen von diesem div sind in Farbe #6495ED.
.myOpacity80 { color: #6495ED; opacity: 0.8; }
<p style="color:#6495ED;opacity:0.8;">80%</p>
Text in Farbe #6495ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6495ED;}
<p style="text-shadow: 3px 3px 1px #6495ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #6495ED.
.textShadow {text-shadow: 3px 3px 1px #6495ED, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6495ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6495ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6495ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6495ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #6495ED and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6495ED; -webkit-box-shadow: 1px 1px 3px 2px #6495ED; box-shadow: 1px 1px 3px 2px #6495ED; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6495ED; -webkit-box-shadow: 1px 1px 3px 2px #6495ED; box-shadow:1px 1px 3px 2px #6495ED;">
Div content here</div>
Dieser Text ist in der Farbe #6495ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6495ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6495ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6495ED.