HEX: #6A49AC
RGB: (106,73,172)
#6A49AC enthält hauptsächlich blaue Farbe. Für #6A49AC ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #6A49AC wird in RGB als (106,73,172) definiert.
RGB: (106,73,172) (42%,29%,67%)
R 106 von 255 = 42%
G 73 von 255 = 29%
B 172 von 255 = 67%
R + G + B ~ 46%. #6A49AC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
106 + 73 + 172 = 351 (100%)
R 106 von 351 ~ 30.2%
G 73 von 351 ~ 20.8%
B 172 von 351 ~ 49%
Die Farbe #6A49AC wird in CMYK als (38,58,0,33) definiert.
CMYK: (38,58,0,33) C38M58Y0K33 (38%,58%,0%,33%) (0.38/0.58/0.00/0.33)
6A | 49 | AC | |
---|---|---|---|
RGB | 106 | 73 | 172 |
HSL | 260° | 40.41% | 48.04% |
HSB/HSV | 260° | 57.56% | 67.45% |
CMYK | 38.37% | 57.56% | 0.00% |
32.55% |
Hexadezimal | 6A | 49 | AC |
Dezimal | 106 | 73 | 172 |
Binär | 1101010 | 1001001 | 10101100 |
Oktal | 152 | 111 | 254 |
Beispiele css- und html für Elemente in der Farbe #6A49AC. Bitte benutzen Sie auch rgb(106,73,172) statt hex-Code.
.myTextColor { color: #6A49AC; }
<p style="color:#6A49AC">This sample text font color is #6A49AC.</p>
Die Farbe dieses Textes ist #6A49AC.
.myBgColor { background-color: #6A49AC; }
<div style="background-color:#6A49AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6A49AC.
.myBorderColor { border: 1px solid #6A49AC; }
<div style="border:3px solid #6A49AC">Div</div>
Die Grenzen von diesem div sind in Farbe #6A49AC.
.myOpacity80 { color: #6A49AC; opacity: 0.8; }
<p style="color:#6A49AC;opacity:0.8;">80%</p>
Text in Farbe #6A49AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6A49AC;}
<p style="text-shadow: 3px 3px 1px #6A49AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #6A49AC.
.textShadow {text-shadow: 3px 3px 1px #6A49AC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6A49AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6A49AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6A49AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6A49AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6A49AC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6A49AC; -webkit-box-shadow: 1px 1px 3px 2px #6A49AC; box-shadow: 1px 1px 3px 2px #6A49AC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6A49AC; -webkit-box-shadow: 1px 1px 3px 2px #6A49AC; box-shadow:1px 1px 3px 2px #6A49AC;">
Div content here</div>
Dieser Text ist in der Farbe #6A49AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6A49AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6A49AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6A49AC.