HEX: #6D6186
RGB: (109,97,134)
#6D6186 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D6186 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6D6186 wird in RGB als (109,97,134) definiert.
RGB: (109,97,134) (43%,38%,53%)
R 109 von 255 = 43%
G 97 von 255 = 38%
B 134 von 255 = 53%
R + G + B ~ 45%. #6D6186 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
109 + 97 + 134 = 340 (100%)
R 109 von 340 ~ 32.06%
G 97 von 340 ~ 28.53%
B 134 von 340 ~ 39.41%
Die Farbe #6D6186 wird in CMYK als (19,28,0,47) definiert.
CMYK: (19,28,0,47) C19M28Y0K47 (19%,28%,0%,47%) (0.19/0.28/0.00/0.47)
6D | 61 | 86 | |
---|---|---|---|
RGB | 109 | 97 | 134 |
HSL | 259° | 16.02% | 45.29% |
HSB/HSV | 259° | 27.61% | 52.55% |
CMYK | 18.66% | 27.61% | 0.00% |
47.45% |
Hexadezimal | 6D | 61 | 86 |
Dezimal | 109 | 97 | 134 |
Binär | 1101101 | 1100001 | 10000110 |
Oktal | 155 | 141 | 206 |
Beispiele css- und html für Elemente in der Farbe #6D6186. Bitte benutzen Sie auch rgb(109,97,134) statt hex-Code.
.myTextColor { color: #6D6186; }
<p style="color:#6D6186">This sample text font color is #6D6186.</p>
Die Farbe dieses Textes ist #6D6186.
.myBgColor { background-color: #6D6186; }
<div style="background-color:#6D6186">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D6186.
.myBorderColor { border: 1px solid #6D6186; }
<div style="border:3px solid #6D6186">Div</div>
Die Grenzen von diesem div sind in Farbe #6D6186.
.myOpacity80 { color: #6D6186; opacity: 0.8; }
<p style="color:#6D6186;opacity:0.8;">80%</p>
Text in Farbe #6D6186 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D6186;}
<p style="text-shadow: 3px 3px 1px #6D6186">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D6186.
.textShadow {text-shadow: 3px 3px 1px #6D6186, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D6186, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D6186 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D6186, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D6186, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D6186 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D6186; -webkit-box-shadow: 1px 1px 3px 2px #6D6186; box-shadow: 1px 1px 3px 2px #6D6186; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D6186; -webkit-box-shadow: 1px 1px 3px 2px #6D6186; box-shadow:1px 1px 3px 2px #6D6186;">
Div content here</div>
Dieser Text ist in der Farbe #6D6186 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D6186 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D6186.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D6186.