HEX: #616A8B
RGB: (97,106,139)
#616A8B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #616A8B ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #616A8B wird in RGB als (97,106,139) definiert.
RGB: (97,106,139)
(38%, 42%, 55%)
R 97 von 255 = 38%
G 106 von 255 = 42%
B 139 von 255 = 55%
R + G + B ~ 45%. #616A8B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 97 + 106 + 139 = 342 (100%)
R 97 von 342 ~ 28.36%
G 106 von 342 ~ 30.99%
B 139 von 342 ~ 40.64'%
Die Farbe #616A8B wird in CMYK als (30,24,0,45) definiert.
CMYK: (30,24,0,45)
C30M24Y0K45 (30%, 24%, 0%, 45%)
(0.30 / 0.24 / 0.00 / 0.45)
Farbe #616A8B in den populären Farbmodellen.
61 | 6A | 8B | |
---|---|---|---|
RGB | 97 | 106 | 139 |
HSL | 227° | 17.80% | 46.27% |
HSB/HSV | 227° | 30.22% | 54.51% |
CMYK | 30.22% | 23.74% | 0.00% |
45.49% |
Die Farbe #616A8B in den populären Zahlensystemen.
Hexadezimal | 61 | 6A | 8B |
Dezimal | 97 | 106 | 139 |
Binär | 1100001 | 1101010 | 10001011 |
Oktal | 141 | 152 | 213 |
Dunkle Töne der Farbe #616A8B
Helle Töne der Farbe #616A8B
Beispiele css- und html für Elemente in der Farbe #616A8B. Bitte benutzen Sie auch rgb(97,106,139) statt hex-Code.
.myTextColor { color: #616A8B; }
<p style="color:#616A8B">This sample text font color is #616A8B.</p>
Die Farbe dieses Textes ist #616A8B.
.myBgColor { background-color: #616A8B; }
<div style="background-color:#616A8B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #616A8B.
.myBorderColor { border: 1px solid #616A8B; }
<div style="border:3px solid #616A8B">Div</div>
Die Grenzen von diesem div sind in Farbe #616A8B.
.myOpacity80 { color: #616A8B; opacity: 0.8; }
<p style="color:#616A8B;opacity:0.8;">80%</p>
Text in Farbe #616A8B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #616A8B;}
<p style="text-shadow: 3px 3px 1px #616A8B">Text here.</p>
Dieser Text hat den Schatten in Farbe #616A8B.
.textShadow {text-shadow: 3px 3px 1px #616A8B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #616A8B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #616A8B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#616A8B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#616A8B, Direction=45, Strength=4)">Text</p>
This text has shadow with #616A8B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #616A8B;
-webkit-box-shadow: 1px 1px 3px 2px #616A8B;
box-shadow: 1px 1px 3px 2px #616A8B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #616A8B; -webkit-box-shadow: 1px 1px 3px 2px #616A8B; box-shadow:1px 1px 3px 2px #616A8B;">
Div content here
</div>
Dieser Text ist in der Farbe #616A8B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #616A8B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #616A8B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #616A8B.
Kontrastfarbe für #hex ist #9E9574.