HEX: #6F28AB
RGB: (111,40,171)
#6F28AB enthält hauptsächlich blaue Farbe. Für #6F28AB ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #6F28AB wird in RGB als (111,40,171) definiert.
RGB: (111,40,171)
(44%, 16%, 67%)
R 111 von 255 = 44%
G 40 von 255 = 16%
B 171 von 255 = 67%
R + G + B ~ 42%. #6F28AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 111 + 40 + 171 = 322 (100%)
R 111 von 322 ~ 34.47%
G 40 von 322 ~ 12.42%
B 171 von 322 ~ 53.11'%
Die Farbe #6F28AB wird in CMYK als (35,77,0,33) definiert.
CMYK: (35,77,0,33)
C35M77Y0K33 (35%, 77%, 0%, 33%)
(0.35 / 0.77 / 0.00 / 0.33)
Farbe #6F28AB in den populären Farbmodellen.
6F | 28 | AB | |
---|---|---|---|
RGB | 111 | 40 | 171 |
HSL | 273° | 62.09% | 41.37% |
HSB/HSV | 273° | 76.61% | 67.06% |
CMYK | 35.09% | 76.61% | 0.00% |
32.94% |
Die Farbe #6F28AB in den populären Zahlensystemen.
Hexadezimal | 6F | 28 | AB |
Dezimal | 111 | 40 | 171 |
Binär | 1101111 | 101000 | 10101011 |
Oktal | 157 | 50 | 253 |
Dunkle Töne der Farbe #6F28AB
Helle Töne der Farbe #6F28AB
Beispiele css- und html für Elemente in der Farbe #6F28AB. Bitte benutzen Sie auch rgb(111,40,171) statt hex-Code.
.myTextColor { color: #6F28AB; }
<p style="color:#6F28AB">This sample text font color is #6F28AB.</p>
Die Farbe dieses Textes ist #6F28AB.
.myBgColor { background-color: #6F28AB; }
<div style="background-color:#6F28AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6F28AB.
.myBorderColor { border: 1px solid #6F28AB; }
<div style="border:3px solid #6F28AB">Div</div>
Die Grenzen von diesem div sind in Farbe #6F28AB.
.myOpacity80 { color: #6F28AB; opacity: 0.8; }
<p style="color:#6F28AB;opacity:0.8;">80%</p>
Text in Farbe #6F28AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6F28AB;}
<p style="text-shadow: 3px 3px 1px #6F28AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #6F28AB.
.textShadow {text-shadow: 3px 3px 1px #6F28AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6F28AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6F28AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6F28AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6F28AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6F28AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6F28AB;
-webkit-box-shadow: 1px 1px 3px 2px #6F28AB;
box-shadow: 1px 1px 3px 2px #6F28AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6F28AB; -webkit-box-shadow: 1px 1px 3px 2px #6F28AB; box-shadow:1px 1px 3px 2px #6F28AB;">
Div content here
</div>
Dieser Text ist in der Farbe #6F28AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6F28AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6F28AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6F28AB.
Kontrastfarbe für #hex ist #90D754.