HEX: #6C4777
RGB: (108,71,119)
#6C4777 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6C4777 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #6C4777 wird in RGB als (108,71,119) definiert.
RGB: (108,71,119)
(42%, 28%, 47%)
R 108 von 255 = 42%
G 71 von 255 = 28%
B 119 von 255 = 47%
R + G + B ~ 39%. #6C4777 ziemlich dunkle Farbe.
R + G + B = 108 + 71 + 119 = 298 (100%)
R 108 von 298 ~ 36.24%
G 71 von 298 ~ 23.83%
B 119 von 298 ~ 39.93'%
Die Farbe #6C4777 wird in CMYK als (9,40,0,53) definiert.
CMYK: (9,40,0,53)
C9M40Y0K53 (9%, 40%, 0%, 53%)
(0.09 / 0.40 / 0.00 / 0.53)
Farbe #6C4777 in den populären Farbmodellen.
6C | 47 | 77 | |
---|---|---|---|
RGB | 108 | 71 | 119 |
HSL | 286° | 25.26% | 37.25% |
HSB/HSV | 286° | 40.34% | 46.67% |
CMYK | 9.24% | 40.34% | 0.00% |
53.33% |
Die Farbe #6C4777 in den populären Zahlensystemen.
Hexadezimal | 6C | 47 | 77 |
Dezimal | 108 | 71 | 119 |
Binär | 1101100 | 1000111 | 1110111 |
Oktal | 154 | 107 | 167 |
Dunkle Töne der Farbe #6C4777
Helle Töne der Farbe #6C4777
Beispiele css- und html für Elemente in der Farbe #6C4777. Bitte benutzen Sie auch rgb(108,71,119) statt hex-Code.
.myTextColor { color: #6C4777; }
<p style="color:#6C4777">This sample text font color is #6C4777.</p>
Die Farbe dieses Textes ist #6C4777.
.myBgColor { background-color: #6C4777; }
<div style="background-color:#6C4777">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C4777.
.myBorderColor { border: 1px solid #6C4777; }
<div style="border:3px solid #6C4777">Div</div>
Die Grenzen von diesem div sind in Farbe #6C4777.
.myOpacity80 { color: #6C4777; opacity: 0.8; }
<p style="color:#6C4777;opacity:0.8;">80%</p>
Text in Farbe #6C4777 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C4777;}
<p style="text-shadow: 3px 3px 1px #6C4777">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C4777.
.textShadow {text-shadow: 3px 3px 1px #6C4777', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C4777, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C4777 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C4777, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C4777, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C4777 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6C4777;
-webkit-box-shadow: 1px 1px 3px 2px #6C4777;
box-shadow: 1px 1px 3px 2px #6C4777;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C4777; -webkit-box-shadow: 1px 1px 3px 2px #6C4777; box-shadow:1px 1px 3px 2px #6C4777;">
Div content here
</div>
Dieser Text ist in der Farbe #6C4777 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C4777 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C4777.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C4777.
Kontrastfarbe für #hex ist #93B888.