HEX: #6F4A71
RGB: (111,74,113)
#6F4A71 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6F4A71 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #6F4A71 wird in RGB als (111,74,113) definiert.
RGB: (111,74,113)
(44%, 29%, 44%)
R 111 von 255 = 44%
G 74 von 255 = 29%
B 113 von 255 = 44%
R + G + B ~ 39%. #6F4A71 ziemlich dunkle Farbe.
R + G + B = 111 + 74 + 113 = 298 (100%)
R 111 von 298 ~ 37.25%
G 74 von 298 ~ 24.83%
B 113 von 298 ~ 37.92'%
Die Farbe #6F4A71 wird in CMYK als (2,35,0,56) definiert.
CMYK: (2,35,0,56)
C2M35Y0K56 (2%, 35%, 0%, 56%)
(0.02 / 0.35 / 0.00 / 0.56)
Farbe #6F4A71 in den populären Farbmodellen.
6F | 4A | 71 | |
---|---|---|---|
RGB | 111 | 74 | 113 |
HSL | 297° | 20.86% | 36.67% |
HSB/HSV | 297° | 34.51% | 44.31% |
CMYK | 1.77% | 34.51% | 0.00% |
55.69% |
Die Farbe #6F4A71 in den populären Zahlensystemen.
Hexadezimal | 6F | 4A | 71 |
Dezimal | 111 | 74 | 113 |
Binär | 1101111 | 1001010 | 1110001 |
Oktal | 157 | 112 | 161 |
Dunkle Töne der Farbe #6F4A71
Helle Töne der Farbe #6F4A71
Beispiele css- und html für Elemente in der Farbe #6F4A71. Bitte benutzen Sie auch rgb(111,74,113) statt hex-Code.
.myTextColor { color: #6F4A71; }
<p style="color:#6F4A71">This sample text font color is #6F4A71.</p>
Die Farbe dieses Textes ist #6F4A71.
.myBgColor { background-color: #6F4A71; }
<div style="background-color:#6F4A71">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6F4A71.
.myBorderColor { border: 1px solid #6F4A71; }
<div style="border:3px solid #6F4A71">Div</div>
Die Grenzen von diesem div sind in Farbe #6F4A71.
.myOpacity80 { color: #6F4A71; opacity: 0.8; }
<p style="color:#6F4A71;opacity:0.8;">80%</p>
Text in Farbe #6F4A71 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6F4A71;}
<p style="text-shadow: 3px 3px 1px #6F4A71">Text here.</p>
Dieser Text hat den Schatten in Farbe #6F4A71.
.textShadow {text-shadow: 3px 3px 1px #6F4A71', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6F4A71, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6F4A71 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6F4A71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6F4A71, Direction=45, Strength=4)">Text</p>
This text has shadow with #6F4A71 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6F4A71;
-webkit-box-shadow: 1px 1px 3px 2px #6F4A71;
box-shadow: 1px 1px 3px 2px #6F4A71;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6F4A71; -webkit-box-shadow: 1px 1px 3px 2px #6F4A71; box-shadow:1px 1px 3px 2px #6F4A71;">
Div content here
</div>
Dieser Text ist in der Farbe #6F4A71 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6F4A71 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6F4A71.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6F4A71.
Kontrastfarbe für #hex ist #90B58E.