HEX: #609FBE
RGB: (96,159,190)
#609FBE enthält hauptsächlich grüne und blaue Farbe. Für #609FBE ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #609FBE wird in RGB als (96,159,190) definiert.
RGB: (96,159,190) (38%,62%,75%)
R 96 von 255 = 38%
G 159 von 255 = 62%
B 190 von 255 = 75%
R + G + B ~ 58%. #609FBE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
96 + 159 + 190 = 445 (100%)
R 96 von 445 ~ 21.57%
G 159 von 445 ~ 35.73%
B 190 von 445 ~ 42.7%
Die Farbe #609FBE wird in CMYK als (49,16,0,25) definiert.
CMYK: (49,16,0,25) C49M16Y0K25 (49%,16%,0%,25%) (0.49/0.16/0.00/0.25)
60 | 9F | BE | |
---|---|---|---|
RGB | 96 | 159 | 190 |
HSL | 200° | 41.96% | 56.08% |
HSB/HSV | 200° | 49.47% | 74.51% |
CMYK | 49.47% | 16.32% | 0.00% |
25.49% |
Hexadezimal | 60 | 9F | BE |
Dezimal | 96 | 159 | 190 |
Binär | 1100000 | 10011111 | 10111110 |
Oktal | 140 | 237 | 276 |
Beispiele css- und html für Elemente in der Farbe #609FBE. Bitte benutzen Sie auch rgb(96,159,190) statt hex-Code.
.myTextColor { color: #609FBE; }
<p style="color:#609FBE">This sample text font color is #609FBE.</p>
Die Farbe dieses Textes ist #609FBE.
.myBgColor { background-color: #609FBE; }
<div style="background-color:#609FBE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #609FBE.
.myBorderColor { border: 1px solid #609FBE; }
<div style="border:3px solid #609FBE">Div</div>
Die Grenzen von diesem div sind in Farbe #609FBE.
.myOpacity80 { color: #609FBE; opacity: 0.8; }
<p style="color:#609FBE;opacity:0.8;">80%</p>
Text in Farbe #609FBE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #609FBE;}
<p style="text-shadow: 3px 3px 1px #609FBE">Text here.</p>
Dieser Text hat den Schatten in Farbe #609FBE.
.textShadow {text-shadow: 3px 3px 1px #609FBE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #609FBE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #609FBE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#609FBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#609FBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #609FBE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #609FBE; -webkit-box-shadow: 1px 1px 3px 2px #609FBE; box-shadow: 1px 1px 3px 2px #609FBE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #609FBE; -webkit-box-shadow: 1px 1px 3px 2px #609FBE; box-shadow:1px 1px 3px 2px #609FBE;">
Div content here</div>
Dieser Text ist in der Farbe #609FBE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #609FBE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #609FBE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #609FBE.