HEX: #6E617C
RGB: (110,97,124)
#6E617C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6E617C ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6E617C wird in RGB als (110,97,124) definiert.
RGB: (110,97,124) (43%,38%,49%)
R 110 von 255 = 43%
G 97 von 255 = 38%
B 124 von 255 = 49%
R + G + B ~ 43%. #6E617C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
110 + 97 + 124 = 331 (100%)
R 110 von 331 ~ 33.23%
G 97 von 331 ~ 29.31%
B 124 von 331 ~ 37.46%
Die Farbe #6E617C wird in CMYK als (11,22,0,51) definiert.
CMYK: (11,22,0,51) C11M22Y0K51 (11%,22%,0%,51%) (0.11/0.22/0.00/0.51)
6E | 61 | 7C | |
---|---|---|---|
RGB | 110 | 97 | 124 |
HSL | 269° | 12.22% | 43.33% |
HSB/HSV | 269° | 21.77% | 48.63% |
CMYK | 11.29% | 21.77% | 0.00% |
51.37% |
Hexadezimal | 6E | 61 | 7C |
Dezimal | 110 | 97 | 124 |
Binär | 1101110 | 1100001 | 1111100 |
Oktal | 156 | 141 | 174 |
Beispiele css- und html für Elemente in der Farbe #6E617C. Bitte benutzen Sie auch rgb(110,97,124) statt hex-Code.
.myTextColor { color: #6E617C; }
<p style="color:#6E617C">This sample text font color is #6E617C.</p>
Die Farbe dieses Textes ist #6E617C.
.myBgColor { background-color: #6E617C; }
<div style="background-color:#6E617C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6E617C.
.myBorderColor { border: 1px solid #6E617C; }
<div style="border:3px solid #6E617C">Div</div>
Die Grenzen von diesem div sind in Farbe #6E617C.
.myOpacity80 { color: #6E617C; opacity: 0.8; }
<p style="color:#6E617C;opacity:0.8;">80%</p>
Text in Farbe #6E617C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E617C;}
<p style="text-shadow: 3px 3px 1px #6E617C">Text here.</p>
Dieser Text hat den Schatten in Farbe #6E617C.
.textShadow {text-shadow: 3px 3px 1px #6E617C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E617C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6E617C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E617C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E617C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E617C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E617C; -webkit-box-shadow: 1px 1px 3px 2px #6E617C; box-shadow: 1px 1px 3px 2px #6E617C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E617C; -webkit-box-shadow: 1px 1px 3px 2px #6E617C; box-shadow:1px 1px 3px 2px #6E617C;">
Div content here</div>
Dieser Text ist in der Farbe #6E617C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6E617C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6E617C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6E617C.