HEX: #6D739E
RGB: (109,115,158)
#6D739E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D739E ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6D739E wird in RGB als (109,115,158) definiert.
RGB: (109,115,158)
(43%, 45%, 62%)
R 109 von 255 = 43%
G 115 von 255 = 45%
B 158 von 255 = 62%
R + G + B ~ 50%. #6D739E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 109 + 115 + 158 = 382 (100%)
R 109 von 382 ~ 28.53%
G 115 von 382 ~ 30.1%
B 158 von 382 ~ 41.36'%
Die Farbe #6D739E wird in CMYK als (31,27,0,38) definiert.
CMYK: (31,27,0,38) C31M27Y0K38 (31%,27%,0%,38%) (0.31/0.27/0.00/0.38)
Farbe #6D739E in den populären Farbmodellen.
6D | 73 | 9E | |
---|---|---|---|
RGB | 109 | 115 | 158 |
HSL | 233° | 20.16% | 52.35% |
HSB/HSV | 233° | 31.01% | 61.96% |
CMYK | 31.01% | 27.22% | 0.00% |
38.04% |
Die Farbe #6D739E in den populären Zahlensystemen.
Hexadezimal | 6D | 73 | 9E |
Dezimal | 109 | 115 | 158 |
Binär | 1101101 | 1110011 | 10011110 |
Oktal | 155 | 163 | 236 |
Dunkle Töne der Farbe #6D739E
Helle Töne der Farbe #6D739E
Beispiele css- und html für Elemente in der Farbe #6D739E. Bitte benutzen Sie auch rgb(109,115,158) statt hex-Code.
.myTextColor { color: #6D739E; }
<p style="color:#6D739E">This sample text font color is #6D739E.</p>
Die Farbe dieses Textes ist #6D739E.
.myBgColor { background-color: #6D739E; }
<div style="background-color:#6D739E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D739E.
.myBorderColor { border: 1px solid #6D739E; }
<div style="border:3px solid #6D739E">Div</div>
Die Grenzen von diesem div sind in Farbe #6D739E.
.myOpacity80 { color: #6D739E; opacity: 0.8; }
<p style="color:#6D739E;opacity:0.8;">80%</p>
Text in Farbe #6D739E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D739E;}
<p style="text-shadow: 3px 3px 1px #6D739E">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D739E.
.textShadow {text-shadow: 3px 3px 1px #6D739E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D739E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D739E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D739E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D739E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D739E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D739E;
-webkit-box-shadow: 1px 1px 3px 2px #6D739E;
box-shadow: 1px 1px 3px 2px #6D739E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D739E; -webkit-box-shadow: 1px 1px 3px 2px #6D739E; box-shadow:1px 1px 3px 2px #6D739E;">
Div content here
</div>
Dieser Text ist in der Farbe #6D739E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D739E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D739E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D739E.
Kontrastfarbe für #hex ist #928C61.