HEX: #6D997E
RGB: (109,153,126)
#6D997E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D997E ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6D997E wird in RGB als (109,153,126) definiert.
RGB: (109,153,126) (43%,60%,49%)
R 109 von 255 = 43%
G 153 von 255 = 60%
B 126 von 255 = 49%
R + G + B ~ 51%. #6D997E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
109 + 153 + 126 = 388 (100%)
R 109 von 388 ~ 28.09%
G 153 von 388 ~ 39.43%
B 126 von 388 ~ 32.47%
Die Farbe #6D997E wird in CMYK als (29,0,18,40) definiert.
CMYK: (29,0,18,40) C29M0Y18K40 (29%,0%,18%,40%) (0.29/0.00/0.18/0.40)
6D | 99 | 7E | |
---|---|---|---|
RGB | 109 | 153 | 126 |
HSL | 143° | 17.74% | 51.37% |
HSB/HSV | 143° | 28.76% | 60.00% |
CMYK | 28.76% | 0.00% | 17.65% |
40.00% |
Hexadezimal | 6D | 99 | 7E |
Dezimal | 109 | 153 | 126 |
Binär | 1101101 | 10011001 | 1111110 |
Oktal | 155 | 231 | 176 |
Beispiele css- und html für Elemente in der Farbe #6D997E. Bitte benutzen Sie auch rgb(109,153,126) statt hex-Code.
.myTextColor { color: #6D997E; }
<p style="color:#6D997E">This sample text font color is #6D997E.</p>
Die Farbe dieses Textes ist #6D997E.
.myBgColor { background-color: #6D997E; }
<div style="background-color:#6D997E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D997E.
.myBorderColor { border: 1px solid #6D997E; }
<div style="border:3px solid #6D997E">Div</div>
Die Grenzen von diesem div sind in Farbe #6D997E.
.myOpacity80 { color: #6D997E; opacity: 0.8; }
<p style="color:#6D997E;opacity:0.8;">80%</p>
Text in Farbe #6D997E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D997E;}
<p style="text-shadow: 3px 3px 1px #6D997E">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D997E.
.textShadow {text-shadow: 3px 3px 1px #6D997E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D997E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D997E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D997E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D997E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D997E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D997E; -webkit-box-shadow: 1px 1px 3px 2px #6D997E; box-shadow: 1px 1px 3px 2px #6D997E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D997E; -webkit-box-shadow: 1px 1px 3px 2px #6D997E; box-shadow:1px 1px 3px 2px #6D997E;">
Div content here</div>
Dieser Text ist in der Farbe #6D997E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D997E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D997E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D997E.