HEX: #6E4189
RGB: (110,65,137)
#6E4189 enthält hauptsächlich rote und blaue Farbe. Für #6E4189 ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #6E4189 wird in RGB als (110,65,137) definiert.
RGB: (110,65,137)
(43%, 25%, 54%)
R 110 von 255 = 43%
G 65 von 255 = 25%
B 137 von 255 = 54%
R + G + B ~ 41%. #6E4189 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 110 + 65 + 137 = 312 (100%)
R 110 von 312 ~ 35.26%
G 65 von 312 ~ 20.83%
B 137 von 312 ~ 43.91'%
Die Farbe #6E4189 wird in CMYK als (20,53,0,46) definiert.
CMYK: (20,53,0,46)
C20M53Y0K46 (20%, 53%, 0%, 46%)
(0.20 / 0.53 / 0.00 / 0.46)
Farbe #6E4189 in den populären Farbmodellen.
6E | 41 | 89 | |
---|---|---|---|
RGB | 110 | 65 | 137 |
HSL | 278° | 35.64% | 39.61% |
HSB/HSV | 278° | 52.55% | 53.73% |
CMYK | 19.71% | 52.55% | 0.00% |
46.27% |
Die Farbe #6E4189 in den populären Zahlensystemen.
Hexadezimal | 6E | 41 | 89 |
Dezimal | 110 | 65 | 137 |
Binär | 1101110 | 1000001 | 10001001 |
Oktal | 156 | 101 | 211 |
Dunkle Töne der Farbe #6E4189
Helle Töne der Farbe #6E4189
Beispiele css- und html für Elemente in der Farbe #6E4189. Bitte benutzen Sie auch rgb(110,65,137) statt hex-Code.
.myTextColor { color: #6E4189; }
<p style="color:#6E4189">This sample text font color is #6E4189.</p>
Die Farbe dieses Textes ist #6E4189.
.myBgColor { background-color: #6E4189; }
<div style="background-color:#6E4189">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6E4189.
.myBorderColor { border: 1px solid #6E4189; }
<div style="border:3px solid #6E4189">Div</div>
Die Grenzen von diesem div sind in Farbe #6E4189.
.myOpacity80 { color: #6E4189; opacity: 0.8; }
<p style="color:#6E4189;opacity:0.8;">80%</p>
Text in Farbe #6E4189 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E4189;}
<p style="text-shadow: 3px 3px 1px #6E4189">Text here.</p>
Dieser Text hat den Schatten in Farbe #6E4189.
.textShadow {text-shadow: 3px 3px 1px #6E4189', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E4189, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6E4189 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E4189, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E4189, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E4189 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E4189;
-webkit-box-shadow: 1px 1px 3px 2px #6E4189;
box-shadow: 1px 1px 3px 2px #6E4189;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E4189; -webkit-box-shadow: 1px 1px 3px 2px #6E4189; box-shadow:1px 1px 3px 2px #6E4189;">
Div content here
</div>
Dieser Text ist in der Farbe #6E4189 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6E4189 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6E4189.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6E4189.
Kontrastfarbe für #hex ist #91BE76.