HEX: #6D769C
RGB: (109,118,156)
#6D769C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D769C ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6D769C wird in RGB als (109,118,156) definiert.
RGB: (109,118,156) (43%,46%,61%)
R 109 von 255 = 43%
G 118 von 255 = 46%
B 156 von 255 = 61%
R + G + B ~ 50%. #6D769C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
109 + 118 + 156 = 383 (100%)
R 109 von 383 ~ 28.46%
G 118 von 383 ~ 30.81%
B 156 von 383 ~ 40.73%
Die Farbe #6D769C wird in CMYK als (30,24,0,39) definiert.
CMYK: (30,24,0,39) C30M24Y0K39 (30%,24%,0%,39%) (0.30/0.24/0.00/0.39)
6D | 76 | 9C | |
---|---|---|---|
RGB | 109 | 118 | 156 |
HSL | 229° | 19.18% | 51.96% |
HSB/HSV | 229° | 30.13% | 61.18% |
CMYK | 30.13% | 24.36% | 0.00% |
38.82% |
Hexadezimal | 6D | 76 | 9C |
Dezimal | 109 | 118 | 156 |
Binär | 1101101 | 1110110 | 10011100 |
Oktal | 155 | 166 | 234 |
Beispiele css- und html für Elemente in der Farbe #6D769C. Bitte benutzen Sie auch rgb(109,118,156) statt hex-Code.
.myTextColor { color: #6D769C; }
<p style="color:#6D769C">This sample text font color is #6D769C.</p>
Die Farbe dieses Textes ist #6D769C.
.myBgColor { background-color: #6D769C; }
<div style="background-color:#6D769C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D769C.
.myBorderColor { border: 1px solid #6D769C; }
<div style="border:3px solid #6D769C">Div</div>
Die Grenzen von diesem div sind in Farbe #6D769C.
.myOpacity80 { color: #6D769C; opacity: 0.8; }
<p style="color:#6D769C;opacity:0.8;">80%</p>
Text in Farbe #6D769C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D769C;}
<p style="text-shadow: 3px 3px 1px #6D769C">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D769C.
.textShadow {text-shadow: 3px 3px 1px #6D769C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D769C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D769C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D769C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D769C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D769C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D769C; -webkit-box-shadow: 1px 1px 3px 2px #6D769C; box-shadow: 1px 1px 3px 2px #6D769C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D769C; -webkit-box-shadow: 1px 1px 3px 2px #6D769C; box-shadow:1px 1px 3px 2px #6D769C;">
Div content here</div>
Dieser Text ist in der Farbe #6D769C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D769C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D769C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D769C.