HEX: #6A4B79
RGB: (106,75,121)
#6A4B79 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6A4B79 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #6A4B79 wird in RGB als (106,75,121) definiert.
RGB: (106,75,121) (42%,29%,47%)
R 106 von 255 = 42%
G 75 von 255 = 29%
B 121 von 255 = 47%
R + G + B ~ 39%. #6A4B79 ziemlich dunkle Farbe.
R + G + B =
106 + 75 + 121 = 302 (100%)
R 106 von 302 ~ 35.1%
G 75 von 302 ~ 24.83%
B 121 von 302 ~ 40.07%
Die Farbe #6A4B79 wird in CMYK als (12,38,0,53) definiert.
CMYK: (12,38,0,53) C12M38Y0K53 (12%,38%,0%,53%) (0.12/0.38/0.00/0.53)
6A | 4B | 79 | |
---|---|---|---|
RGB | 106 | 75 | 121 |
HSL | 280° | 23.47% | 38.43% |
HSB/HSV | 280° | 38.02% | 47.45% |
CMYK | 12.40% | 38.02% | 0.00% |
52.55% |
Hexadezimal | 6A | 4B | 79 |
Dezimal | 106 | 75 | 121 |
Binär | 1101010 | 1001011 | 1111001 |
Oktal | 152 | 113 | 171 |
Beispiele css- und html für Elemente in der Farbe #6A4B79. Bitte benutzen Sie auch rgb(106,75,121) statt hex-Code.
.myTextColor { color: #6A4B79; }
<p style="color:#6A4B79">This sample text font color is #6A4B79.</p>
Die Farbe dieses Textes ist #6A4B79.
.myBgColor { background-color: #6A4B79; }
<div style="background-color:#6A4B79">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6A4B79.
.myBorderColor { border: 1px solid #6A4B79; }
<div style="border:3px solid #6A4B79">Div</div>
Die Grenzen von diesem div sind in Farbe #6A4B79.
.myOpacity80 { color: #6A4B79; opacity: 0.8; }
<p style="color:#6A4B79;opacity:0.8;">80%</p>
Text in Farbe #6A4B79 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6A4B79;}
<p style="text-shadow: 3px 3px 1px #6A4B79">Text here.</p>
Dieser Text hat den Schatten in Farbe #6A4B79.
.textShadow {text-shadow: 3px 3px 1px #6A4B79, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6A4B79, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6A4B79 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6A4B79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6A4B79, Direction=45, Strength=4)">Text</p>
This text has shadow with #6A4B79 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6A4B79; -webkit-box-shadow: 1px 1px 3px 2px #6A4B79; box-shadow: 1px 1px 3px 2px #6A4B79; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6A4B79; -webkit-box-shadow: 1px 1px 3px 2px #6A4B79; box-shadow:1px 1px 3px 2px #6A4B79;">
Div content here</div>
Dieser Text ist in der Farbe #6A4B79 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6A4B79 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6A4B79.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6A4B79.