HEX: #6A479B
RGB: (106,71,155)
#6A479B enthält hauptsächlich rote und blaue Farbe. Für #6A479B ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #6A479B wird in RGB als (106,71,155) definiert.
RGB: (106,71,155)
(42%, 28%, 61%)
R 106 von 255 = 42%
G 71 von 255 = 28%
B 155 von 255 = 61%
R + G + B ~ 44%. #6A479B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 106 + 71 + 155 = 332 (100%)
R 106 von 332 ~ 31.93%
G 71 von 332 ~ 21.39%
B 155 von 332 ~ 46.69'%
Die Farbe #6A479B wird in CMYK als (32,54,0,39) definiert.
CMYK: (32,54,0,39) C32M54Y0K39 (32%,54%,0%,39%) (0.32/0.54/0.00/0.39)
Farbe #6A479B in den populären Farbmodellen.
6A | 47 | 9B | |
---|---|---|---|
RGB | 106 | 71 | 155 |
HSL | 265° | 37.17% | 44.31% |
HSB/HSV | 265° | 54.19% | 60.78% |
CMYK | 31.61% | 54.19% | 0.00% |
39.22% |
Die Farbe #6A479B in den populären Zahlensystemen.
Hexadezimal | 6A | 47 | 9B |
Dezimal | 106 | 71 | 155 |
Binär | 1101010 | 1000111 | 10011011 |
Oktal | 152 | 107 | 233 |
Dunkle Töne der Farbe #6A479B
Helle Töne der Farbe #6A479B
Beispiele css- und html für Elemente in der Farbe #6A479B. Bitte benutzen Sie auch rgb(106,71,155) statt hex-Code.
.myTextColor { color: #6A479B; }
<p style="color:#6A479B">This sample text font color is #6A479B.</p>
Die Farbe dieses Textes ist #6A479B.
.myBgColor { background-color: #6A479B; }
<div style="background-color:#6A479B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6A479B.
.myBorderColor { border: 1px solid #6A479B; }
<div style="border:3px solid #6A479B">Div</div>
Die Grenzen von diesem div sind in Farbe #6A479B.
.myOpacity80 { color: #6A479B; opacity: 0.8; }
<p style="color:#6A479B;opacity:0.8;">80%</p>
Text in Farbe #6A479B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6A479B;}
<p style="text-shadow: 3px 3px 1px #6A479B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6A479B.
.textShadow {text-shadow: 3px 3px 1px #6A479B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6A479B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6A479B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6A479B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6A479B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6A479B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6A479B;
-webkit-box-shadow: 1px 1px 3px 2px #6A479B;
box-shadow: 1px 1px 3px 2px #6A479B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6A479B; -webkit-box-shadow: 1px 1px 3px 2px #6A479B; box-shadow:1px 1px 3px 2px #6A479B;">
Div content here
</div>
Dieser Text ist in der Farbe #6A479B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6A479B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6A479B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6A479B.
Kontrastfarbe für #hex ist #95B864.