HEX: #6E75AA
RGB: (110,117,170)
#6E75AA enthält hauptsächlich grüne und blaue Farbe. Für #6E75AA ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6E75AA wird in RGB als (110,117,170) definiert.
RGB: (110,117,170)
(43%, 46%, 67%)
R 110 von 255 = 43%
G 117 von 255 = 46%
B 170 von 255 = 67%
R + G + B ~ 52%. #6E75AA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 110 + 117 + 170 = 397 (100%)
R 110 von 397 ~ 27.71%
G 117 von 397 ~ 29.47%
B 170 von 397 ~ 42.82'%
Die Farbe #6E75AA wird in CMYK als (35,31,0,33) definiert.
CMYK: (35,31,0,33)
C35M31Y0K33 (35%, 31%, 0%, 33%)
(0.35 / 0.31 / 0.00 / 0.33)
Farbe #6E75AA in den populären Farbmodellen.
6E | 75 | AA | |
---|---|---|---|
RGB | 110 | 117 | 170 |
HSL | 233° | 26.09% | 54.90% |
HSB/HSV | 233° | 35.29% | 66.67% |
CMYK | 35.29% | 31.18% | 0.00% |
33.33% |
Die Farbe #6E75AA in den populären Zahlensystemen.
Hexadezimal | 6E | 75 | AA |
Dezimal | 110 | 117 | 170 |
Binär | 1101110 | 1110101 | 10101010 |
Oktal | 156 | 165 | 252 |
Dunkle Töne der Farbe #6E75AA
Helle Töne der Farbe #6E75AA
Beispiele css- und html für Elemente in der Farbe #6E75AA. Bitte benutzen Sie auch rgb(110,117,170) statt hex-Code.
.myTextColor { color: #6E75AA; }
<p style="color:#6E75AA">This sample text font color is #6E75AA.</p>
Die Farbe dieses Textes ist #6E75AA.
.myBgColor { background-color: #6E75AA; }
<div style="background-color:#6E75AA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6E75AA.
.myBorderColor { border: 1px solid #6E75AA; }
<div style="border:3px solid #6E75AA">Div</div>
Die Grenzen von diesem div sind in Farbe #6E75AA.
.myOpacity80 { color: #6E75AA; opacity: 0.8; }
<p style="color:#6E75AA;opacity:0.8;">80%</p>
Text in Farbe #6E75AA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E75AA;}
<p style="text-shadow: 3px 3px 1px #6E75AA">Text here.</p>
Dieser Text hat den Schatten in Farbe #6E75AA.
.textShadow {text-shadow: 3px 3px 1px #6E75AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E75AA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6E75AA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E75AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E75AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E75AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E75AA;
-webkit-box-shadow: 1px 1px 3px 2px #6E75AA;
box-shadow: 1px 1px 3px 2px #6E75AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E75AA; -webkit-box-shadow: 1px 1px 3px 2px #6E75AA; box-shadow:1px 1px 3px 2px #6E75AA;">
Div content here
</div>
Dieser Text ist in der Farbe #6E75AA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6E75AA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6E75AA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6E75AA.
Kontrastfarbe für #hex ist #918A55.