HEX: #6D417B
RGB: (109,65,123)
#6D417B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D417B ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #6D417B wird in RGB als (109,65,123) definiert.
RGB: (109,65,123) (43%,25%,48%)
R 109 von 255 = 43%
G 65 von 255 = 25%
B 123 von 255 = 48%
R + G + B ~ 39%. #6D417B ziemlich dunkle Farbe.
R + G + B =
109 + 65 + 123 = 297 (100%)
R 109 von 297 ~ 36.7%
G 65 von 297 ~ 21.89%
B 123 von 297 ~ 41.41%
Die Farbe #6D417B wird in CMYK als (11,47,0,52) definiert.
CMYK: (11,47,0,52) C11M47Y0K52 (11%,47%,0%,52%) (0.11/0.47/0.00/0.52)
6D | 41 | 7B | |
---|---|---|---|
RGB | 109 | 65 | 123 |
HSL | 286° | 30.85% | 36.86% |
HSB/HSV | 286° | 47.15% | 48.24% |
CMYK | 11.38% | 47.15% | 0.00% |
51.76% |
Hexadezimal | 6D | 41 | 7B |
Dezimal | 109 | 65 | 123 |
Binär | 1101101 | 1000001 | 1111011 |
Oktal | 155 | 101 | 173 |
Beispiele css- und html für Elemente in der Farbe #6D417B. Bitte benutzen Sie auch rgb(109,65,123) statt hex-Code.
.myTextColor { color: #6D417B; }
<p style="color:#6D417B">This sample text font color is #6D417B.</p>
Die Farbe dieses Textes ist #6D417B.
.myBgColor { background-color: #6D417B; }
<div style="background-color:#6D417B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D417B.
.myBorderColor { border: 1px solid #6D417B; }
<div style="border:3px solid #6D417B">Div</div>
Die Grenzen von diesem div sind in Farbe #6D417B.
.myOpacity80 { color: #6D417B; opacity: 0.8; }
<p style="color:#6D417B;opacity:0.8;">80%</p>
Text in Farbe #6D417B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D417B;}
<p style="text-shadow: 3px 3px 1px #6D417B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D417B.
.textShadow {text-shadow: 3px 3px 1px #6D417B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D417B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D417B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D417B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D417B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D417B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D417B; -webkit-box-shadow: 1px 1px 3px 2px #6D417B; box-shadow: 1px 1px 3px 2px #6D417B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D417B; -webkit-box-shadow: 1px 1px 3px 2px #6D417B; box-shadow:1px 1px 3px 2px #6D417B;">
Div content here</div>
Dieser Text ist in der Farbe #6D417B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D417B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D417B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D417B.