HEX: #6C3AAC
RGB: (108,58,172)
#6C3AAC enthält hauptsächlich blaue Farbe. Für #6C3AAC ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #6C3AAC wird in RGB als (108,58,172) definiert.
RGB: (108,58,172) (42%,23%,67%)
R 108 von 255 = 42%
G 58 von 255 = 23%
B 172 von 255 = 67%
R + G + B ~ 44%. #6C3AAC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
108 + 58 + 172 = 338 (100%)
R 108 von 338 ~ 31.95%
G 58 von 338 ~ 17.16%
B 172 von 338 ~ 50.89%
Die Farbe #6C3AAC wird in CMYK als (37,66,0,33) definiert.
CMYK: (37,66,0,33) C37M66Y0K33 (37%,66%,0%,33%) (0.37/0.66/0.00/0.33)
6C | 3A | AC | |
---|---|---|---|
RGB | 108 | 58 | 172 |
HSL | 266° | 49.57% | 45.10% |
HSB/HSV | 266° | 66.28% | 67.45% |
CMYK | 37.21% | 66.28% | 0.00% |
32.55% |
Hexadezimal | 6C | 3A | AC |
Dezimal | 108 | 58 | 172 |
Binär | 1101100 | 111010 | 10101100 |
Oktal | 154 | 72 | 254 |
Beispiele css- und html für Elemente in der Farbe #6C3AAC. Bitte benutzen Sie auch rgb(108,58,172) statt hex-Code.
.myTextColor { color: #6C3AAC; }
<p style="color:#6C3AAC">This sample text font color is #6C3AAC.</p>
Die Farbe dieses Textes ist #6C3AAC.
.myBgColor { background-color: #6C3AAC; }
<div style="background-color:#6C3AAC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C3AAC.
.myBorderColor { border: 1px solid #6C3AAC; }
<div style="border:3px solid #6C3AAC">Div</div>
Die Grenzen von diesem div sind in Farbe #6C3AAC.
.myOpacity80 { color: #6C3AAC; opacity: 0.8; }
<p style="color:#6C3AAC;opacity:0.8;">80%</p>
Text in Farbe #6C3AAC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C3AAC;}
<p style="text-shadow: 3px 3px 1px #6C3AAC">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C3AAC.
.textShadow {text-shadow: 3px 3px 1px #6C3AAC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C3AAC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C3AAC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C3AAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C3AAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C3AAC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C3AAC; -webkit-box-shadow: 1px 1px 3px 2px #6C3AAC; box-shadow: 1px 1px 3px 2px #6C3AAC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C3AAC; -webkit-box-shadow: 1px 1px 3px 2px #6C3AAC; box-shadow:1px 1px 3px 2px #6C3AAC;">
Div content here</div>
Dieser Text ist in der Farbe #6C3AAC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C3AAC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C3AAC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C3AAC.