HEX: #639B83
RGB: (99,155,131)
#639B83 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #639B83 ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #639B83 wird in RGB als (99,155,131) definiert.
RGB: (99,155,131) (39%,61%,51%)
R 99 von 255 = 39%
G 155 von 255 = 61%
B 131 von 255 = 51%
R + G + B ~ 50%. #639B83 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
99 + 155 + 131 = 385 (100%)
R 99 von 385 ~ 25.71%
G 155 von 385 ~ 40.26%
B 131 von 385 ~ 34.03%
Die Farbe #639B83 wird in CMYK als (36,0,15,39) definiert.
CMYK: (36,0,15,39) C36M0Y15K39 (36%,0%,15%,39%) (0.36/0.00/0.15/0.39)
63 | 9B | 83 | |
---|---|---|---|
RGB | 99 | 155 | 131 |
HSL | 154° | 22.05% | 49.80% |
HSB/HSV | 154° | 36.13% | 60.78% |
CMYK | 36.13% | 0.00% | 15.48% |
39.22% |
Hexadezimal | 63 | 9B | 83 |
Dezimal | 99 | 155 | 131 |
Binär | 1100011 | 10011011 | 10000011 |
Oktal | 143 | 233 | 203 |
Beispiele css- und html für Elemente in der Farbe #639B83. Bitte benutzen Sie auch rgb(99,155,131) statt hex-Code.
.myTextColor { color: #639B83; }
<p style="color:#639B83">This sample text font color is #639B83.</p>
Die Farbe dieses Textes ist #639B83.
.myBgColor { background-color: #639B83; }
<div style="background-color:#639B83">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #639B83.
.myBorderColor { border: 1px solid #639B83; }
<div style="border:3px solid #639B83">Div</div>
Die Grenzen von diesem div sind in Farbe #639B83.
.myOpacity80 { color: #639B83; opacity: 0.8; }
<p style="color:#639B83;opacity:0.8;">80%</p>
Text in Farbe #639B83 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #639B83;}
<p style="text-shadow: 3px 3px 1px #639B83">Text here.</p>
Dieser Text hat den Schatten in Farbe #639B83.
.textShadow {text-shadow: 3px 3px 1px #639B83, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #639B83, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #639B83 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#639B83, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#639B83, Direction=45, Strength=4)">Text</p>
This text has shadow with #639B83 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #639B83; -webkit-box-shadow: 1px 1px 3px 2px #639B83; box-shadow: 1px 1px 3px 2px #639B83; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #639B83; -webkit-box-shadow: 1px 1px 3px 2px #639B83; box-shadow:1px 1px 3px 2px #639B83;">
Div content here</div>
Dieser Text ist in der Farbe #639B83 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #639B83 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #639B83.
Dieser Text ist weiß auf dem Hintergrund in Farbe #639B83.