HEX: #6F979B
RGB: (111,151,155)
#6F979B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6F979B ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #6F979B wird in RGB als (111,151,155) definiert.
RGB: (111,151,155) (44%,59%,61%)
R 111 von 255 = 44%
G 151 von 255 = 59%
B 155 von 255 = 61%
R + G + B ~ 55%. #6F979B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
111 + 151 + 155 = 417 (100%)
R 111 von 417 ~ 26.62%
G 151 von 417 ~ 36.21%
B 155 von 417 ~ 37.17%
Die Farbe #6F979B wird in CMYK als (28,3,0,39) definiert.
CMYK: (28,3,0,39) C28M3Y0K39 (28%,3%,0%,39%) (0.28/0.03/0.00/0.39)
6F | 97 | 9B | |
---|---|---|---|
RGB | 111 | 151 | 155 |
HSL | 185° | 18.03% | 52.16% |
HSB/HSV | 185° | 28.39% | 60.78% |
CMYK | 28.39% | 2.58% | 0.00% |
39.22% |
Hexadezimal | 6F | 97 | 9B |
Dezimal | 111 | 151 | 155 |
Binär | 1101111 | 10010111 | 10011011 |
Oktal | 157 | 227 | 233 |
Beispiele css- und html für Elemente in der Farbe #6F979B. Bitte benutzen Sie auch rgb(111,151,155) statt hex-Code.
.myTextColor { color: #6F979B; }
<p style="color:#6F979B">This sample text font color is #6F979B.</p>
Die Farbe dieses Textes ist #6F979B.
.myBgColor { background-color: #6F979B; }
<div style="background-color:#6F979B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6F979B.
.myBorderColor { border: 1px solid #6F979B; }
<div style="border:3px solid #6F979B">Div</div>
Die Grenzen von diesem div sind in Farbe #6F979B.
.myOpacity80 { color: #6F979B; opacity: 0.8; }
<p style="color:#6F979B;opacity:0.8;">80%</p>
Text in Farbe #6F979B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6F979B;}
<p style="text-shadow: 3px 3px 1px #6F979B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6F979B.
.textShadow {text-shadow: 3px 3px 1px #6F979B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6F979B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6F979B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6F979B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6F979B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6F979B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6F979B; -webkit-box-shadow: 1px 1px 3px 2px #6F979B; box-shadow: 1px 1px 3px 2px #6F979B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6F979B; -webkit-box-shadow: 1px 1px 3px 2px #6F979B; box-shadow:1px 1px 3px 2px #6F979B;">
Div content here</div>
Dieser Text ist in der Farbe #6F979B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6F979B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6F979B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6F979B.