HEX: #6C76CB
RGB: (108,118,203)
#6C76CB enthält hauptsächlich blaue Farbe. Für #6C76CB ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #6C76CB wird in RGB als (108,118,203) definiert.
RGB: (108,118,203) (42%,46%,80%)
R 108 von 255 = 42%
G 118 von 255 = 46%
B 203 von 255 = 80%
R + G + B ~ 56%. #6C76CB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
108 + 118 + 203 = 429 (100%)
R 108 von 429 ~ 25.17%
G 118 von 429 ~ 27.51%
B 203 von 429 ~ 47.32%
Die Farbe #6C76CB wird in CMYK als (47,42,0,20) definiert.
CMYK: (47,42,0,20) C47M42Y0K20 (47%,42%,0%,20%) (0.47/0.42/0.00/0.20)
6C | 76 | CB | |
---|---|---|---|
RGB | 108 | 118 | 203 |
HSL | 234° | 47.74% | 60.98% |
HSB/HSV | 234° | 46.80% | 79.61% |
CMYK | 46.80% | 41.87% | 0.00% |
20.39% |
Hexadezimal | 6C | 76 | CB |
Dezimal | 108 | 118 | 203 |
Binär | 1101100 | 1110110 | 11001011 |
Oktal | 154 | 166 | 313 |
Beispiele css- und html für Elemente in der Farbe #6C76CB. Bitte benutzen Sie auch rgb(108,118,203) statt hex-Code.
.myTextColor { color: #6C76CB; }
<p style="color:#6C76CB">This sample text font color is #6C76CB.</p>
Die Farbe dieses Textes ist #6C76CB.
.myBgColor { background-color: #6C76CB; }
<div style="background-color:#6C76CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C76CB.
.myBorderColor { border: 1px solid #6C76CB; }
<div style="border:3px solid #6C76CB">Div</div>
Die Grenzen von diesem div sind in Farbe #6C76CB.
.myOpacity80 { color: #6C76CB; opacity: 0.8; }
<p style="color:#6C76CB;opacity:0.8;">80%</p>
Text in Farbe #6C76CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C76CB;}
<p style="text-shadow: 3px 3px 1px #6C76CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C76CB.
.textShadow {text-shadow: 3px 3px 1px #6C76CB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C76CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C76CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C76CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C76CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C76CB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C76CB; -webkit-box-shadow: 1px 1px 3px 2px #6C76CB; box-shadow: 1px 1px 3px 2px #6C76CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C76CB; -webkit-box-shadow: 1px 1px 3px 2px #6C76CB; box-shadow:1px 1px 3px 2px #6C76CB;">
Div content here</div>
Dieser Text ist in der Farbe #6C76CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C76CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C76CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C76CB.