HEX: #6B506C
RGB: (107,80,108)
#6B506C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6B506C ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6B506C wird in RGB als (107,80,108) definiert.
RGB: (107,80,108) (42%,31%,42%)
R 107 von 255 = 42%
G 80 von 255 = 31%
B 108 von 255 = 42%
R + G + B ~ 38%. #6B506C ziemlich dunkle Farbe.
R + G + B =
107 + 80 + 108 = 295 (100%)
R 107 von 295 ~ 36.27%
G 80 von 295 ~ 27.12%
B 108 von 295 ~ 36.61%
Die Farbe #6B506C wird in CMYK als (1,26,0,58) definiert.
CMYK: (1,26,0,58) C1M26Y0K58 (1%,26%,0%,58%) (0.01/0.26/0.00/0.58)
6B | 50 | 6C | |
---|---|---|---|
RGB | 107 | 80 | 108 |
HSL | 298° | 14.89% | 36.86% |
HSB/HSV | 298° | 25.93% | 42.35% |
CMYK | 0.93% | 25.93% | 0.00% |
57.65% |
Hexadezimal | 6B | 50 | 6C |
Dezimal | 107 | 80 | 108 |
Binär | 1101011 | 1010000 | 1101100 |
Oktal | 153 | 120 | 154 |
Beispiele css- und html für Elemente in der Farbe #6B506C. Bitte benutzen Sie auch rgb(107,80,108) statt hex-Code.
.myTextColor { color: #6B506C; }
<p style="color:#6B506C">This sample text font color is #6B506C.</p>
Die Farbe dieses Textes ist #6B506C.
.myBgColor { background-color: #6B506C; }
<div style="background-color:#6B506C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B506C.
.myBorderColor { border: 1px solid #6B506C; }
<div style="border:3px solid #6B506C">Div</div>
Die Grenzen von diesem div sind in Farbe #6B506C.
.myOpacity80 { color: #6B506C; opacity: 0.8; }
<p style="color:#6B506C;opacity:0.8;">80%</p>
Text in Farbe #6B506C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B506C;}
<p style="text-shadow: 3px 3px 1px #6B506C">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B506C.
.textShadow {text-shadow: 3px 3px 1px #6B506C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B506C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B506C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B506C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B506C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B506C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6B506C; -webkit-box-shadow: 1px 1px 3px 2px #6B506C; box-shadow: 1px 1px 3px 2px #6B506C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6B506C; -webkit-box-shadow: 1px 1px 3px 2px #6B506C; box-shadow:1px 1px 3px 2px #6B506C;">
Div content here</div>
Dieser Text ist in der Farbe #6B506C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B506C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B506C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B506C.