HEX: #6C7985
RGB: (108,121,133)
#6C7985 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6C7985 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6C7985 wird in RGB als (108,121,133) definiert.
RGB: (108,121,133) (42%,47%,52%)
R 108 von 255 = 42%
G 121 von 255 = 47%
B 133 von 255 = 52%
R + G + B ~ 47%. #6C7985 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
108 + 121 + 133 = 362 (100%)
R 108 von 362 ~ 29.83%
G 121 von 362 ~ 33.43%
B 133 von 362 ~ 36.74%
Die Farbe #6C7985 wird in CMYK als (19,9,0,48) definiert.
CMYK: (19,9,0,48) C19M9Y0K48 (19%,9%,0%,48%) (0.19/0.09/0.00/0.48)
6C | 79 | 85 | |
---|---|---|---|
RGB | 108 | 121 | 133 |
HSL | 209° | 10.37% | 47.25% |
HSB/HSV | 209° | 18.80% | 52.16% |
CMYK | 18.80% | 9.02% | 0.00% |
47.84% |
Hexadezimal | 6C | 79 | 85 |
Dezimal | 108 | 121 | 133 |
Binär | 1101100 | 1111001 | 10000101 |
Oktal | 154 | 171 | 205 |
Beispiele css- und html für Elemente in der Farbe #6C7985. Bitte benutzen Sie auch rgb(108,121,133) statt hex-Code.
.myTextColor { color: #6C7985; }
<p style="color:#6C7985">This sample text font color is #6C7985.</p>
Die Farbe dieses Textes ist #6C7985.
.myBgColor { background-color: #6C7985; }
<div style="background-color:#6C7985">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C7985.
.myBorderColor { border: 1px solid #6C7985; }
<div style="border:3px solid #6C7985">Div</div>
Die Grenzen von diesem div sind in Farbe #6C7985.
.myOpacity80 { color: #6C7985; opacity: 0.8; }
<p style="color:#6C7985;opacity:0.8;">80%</p>
Text in Farbe #6C7985 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C7985;}
<p style="text-shadow: 3px 3px 1px #6C7985">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C7985.
.textShadow {text-shadow: 3px 3px 1px #6C7985, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C7985, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C7985 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C7985, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C7985, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C7985 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C7985; -webkit-box-shadow: 1px 1px 3px 2px #6C7985; box-shadow: 1px 1px 3px 2px #6C7985; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C7985; -webkit-box-shadow: 1px 1px 3px 2px #6C7985; box-shadow:1px 1px 3px 2px #6C7985;">
Div content here</div>
Dieser Text ist in der Farbe #6C7985 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C7985 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C7985.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C7985.