HEX: #6C396F
RGB: (108,57,111)
#6C396F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6C396F ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #6C396F wird in RGB als (108,57,111) definiert.
RGB: (108,57,111) (42%,22%,44%)
R 108 von 255 = 42%
G 57 von 255 = 22%
B 111 von 255 = 44%
R + G + B ~ 36%. #6C396F ziemlich dunkle Farbe.
R + G + B =
108 + 57 + 111 = 276 (100%)
R 108 von 276 ~ 39.13%
G 57 von 276 ~ 20.65%
B 111 von 276 ~ 40.22%
Die Farbe #6C396F wird in CMYK als (3,49,0,56) definiert.
CMYK: (3,49,0,56) C3M49Y0K56 (3%,49%,0%,56%) (0.03/0.49/0.00/0.56)
6C | 39 | 6F | |
---|---|---|---|
RGB | 108 | 57 | 111 |
HSL | 297° | 32.14% | 32.94% |
HSB/HSV | 297° | 48.65% | 43.53% |
CMYK | 2.70% | 48.65% | 0.00% |
56.47% |
Hexadezimal | 6C | 39 | 6F |
Dezimal | 108 | 57 | 111 |
Binär | 1101100 | 111001 | 1101111 |
Oktal | 154 | 71 | 157 |
Beispiele css- und html für Elemente in der Farbe #6C396F. Bitte benutzen Sie auch rgb(108,57,111) statt hex-Code.
.myTextColor { color: #6C396F; }
<p style="color:#6C396F">This sample text font color is #6C396F.</p>
Die Farbe dieses Textes ist #6C396F.
.myBgColor { background-color: #6C396F; }
<div style="background-color:#6C396F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C396F.
.myBorderColor { border: 1px solid #6C396F; }
<div style="border:3px solid #6C396F">Div</div>
Die Grenzen von diesem div sind in Farbe #6C396F.
.myOpacity80 { color: #6C396F; opacity: 0.8; }
<p style="color:#6C396F;opacity:0.8;">80%</p>
Text in Farbe #6C396F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C396F;}
<p style="text-shadow: 3px 3px 1px #6C396F">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C396F.
.textShadow {text-shadow: 3px 3px 1px #6C396F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C396F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C396F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C396F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C396F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C396F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C396F; -webkit-box-shadow: 1px 1px 3px 2px #6C396F; box-shadow: 1px 1px 3px 2px #6C396F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C396F; -webkit-box-shadow: 1px 1px 3px 2px #6C396F; box-shadow:1px 1px 3px 2px #6C396F;">
Div content here</div>
Dieser Text ist in der Farbe #6C396F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C396F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C396F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C396F.