HEX: #6B12A6
RGB: (107,18,166)
#6B12A6 enthält hauptsächlich rote und blaue Farbe. Für #6B12A6 ist eine «websichere» Webfarbe #660099 (oder kurz #609).
Die Farbe #6B12A6 wird in RGB als (107,18,166) definiert.
RGB: (107,18,166) (42%,7%,65%)
R 107 von 255 = 42%
G 18 von 255 = 7%
B 166 von 255 = 65%
R + G + B ~ 38%. #6B12A6 ziemlich dunkle Farbe.
R + G + B =
107 + 18 + 166 = 291 (100%)
R 107 von 291 ~ 36.77%
G 18 von 291 ~ 6.19%
B 166 von 291 ~ 57.04%
Die Farbe #6B12A6 wird in CMYK als (36,89,0,35) definiert.
CMYK: (36,89,0,35) C36M89Y0K35 (36%,89%,0%,35%) (0.36/0.89/0.00/0.35)
6B | 12 | A6 | |
---|---|---|---|
RGB | 107 | 18 | 166 |
HSL | 276° | 80.43% | 36.08% |
HSB/HSV | 276° | 89.16% | 65.10% |
CMYK | 35.54% | 89.16% | 0.00% |
34.90% |
Hexadezimal | 6B | 12 | A6 |
Dezimal | 107 | 18 | 166 |
Binär | 1101011 | 10010 | 10100110 |
Oktal | 153 | 22 | 246 |
Beispiele css- und html für Elemente in der Farbe #6B12A6. Bitte benutzen Sie auch rgb(107,18,166) statt hex-Code.
.myTextColor { color: #6B12A6; }
<p style="color:#6B12A6">This sample text font color is #6B12A6.</p>
Die Farbe dieses Textes ist #6B12A6.
.myBgColor { background-color: #6B12A6; }
<div style="background-color:#6B12A6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B12A6.
.myBorderColor { border: 1px solid #6B12A6; }
<div style="border:3px solid #6B12A6">Div</div>
Die Grenzen von diesem div sind in Farbe #6B12A6.
.myOpacity80 { color: #6B12A6; opacity: 0.8; }
<p style="color:#6B12A6;opacity:0.8;">80%</p>
Text in Farbe #6B12A6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B12A6;}
<p style="text-shadow: 3px 3px 1px #6B12A6">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B12A6.
.textShadow {text-shadow: 3px 3px 1px #6B12A6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B12A6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B12A6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B12A6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B12A6, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B12A6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6B12A6; -webkit-box-shadow: 1px 1px 3px 2px #6B12A6; box-shadow: 1px 1px 3px 2px #6B12A6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6B12A6; -webkit-box-shadow: 1px 1px 3px 2px #6B12A6; box-shadow:1px 1px 3px 2px #6B12A6;">
Div content here</div>
Dieser Text ist in der Farbe #6B12A6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B12A6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B12A6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B12A6.