HEX: #6699CC
RGB: (102,153,204)
#6699CC enthält hauptsächlich grüne und blaue Farbe. Die Farbe #6699CC ist «eine websichere» Webfarbe. Sie kann kurz als #69C geschrieben werden.
Die Farbe #6699CC wird in RGB als (102,153,204) definiert.
RGB: (102,153,204) (40%,60%,80%)
R 102 von 255 = 40%
G 153 von 255 = 60%
B 204 von 255 = 80%
R + G + B ~ 60%. #6699CC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
102 + 153 + 204 = 459 (100%)
R 102 von 459 ~ 22.22%
G 153 von 459 ~ 33.33%
B 204 von 459 ~ 44.44%
Die Farbe #6699CC wird in CMYK als (50,25,0,20) definiert.
CMYK: (50,25,0,20) C50M25Y0K20 (50%,25%,0%,20%) (0.50/0.25/0.00/0.20)
66 | 99 | CC | |
---|---|---|---|
RGB | 102 | 153 | 204 |
HSL | 210° | 50.00% | 60.00% |
HSB/HSV | 210° | 50.00% | 80.00% |
CMYK | 50.00% | 25.00% | 0.00% |
20.00% |
Hexadezimal | 66 | 99 | CC |
Dezimal | 102 | 153 | 204 |
Binär | 1100110 | 10011001 | 11001100 |
Oktal | 146 | 231 | 314 |
Beispiele css- und html für Elemente in der Farbe #6699CC. Bitte benutzen Sie auch rgb(102,153,204) statt hex-Code.
.myTextColor { color: #6699CC; }
<p style="color:#6699CC">This sample text font color is #6699CC.</p>
Die Farbe dieses Textes ist #6699CC.
.myBgColor { background-color: #6699CC; }
<div style="background-color:#6699CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6699CC.
.myBorderColor { border: 1px solid #6699CC; }
<div style="border:3px solid #6699CC">Div</div>
Die Grenzen von diesem div sind in Farbe #6699CC.
.myOpacity80 { color: #6699CC; opacity: 0.8; }
<p style="color:#6699CC;opacity:0.8;">80%</p>
Text in Farbe #6699CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6699CC;}
<p style="text-shadow: 3px 3px 1px #6699CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #6699CC.
.textShadow {text-shadow: 3px 3px 1px #6699CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6699CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6699CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6699CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6699CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6699CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6699CC; -webkit-box-shadow: 1px 1px 3px 2px #6699CC; box-shadow: 1px 1px 3px 2px #6699CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6699CC; -webkit-box-shadow: 1px 1px 3px 2px #6699CC; box-shadow:1px 1px 3px 2px #6699CC;">
Div content here</div>
Dieser Text ist in der Farbe #6699CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6699CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6699CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6699CC.