HEX: #6D84AE
RGB: (109,132,174)
#6D84AE enthält hauptsächlich grüne und blaue Farbe. Für #6D84AE ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #6D84AE wird in RGB als (109,132,174) definiert.
RGB: (109,132,174) (43%,52%,68%)
R 109 von 255 = 43%
G 132 von 255 = 52%
B 174 von 255 = 68%
R + G + B ~ 54%. #6D84AE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
109 + 132 + 174 = 415 (100%)
R 109 von 415 ~ 26.27%
G 132 von 415 ~ 31.81%
B 174 von 415 ~ 41.93%
Die Farbe #6D84AE wird in CMYK als (37,24,0,32) definiert.
CMYK: (37,24,0,32) C37M24Y0K32 (37%,24%,0%,32%) (0.37/0.24/0.00/0.32)
6D | 84 | AE | |
---|---|---|---|
RGB | 109 | 132 | 174 |
HSL | 219° | 28.63% | 55.49% |
HSB/HSV | 219° | 37.36% | 68.24% |
CMYK | 37.36% | 24.14% | 0.00% |
31.76% |
Hexadezimal | 6D | 84 | AE |
Dezimal | 109 | 132 | 174 |
Binär | 1101101 | 10000100 | 10101110 |
Oktal | 155 | 204 | 256 |
Beispiele css- und html für Elemente in der Farbe #6D84AE. Bitte benutzen Sie auch rgb(109,132,174) statt hex-Code.
.myTextColor { color: #6D84AE; }
<p style="color:#6D84AE">This sample text font color is #6D84AE.</p>
Die Farbe dieses Textes ist #6D84AE.
.myBgColor { background-color: #6D84AE; }
<div style="background-color:#6D84AE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D84AE.
.myBorderColor { border: 1px solid #6D84AE; }
<div style="border:3px solid #6D84AE">Div</div>
Die Grenzen von diesem div sind in Farbe #6D84AE.
.myOpacity80 { color: #6D84AE; opacity: 0.8; }
<p style="color:#6D84AE;opacity:0.8;">80%</p>
Text in Farbe #6D84AE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D84AE;}
<p style="text-shadow: 3px 3px 1px #6D84AE">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D84AE.
.textShadow {text-shadow: 3px 3px 1px #6D84AE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D84AE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D84AE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D84AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D84AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D84AE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D84AE; -webkit-box-shadow: 1px 1px 3px 2px #6D84AE; box-shadow: 1px 1px 3px 2px #6D84AE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D84AE; -webkit-box-shadow: 1px 1px 3px 2px #6D84AE; box-shadow:1px 1px 3px 2px #6D84AE;">
Div content here</div>
Dieser Text ist in der Farbe #6D84AE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D84AE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D84AE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D84AE.