HEX: #6EA59B
RGB: (110,165,155)
#6EA59B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6EA59B ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #6EA59B wird in RGB als (110,165,155) definiert.
RGB: (110,165,155) (43%,65%,61%)
R 110 von 255 = 43%
G 165 von 255 = 65%
B 155 von 255 = 61%
R + G + B ~ 56%. #6EA59B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
110 + 165 + 155 = 430 (100%)
R 110 von 430 ~ 25.58%
G 165 von 430 ~ 38.37%
B 155 von 430 ~ 36.05%
Die Farbe #6EA59B wird in CMYK als (33,0,6,35) definiert.
CMYK: (33,0,6,35) C33M0Y6K35 (33%,0%,6%,35%) (0.33/0.00/0.06/0.35)
6E | A5 | 9B | |
---|---|---|---|
RGB | 110 | 165 | 155 |
HSL | 169° | 23.40% | 53.92% |
HSB/HSV | 169° | 33.33% | 64.71% |
CMYK | 33.33% | 0.00% | 6.06% |
35.29% |
Hexadezimal | 6E | A5 | 9B |
Dezimal | 110 | 165 | 155 |
Binär | 1101110 | 10100101 | 10011011 |
Oktal | 156 | 245 | 233 |
Beispiele css- und html für Elemente in der Farbe #6EA59B. Bitte benutzen Sie auch rgb(110,165,155) statt hex-Code.
.myTextColor { color: #6EA59B; }
<p style="color:#6EA59B">This sample text font color is #6EA59B.</p>
Die Farbe dieses Textes ist #6EA59B.
.myBgColor { background-color: #6EA59B; }
<div style="background-color:#6EA59B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6EA59B.
.myBorderColor { border: 1px solid #6EA59B; }
<div style="border:3px solid #6EA59B">Div</div>
Die Grenzen von diesem div sind in Farbe #6EA59B.
.myOpacity80 { color: #6EA59B; opacity: 0.8; }
<p style="color:#6EA59B;opacity:0.8;">80%</p>
Text in Farbe #6EA59B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EA59B;}
<p style="text-shadow: 3px 3px 1px #6EA59B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6EA59B.
.textShadow {text-shadow: 3px 3px 1px #6EA59B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EA59B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6EA59B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EA59B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EA59B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EA59B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6EA59B; -webkit-box-shadow: 1px 1px 3px 2px #6EA59B; box-shadow: 1px 1px 3px 2px #6EA59B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6EA59B; -webkit-box-shadow: 1px 1px 3px 2px #6EA59B; box-shadow:1px 1px 3px 2px #6EA59B;">
Div content here</div>
Dieser Text ist in der Farbe #6EA59B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6EA59B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6EA59B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6EA59B.