HEX: #6A736D
RGB: (106,115,109)
#6A736D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6A736D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6A736D wird in RGB als (106,115,109) definiert.
RGB: (106,115,109) (42%,45%,43%)
R 106 von 255 = 42%
G 115 von 255 = 45%
B 109 von 255 = 43%
R + G + B ~ 43%. #6A736D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
106 + 115 + 109 = 330 (100%)
R 106 von 330 ~ 32.12%
G 115 von 330 ~ 34.85%
B 109 von 330 ~ 33.03%
Die Farbe #6A736D wird in CMYK als (8,0,5,55) definiert.
CMYK: (8,0,5,55) C8M0Y5K55 (8%,0%,5%,55%) (0.08/0.00/0.05/0.55)
6A | 73 | 6D | |
---|---|---|---|
RGB | 106 | 115 | 109 |
HSL | 140° | 4.07% | 43.33% |
HSB/HSV | 140° | 7.83% | 45.10% |
CMYK | 7.83% | 0.00% | 5.22% |
54.90% |
Hexadezimal | 6A | 73 | 6D |
Dezimal | 106 | 115 | 109 |
Binär | 1101010 | 1110011 | 1101101 |
Oktal | 152 | 163 | 155 |
Beispiele css- und html für Elemente in der Farbe #6A736D. Bitte benutzen Sie auch rgb(106,115,109) statt hex-Code.
.myTextColor { color: #6A736D; }
<p style="color:#6A736D">This sample text font color is #6A736D.</p>
Die Farbe dieses Textes ist #6A736D.
.myBgColor { background-color: #6A736D; }
<div style="background-color:#6A736D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6A736D.
.myBorderColor { border: 1px solid #6A736D; }
<div style="border:3px solid #6A736D">Div</div>
Die Grenzen von diesem div sind in Farbe #6A736D.
.myOpacity80 { color: #6A736D; opacity: 0.8; }
<p style="color:#6A736D;opacity:0.8;">80%</p>
Text in Farbe #6A736D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6A736D;}
<p style="text-shadow: 3px 3px 1px #6A736D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6A736D.
.textShadow {text-shadow: 3px 3px 1px #6A736D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6A736D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6A736D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6A736D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6A736D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6A736D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6A736D; -webkit-box-shadow: 1px 1px 3px 2px #6A736D; box-shadow: 1px 1px 3px 2px #6A736D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6A736D; -webkit-box-shadow: 1px 1px 3px 2px #6A736D; box-shadow:1px 1px 3px 2px #6A736D;">
Div content here</div>
Dieser Text ist in der Farbe #6A736D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6A736D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6A736D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6A736D.