HEX: #637BAB
RGB: (99,123,171)
#637BAB enthält hauptsächlich grüne und blaue Farbe. Für #637BAB ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #637BAB wird in RGB als (99,123,171) definiert.
RGB: (99,123,171) (39%,48%,67%)
R 99 von 255 = 39%
G 123 von 255 = 48%
B 171 von 255 = 67%
R + G + B ~ 51%. #637BAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
99 + 123 + 171 = 393 (100%)
R 99 von 393 ~ 25.19%
G 123 von 393 ~ 31.3%
B 171 von 393 ~ 43.51%
Die Farbe #637BAB wird in CMYK als (42,28,0,33) definiert.
CMYK: (42,28,0,33) C42M28Y0K33 (42%,28%,0%,33%) (0.42/0.28/0.00/0.33)
63 | 7B | AB | |
---|---|---|---|
RGB | 99 | 123 | 171 |
HSL | 220° | 30.00% | 52.94% |
HSB/HSV | 220° | 42.11% | 67.06% |
CMYK | 42.11% | 28.07% | 0.00% |
32.94% |
Hexadezimal | 63 | 7B | AB |
Dezimal | 99 | 123 | 171 |
Binär | 1100011 | 1111011 | 10101011 |
Oktal | 143 | 173 | 253 |
Beispiele css- und html für Elemente in der Farbe #637BAB. Bitte benutzen Sie auch rgb(99,123,171) statt hex-Code.
.myTextColor { color: #637BAB; }
<p style="color:#637BAB">This sample text font color is #637BAB.</p>
Die Farbe dieses Textes ist #637BAB.
.myBgColor { background-color: #637BAB; }
<div style="background-color:#637BAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #637BAB.
.myBorderColor { border: 1px solid #637BAB; }
<div style="border:3px solid #637BAB">Div</div>
Die Grenzen von diesem div sind in Farbe #637BAB.
.myOpacity80 { color: #637BAB; opacity: 0.8; }
<p style="color:#637BAB;opacity:0.8;">80%</p>
Text in Farbe #637BAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #637BAB;}
<p style="text-shadow: 3px 3px 1px #637BAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #637BAB.
.textShadow {text-shadow: 3px 3px 1px #637BAB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #637BAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #637BAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#637BAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#637BAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #637BAB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #637BAB; -webkit-box-shadow: 1px 1px 3px 2px #637BAB; box-shadow: 1px 1px 3px 2px #637BAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #637BAB; -webkit-box-shadow: 1px 1px 3px 2px #637BAB; box-shadow:1px 1px 3px 2px #637BAB;">
Div content here</div>
Dieser Text ist in der Farbe #637BAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #637BAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #637BAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #637BAB.