HEX: #6D61BA
RGB: (109,97,186)
#6D61BA enthält hauptsächlich blaue Farbe. Für #6D61BA ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #6D61BA wird in RGB als (109,97,186) definiert.
RGB: (109,97,186) (43%,38%,73%)
R 109 von 255 = 43%
G 97 von 255 = 38%
B 186 von 255 = 73%
R + G + B ~ 51%. #6D61BA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
109 + 97 + 186 = 392 (100%)
R 109 von 392 ~ 27.81%
G 97 von 392 ~ 24.74%
B 186 von 392 ~ 47.45%
Die Farbe #6D61BA wird in CMYK als (41,48,0,27) definiert.
CMYK: (41,48,0,27) C41M48Y0K27 (41%,48%,0%,27%) (0.41/0.48/0.00/0.27)
6D | 61 | BA | |
---|---|---|---|
RGB | 109 | 97 | 186 |
HSL | 248° | 39.21% | 55.49% |
HSB/HSV | 248° | 47.85% | 72.94% |
CMYK | 41.40% | 47.85% | 0.00% |
27.06% |
Hexadezimal | 6D | 61 | BA |
Dezimal | 109 | 97 | 186 |
Binär | 1101101 | 1100001 | 10111010 |
Oktal | 155 | 141 | 272 |
Beispiele css- und html für Elemente in der Farbe #6D61BA. Bitte benutzen Sie auch rgb(109,97,186) statt hex-Code.
.myTextColor { color: #6D61BA; }
<p style="color:#6D61BA">This sample text font color is #6D61BA.</p>
Die Farbe dieses Textes ist #6D61BA.
.myBgColor { background-color: #6D61BA; }
<div style="background-color:#6D61BA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D61BA.
.myBorderColor { border: 1px solid #6D61BA; }
<div style="border:3px solid #6D61BA">Div</div>
Die Grenzen von diesem div sind in Farbe #6D61BA.
.myOpacity80 { color: #6D61BA; opacity: 0.8; }
<p style="color:#6D61BA;opacity:0.8;">80%</p>
Text in Farbe #6D61BA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D61BA;}
<p style="text-shadow: 3px 3px 1px #6D61BA">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D61BA.
.textShadow {text-shadow: 3px 3px 1px #6D61BA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D61BA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D61BA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D61BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D61BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D61BA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D61BA; -webkit-box-shadow: 1px 1px 3px 2px #6D61BA; box-shadow: 1px 1px 3px 2px #6D61BA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D61BA; -webkit-box-shadow: 1px 1px 3px 2px #6D61BA; box-shadow:1px 1px 3px 2px #6D61BA;">
Div content here</div>
Dieser Text ist in der Farbe #6D61BA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D61BA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D61BA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D61BA.