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