HEX: #6E509C
RGB: (110,80,156)
#6E509C enthält hauptsächlich rote und blaue Farbe. Für #6E509C ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6E509C wird in RGB als (110,80,156) definiert.
RGB: (110,80,156)
(43%, 31%, 61%)
R 110 von 255 = 43%
G 80 von 255 = 31%
B 156 von 255 = 61%
R + G + B ~ 45%. #6E509C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 110 + 80 + 156 = 346 (100%)
R 110 von 346 ~ 31.79%
G 80 von 346 ~ 23.12%
B 156 von 346 ~ 45.09'%
Die Farbe #6E509C wird in CMYK als (29,49,0,39) definiert.
CMYK: (29,49,0,39)
C29M49Y0K39 (29%, 49%, 0%, 39%)
(0.29 / 0.49 / 0.00 / 0.39)
Farbe #6E509C in den populären Farbmodellen.
6E | 50 | 9C | |
---|---|---|---|
RGB | 110 | 80 | 156 |
HSL | 264° | 32.20% | 46.27% |
HSB/HSV | 264° | 48.72% | 61.18% |
CMYK | 29.49% | 48.72% | 0.00% |
38.82% |
Die Farbe #6E509C in den populären Zahlensystemen.
Hexadezimal | 6E | 50 | 9C |
Dezimal | 110 | 80 | 156 |
Binär | 1101110 | 1010000 | 10011100 |
Oktal | 156 | 120 | 234 |
Dunkle Töne der Farbe #6E509C
Helle Töne der Farbe #6E509C
Beispiele css- und html für Elemente in der Farbe #6E509C. Bitte benutzen Sie auch rgb(110,80,156) statt hex-Code.
.myTextColor { color: #6E509C; }
<p style="color:#6E509C">This sample text font color is #6E509C.</p>
Die Farbe dieses Textes ist #6E509C.
.myBgColor { background-color: #6E509C; }
<div style="background-color:#6E509C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6E509C.
.myBorderColor { border: 1px solid #6E509C; }
<div style="border:3px solid #6E509C">Div</div>
Die Grenzen von diesem div sind in Farbe #6E509C.
.myOpacity80 { color: #6E509C; opacity: 0.8; }
<p style="color:#6E509C;opacity:0.8;">80%</p>
Text in Farbe #6E509C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E509C;}
<p style="text-shadow: 3px 3px 1px #6E509C">Text here.</p>
Dieser Text hat den Schatten in Farbe #6E509C.
.textShadow {text-shadow: 3px 3px 1px #6E509C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E509C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6E509C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E509C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E509C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E509C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E509C;
-webkit-box-shadow: 1px 1px 3px 2px #6E509C;
box-shadow: 1px 1px 3px 2px #6E509C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E509C; -webkit-box-shadow: 1px 1px 3px 2px #6E509C; box-shadow:1px 1px 3px 2px #6E509C;">
Div content here
</div>
Dieser Text ist in der Farbe #6E509C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6E509C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6E509C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6E509C.
Kontrastfarbe für #hex ist #91AF63.