HEX: #6B5F7D
RGB: (107,95,125)
#6B5F7D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6B5F7D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6B5F7D wird in RGB als (107,95,125) definiert.
RGB: (107,95,125)
(42%, 37%, 49%)
R 107 von 255 = 42%
G 95 von 255 = 37%
B 125 von 255 = 49%
R + G + B ~ 43%. #6B5F7D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 95 + 125 = 327 (100%)
R 107 von 327 ~ 32.72%
G 95 von 327 ~ 29.05%
B 125 von 327 ~ 38.23'%
Die Farbe #6B5F7D wird in CMYK als (14,24,0,51) definiert.
CMYK: (14,24,0,51)
C14M24Y0K51 (14%, 24%, 0%, 51%)
(0.14 / 0.24 / 0.00 / 0.51)
Farbe #6B5F7D in den populären Farbmodellen.
6B | 5F | 7D | |
---|---|---|---|
RGB | 107 | 95 | 125 |
HSL | 264° | 13.64% | 43.14% |
HSB/HSV | 264° | 24.00% | 49.02% |
CMYK | 14.40% | 24.00% | 0.00% |
50.98% |
Die Farbe #6B5F7D in den populären Zahlensystemen.
Hexadezimal | 6B | 5F | 7D |
Dezimal | 107 | 95 | 125 |
Binär | 1101011 | 1011111 | 1111101 |
Oktal | 153 | 137 | 175 |
Dunkle Töne der Farbe #6B5F7D
Helle Töne der Farbe #6B5F7D
Beispiele css- und html für Elemente in der Farbe #6B5F7D. Bitte benutzen Sie auch rgb(107,95,125) statt hex-Code.
.myTextColor { color: #6B5F7D; }
<p style="color:#6B5F7D">This sample text font color is #6B5F7D.</p>
Die Farbe dieses Textes ist #6B5F7D.
.myBgColor { background-color: #6B5F7D; }
<div style="background-color:#6B5F7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B5F7D.
.myBorderColor { border: 1px solid #6B5F7D; }
<div style="border:3px solid #6B5F7D">Div</div>
Die Grenzen von diesem div sind in Farbe #6B5F7D.
.myOpacity80 { color: #6B5F7D; opacity: 0.8; }
<p style="color:#6B5F7D;opacity:0.8;">80%</p>
Text in Farbe #6B5F7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B5F7D;}
<p style="text-shadow: 3px 3px 1px #6B5F7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B5F7D.
.textShadow {text-shadow: 3px 3px 1px #6B5F7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B5F7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B5F7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B5F7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B5F7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B5F7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B5F7D;
-webkit-box-shadow: 1px 1px 3px 2px #6B5F7D;
box-shadow: 1px 1px 3px 2px #6B5F7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B5F7D; -webkit-box-shadow: 1px 1px 3px 2px #6B5F7D; box-shadow:1px 1px 3px 2px #6B5F7D;">
Div content here
</div>
Dieser Text ist in der Farbe #6B5F7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B5F7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B5F7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B5F7D.
Kontrastfarbe für #hex ist #94A082.