HEX: #6497AB
RGB: (100,151,171)
#6497AB enthält hauptsächlich grüne und blaue Farbe. Für #6497AB ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #6497AB wird in RGB als (100,151,171) definiert.
RGB: (100,151,171) (39%,59%,67%)
R 100 von 255 = 39%
G 151 von 255 = 59%
B 171 von 255 = 67%
R + G + B ~ 55%. #6497AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
100 + 151 + 171 = 422 (100%)
R 100 von 422 ~ 23.7%
G 151 von 422 ~ 35.78%
B 171 von 422 ~ 40.52%
Die Farbe #6497AB wird in CMYK als (42,12,0,33) definiert.
CMYK: (42,12,0,33) C42M12Y0K33 (42%,12%,0%,33%) (0.42/0.12/0.00/0.33)
64 | 97 | AB | |
---|---|---|---|
RGB | 100 | 151 | 171 |
HSL | 197° | 29.71% | 53.14% |
HSB/HSV | 197° | 41.52% | 67.06% |
CMYK | 41.52% | 11.70% | 0.00% |
32.94% |
Hexadezimal | 64 | 97 | AB |
Dezimal | 100 | 151 | 171 |
Binär | 1100100 | 10010111 | 10101011 |
Oktal | 144 | 227 | 253 |
Beispiele css- und html für Elemente in der Farbe #6497AB. Bitte benutzen Sie auch rgb(100,151,171) statt hex-Code.
.myTextColor { color: #6497AB; }
<p style="color:#6497AB">This sample text font color is #6497AB.</p>
Die Farbe dieses Textes ist #6497AB.
.myBgColor { background-color: #6497AB; }
<div style="background-color:#6497AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6497AB.
.myBorderColor { border: 1px solid #6497AB; }
<div style="border:3px solid #6497AB">Div</div>
Die Grenzen von diesem div sind in Farbe #6497AB.
.myOpacity80 { color: #6497AB; opacity: 0.8; }
<p style="color:#6497AB;opacity:0.8;">80%</p>
Text in Farbe #6497AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6497AB;}
<p style="text-shadow: 3px 3px 1px #6497AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #6497AB.
.textShadow {text-shadow: 3px 3px 1px #6497AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6497AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6497AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6497AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6497AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6497AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6497AB; -webkit-box-shadow: 1px 1px 3px 2px #6497AB; box-shadow: 1px 1px 3px 2px #6497AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6497AB; -webkit-box-shadow: 1px 1px 3px 2px #6497AB; box-shadow:1px 1px 3px 2px #6497AB;">
Div content here</div>
Dieser Text ist in der Farbe #6497AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6497AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6497AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6497AB.