HEX: #6D476B
RGB: (109,71,107)
#6D476B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D476B ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #6D476B wird in RGB als (109,71,107) definiert.
RGB: (109,71,107) (43%,28%,42%)
R 109 von 255 = 43%
G 71 von 255 = 28%
B 107 von 255 = 42%
R + G + B ~ 38%. #6D476B ziemlich dunkle Farbe.
R + G + B =
109 + 71 + 107 = 287 (100%)
R 109 von 287 ~ 37.98%
G 71 von 287 ~ 24.74%
B 107 von 287 ~ 37.28%
Die Farbe #6D476B wird in CMYK als (0,35,2,57) definiert.
CMYK: (0,35,2,57) C0M35Y2K57 (0%,35%,2%,57%) (0.00/0.35/0.02/0.57)
6D | 47 | 6B | |
---|---|---|---|
RGB | 109 | 71 | 107 |
HSL | 303° | 21.11% | 35.29% |
HSB/HSV | 303° | 34.86% | 42.75% |
CMYK | 0.00% | 34.86% | 1.83% |
57.25% |
Hexadezimal | 6D | 47 | 6B |
Dezimal | 109 | 71 | 107 |
Binär | 1101101 | 1000111 | 1101011 |
Oktal | 155 | 107 | 153 |
Beispiele css- und html für Elemente in der Farbe #6D476B. Bitte benutzen Sie auch rgb(109,71,107) statt hex-Code.
.myTextColor { color: #6D476B; }
<p style="color:#6D476B">This sample text font color is #6D476B.</p>
Die Farbe dieses Textes ist #6D476B.
.myBgColor { background-color: #6D476B; }
<div style="background-color:#6D476B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D476B.
.myBorderColor { border: 1px solid #6D476B; }
<div style="border:3px solid #6D476B">Div</div>
Die Grenzen von diesem div sind in Farbe #6D476B.
.myOpacity80 { color: #6D476B; opacity: 0.8; }
<p style="color:#6D476B;opacity:0.8;">80%</p>
Text in Farbe #6D476B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D476B;}
<p style="text-shadow: 3px 3px 1px #6D476B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D476B.
.textShadow {text-shadow: 3px 3px 1px #6D476B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D476B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D476B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D476B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D476B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D476B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D476B; -webkit-box-shadow: 1px 1px 3px 2px #6D476B; box-shadow: 1px 1px 3px 2px #6D476B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D476B; -webkit-box-shadow: 1px 1px 3px 2px #6D476B; box-shadow:1px 1px 3px 2px #6D476B;">
Div content here</div>
Dieser Text ist in der Farbe #6D476B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D476B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D476B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D476B.