HEX: #6B37A5
RGB: (107,55,165)
#6B37A5 enthält hauptsächlich rote und blaue Farbe. Für #6B37A5 ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #6B37A5 wird in RGB als (107,55,165) definiert.
RGB: (107,55,165)
(42%, 22%, 65%)
R 107 von 255 = 42%
G 55 von 255 = 22%
B 165 von 255 = 65%
R + G + B ~ 43%. #6B37A5 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 55 + 165 = 327 (100%)
R 107 von 327 ~ 32.72%
G 55 von 327 ~ 16.82%
B 165 von 327 ~ 50.46'%
Die Farbe #6B37A5 wird in CMYK als (35,67,0,35) definiert.
CMYK: (35,67,0,35) C35M67Y0K35 (35%,67%,0%,35%) (0.35/0.67/0.00/0.35)
Farbe #6B37A5 in den populären Farbmodellen.
6B | 37 | A5 | |
---|---|---|---|
RGB | 107 | 55 | 165 |
HSL | 268° | 50.00% | 43.14% |
HSB/HSV | 268° | 66.67% | 64.71% |
CMYK | 35.15% | 66.67% | 0.00% |
35.29% |
Die Farbe #6B37A5 in den populären Zahlensystemen.
Hexadezimal | 6B | 37 | A5 |
Dezimal | 107 | 55 | 165 |
Binär | 1101011 | 110111 | 10100101 |
Oktal | 153 | 67 | 245 |
Dunkle Töne der Farbe #6B37A5
Helle Töne der Farbe #6B37A5
Beispiele css- und html für Elemente in der Farbe #6B37A5. Bitte benutzen Sie auch rgb(107,55,165) statt hex-Code.
.myTextColor { color: #6B37A5; }
<p style="color:#6B37A5">This sample text font color is #6B37A5.</p>
Die Farbe dieses Textes ist #6B37A5.
.myBgColor { background-color: #6B37A5; }
<div style="background-color:#6B37A5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B37A5.
.myBorderColor { border: 1px solid #6B37A5; }
<div style="border:3px solid #6B37A5">Div</div>
Die Grenzen von diesem div sind in Farbe #6B37A5.
.myOpacity80 { color: #6B37A5; opacity: 0.8; }
<p style="color:#6B37A5;opacity:0.8;">80%</p>
Text in Farbe #6B37A5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B37A5;}
<p style="text-shadow: 3px 3px 1px #6B37A5">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B37A5.
.textShadow {text-shadow: 3px 3px 1px #6B37A5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B37A5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B37A5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B37A5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B37A5, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B37A5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B37A5;
-webkit-box-shadow: 1px 1px 3px 2px #6B37A5;
box-shadow: 1px 1px 3px 2px #6B37A5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B37A5; -webkit-box-shadow: 1px 1px 3px 2px #6B37A5; box-shadow:1px 1px 3px 2px #6B37A5;">
Div content here
</div>
Dieser Text ist in der Farbe #6B37A5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B37A5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B37A5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B37A5.
Kontrastfarbe für #hex ist #94C85A.