HEX: #6B49DC
RGB: (107,73,220)
#6B49DC enthält hauptsächlich blaue Farbe. Für #6B49DC ist eine «websichere» Webfarbe #6633CC (oder kurz #63C).
Die Farbe #6B49DC wird in RGB als (107,73,220) definiert.
RGB: (107,73,220)
(42%, 29%, 86%)
R 107 von 255 = 42%
G 73 von 255 = 29%
B 220 von 255 = 86%
R + G + B ~ 52%. #6B49DC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 73 + 220 = 400 (100%)
R 107 von 400 ~ 26.75%
G 73 von 400 ~ 18.25%
B 220 von 400 ~ 55'%
Die Farbe #6B49DC wird in CMYK als (51,67,0,14) definiert.
CMYK: (51,67,0,14)
C51M67Y0K14 (51%, 67%, 0%, 14%)
(0.51 / 0.67 / 0.00 / 0.14)
Farbe #6B49DC in den populären Farbmodellen.
6B | 49 | DC | |
---|---|---|---|
RGB | 107 | 73 | 220 |
HSL | 254° | 67.74% | 57.45% |
HSB/HSV | 254° | 66.82% | 86.27% |
CMYK | 51.36% | 66.82% | 0.00% |
13.73% |
Die Farbe #6B49DC in den populären Zahlensystemen.
Hexadezimal | 6B | 49 | DC |
Dezimal | 107 | 73 | 220 |
Binär | 1101011 | 1001001 | 11011100 |
Oktal | 153 | 111 | 334 |
Dunkle Töne der Farbe #6B49DC
Helle Töne der Farbe #6B49DC
Beispiele css- und html für Elemente in der Farbe #6B49DC. Bitte benutzen Sie auch rgb(107,73,220) statt hex-Code.
.myTextColor { color: #6B49DC; }
<p style="color:#6B49DC">This sample text font color is #6B49DC.</p>
Die Farbe dieses Textes ist #6B49DC.
.myBgColor { background-color: #6B49DC; }
<div style="background-color:#6B49DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B49DC.
.myBorderColor { border: 1px solid #6B49DC; }
<div style="border:3px solid #6B49DC">Div</div>
Die Grenzen von diesem div sind in Farbe #6B49DC.
.myOpacity80 { color: #6B49DC; opacity: 0.8; }
<p style="color:#6B49DC;opacity:0.8;">80%</p>
Text in Farbe #6B49DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B49DC;}
<p style="text-shadow: 3px 3px 1px #6B49DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B49DC.
.textShadow {text-shadow: 3px 3px 1px #6B49DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B49DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B49DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B49DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B49DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B49DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B49DC;
-webkit-box-shadow: 1px 1px 3px 2px #6B49DC;
box-shadow: 1px 1px 3px 2px #6B49DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B49DC; -webkit-box-shadow: 1px 1px 3px 2px #6B49DC; box-shadow:1px 1px 3px 2px #6B49DC;">
Div content here
</div>
Dieser Text ist in der Farbe #6B49DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B49DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B49DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B49DC.
Kontrastfarbe für #6B49DC ist #94B623.