HEX: #6687AB
RGB: (102,135,171)
#6687AB enthält hauptsächlich grüne und blaue Farbe. Für #6687AB ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #6687AB wird in RGB als (102,135,171) definiert.
RGB: (102,135,171) (40%,53%,67%)
R 102 von 255 = 40%
G 135 von 255 = 53%
B 171 von 255 = 67%
R + G + B ~ 53%. #6687AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
102 + 135 + 171 = 408 (100%)
R 102 von 408 ~ 25%
G 135 von 408 ~ 33.09%
B 171 von 408 ~ 41.91%
Die Farbe #6687AB wird in CMYK als (40,21,0,33) definiert.
CMYK: (40,21,0,33) C40M21Y0K33 (40%,21%,0%,33%) (0.40/0.21/0.00/0.33)
66 | 87 | AB | |
---|---|---|---|
RGB | 102 | 135 | 171 |
HSL | 211° | 29.11% | 53.53% |
HSB/HSV | 211° | 40.35% | 67.06% |
CMYK | 40.35% | 21.05% | 0.00% |
32.94% |
Hexadezimal | 66 | 87 | AB |
Dezimal | 102 | 135 | 171 |
Binär | 1100110 | 10000111 | 10101011 |
Oktal | 146 | 207 | 253 |
Beispiele css- und html für Elemente in der Farbe #6687AB. Bitte benutzen Sie auch rgb(102,135,171) statt hex-Code.
.myTextColor { color: #6687AB; }
<p style="color:#6687AB">This sample text font color is #6687AB.</p>
Die Farbe dieses Textes ist #6687AB.
.myBgColor { background-color: #6687AB; }
<div style="background-color:#6687AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6687AB.
.myBorderColor { border: 1px solid #6687AB; }
<div style="border:3px solid #6687AB">Div</div>
Die Grenzen von diesem div sind in Farbe #6687AB.
.myOpacity80 { color: #6687AB; opacity: 0.8; }
<p style="color:#6687AB;opacity:0.8;">80%</p>
Text in Farbe #6687AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6687AB;}
<p style="text-shadow: 3px 3px 1px #6687AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #6687AB.
.textShadow {text-shadow: 3px 3px 1px #6687AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6687AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6687AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6687AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6687AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6687AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6687AB; -webkit-box-shadow: 1px 1px 3px 2px #6687AB; box-shadow: 1px 1px 3px 2px #6687AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6687AB; -webkit-box-shadow: 1px 1px 3px 2px #6687AB; box-shadow:1px 1px 3px 2px #6687AB;">
Div content here</div>
Dieser Text ist in der Farbe #6687AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6687AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6687AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6687AB.