HEX: #6A877E
RGB: (106,135,126)
#6A877E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6A877E ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6A877E wird in RGB als (106,135,126) definiert.
RGB: (106,135,126) (42%,53%,49%)
R 106 von 255 = 42%
G 135 von 255 = 53%
B 126 von 255 = 49%
R + G + B ~ 48%. #6A877E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
106 + 135 + 126 = 367 (100%)
R 106 von 367 ~ 28.88%
G 135 von 367 ~ 36.78%
B 126 von 367 ~ 34.33%
Die Farbe #6A877E wird in CMYK als (21,0,7,47) definiert.
CMYK: (21,0,7,47) C21M0Y7K47 (21%,0%,7%,47%) (0.21/0.00/0.07/0.47)
6A | 87 | 7E | |
---|---|---|---|
RGB | 106 | 135 | 126 |
HSL | 161° | 12.03% | 47.25% |
HSB/HSV | 161° | 21.48% | 52.94% |
CMYK | 21.48% | 0.00% | 6.67% |
47.06% |
Hexadezimal | 6A | 87 | 7E |
Dezimal | 106 | 135 | 126 |
Binär | 1101010 | 10000111 | 1111110 |
Oktal | 152 | 207 | 176 |
Beispiele css- und html für Elemente in der Farbe #6A877E. Bitte benutzen Sie auch rgb(106,135,126) statt hex-Code.
.myTextColor { color: #6A877E; }
<p style="color:#6A877E">This sample text font color is #6A877E.</p>
Die Farbe dieses Textes ist #6A877E.
.myBgColor { background-color: #6A877E; }
<div style="background-color:#6A877E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6A877E.
.myBorderColor { border: 1px solid #6A877E; }
<div style="border:3px solid #6A877E">Div</div>
Die Grenzen von diesem div sind in Farbe #6A877E.
.myOpacity80 { color: #6A877E; opacity: 0.8; }
<p style="color:#6A877E;opacity:0.8;">80%</p>
Text in Farbe #6A877E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6A877E;}
<p style="text-shadow: 3px 3px 1px #6A877E">Text here.</p>
Dieser Text hat den Schatten in Farbe #6A877E.
.textShadow {text-shadow: 3px 3px 1px #6A877E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6A877E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6A877E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6A877E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6A877E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6A877E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6A877E; -webkit-box-shadow: 1px 1px 3px 2px #6A877E; box-shadow: 1px 1px 3px 2px #6A877E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6A877E; -webkit-box-shadow: 1px 1px 3px 2px #6A877E; box-shadow:1px 1px 3px 2px #6A877E;">
Div content here</div>
Dieser Text ist in der Farbe #6A877E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6A877E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6A877E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6A877E.