HEX: #6B379C
RGB: (107,55,156)
#6B379C enthält hauptsächlich rote und blaue Farbe. Für #6B379C ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #6B379C wird in RGB als (107,55,156) definiert.
RGB: (107,55,156) (42%,22%,61%)
R 107 von 255 = 42%
G 55 von 255 = 22%
B 156 von 255 = 61%
R + G + B ~ 42%. #6B379C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
107 + 55 + 156 = 318 (100%)
R 107 von 318 ~ 33.65%
G 55 von 318 ~ 17.3%
B 156 von 318 ~ 49.06%
Die Farbe #6B379C wird in CMYK als (31,65,0,39) definiert.
CMYK: (31,65,0,39) C31M65Y0K39 (31%,65%,0%,39%) (0.31/0.65/0.00/0.39)
6B | 37 | 9C | |
---|---|---|---|
RGB | 107 | 55 | 156 |
HSL | 271° | 47.87% | 41.37% |
HSB/HSV | 271° | 64.74% | 61.18% |
CMYK | 31.41% | 64.74% | 0.00% |
38.82% |
Hexadezimal | 6B | 37 | 9C |
Dezimal | 107 | 55 | 156 |
Binär | 1101011 | 110111 | 10011100 |
Oktal | 153 | 67 | 234 |
Beispiele css- und html für Elemente in der Farbe #6B379C. Bitte benutzen Sie auch rgb(107,55,156) statt hex-Code.
.myTextColor { color: #6B379C; }
<p style="color:#6B379C">This sample text font color is #6B379C.</p>
Die Farbe dieses Textes ist #6B379C.
.myBgColor { background-color: #6B379C; }
<div style="background-color:#6B379C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B379C.
.myBorderColor { border: 1px solid #6B379C; }
<div style="border:3px solid #6B379C">Div</div>
Die Grenzen von diesem div sind in Farbe #6B379C.
.myOpacity80 { color: #6B379C; opacity: 0.8; }
<p style="color:#6B379C;opacity:0.8;">80%</p>
Text in Farbe #6B379C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B379C;}
<p style="text-shadow: 3px 3px 1px #6B379C">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B379C.
.textShadow {text-shadow: 3px 3px 1px #6B379C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B379C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B379C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B379C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B379C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B379C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6B379C; -webkit-box-shadow: 1px 1px 3px 2px #6B379C; box-shadow: 1px 1px 3px 2px #6B379C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6B379C; -webkit-box-shadow: 1px 1px 3px 2px #6B379C; box-shadow:1px 1px 3px 2px #6B379C;">
Div content here</div>
Dieser Text ist in der Farbe #6B379C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B379C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B379C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B379C.