HEX: #6076AB
RGB: (96,118,171)
#6076AB enthält hauptsächlich grüne und blaue Farbe. Für #6076AB ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #6076AB wird in RGB als (96,118,171) definiert.
RGB: (96,118,171) (38%,46%,67%)
R 96 von 255 = 38%
G 118 von 255 = 46%
B 171 von 255 = 67%
R + G + B ~ 50%. #6076AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
96 + 118 + 171 = 385 (100%)
R 96 von 385 ~ 24.94%
G 118 von 385 ~ 30.65%
B 171 von 385 ~ 44.42%
Die Farbe #6076AB wird in CMYK als (44,31,0,33) definiert.
CMYK: (44,31,0,33) C44M31Y0K33 (44%,31%,0%,33%) (0.44/0.31/0.00/0.33)
60 | 76 | AB | |
---|---|---|---|
RGB | 96 | 118 | 171 |
HSL | 222° | 30.86% | 52.35% |
HSB/HSV | 222° | 43.86% | 67.06% |
CMYK | 43.86% | 30.99% | 0.00% |
32.94% |
Hexadezimal | 60 | 76 | AB |
Dezimal | 96 | 118 | 171 |
Binär | 1100000 | 1110110 | 10101011 |
Oktal | 140 | 166 | 253 |
Beispiele css- und html für Elemente in der Farbe #6076AB. Bitte benutzen Sie auch rgb(96,118,171) statt hex-Code.
.myTextColor { color: #6076AB; }
<p style="color:#6076AB">This sample text font color is #6076AB.</p>
Die Farbe dieses Textes ist #6076AB.
.myBgColor { background-color: #6076AB; }
<div style="background-color:#6076AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6076AB.
.myBorderColor { border: 1px solid #6076AB; }
<div style="border:3px solid #6076AB">Div</div>
Die Grenzen von diesem div sind in Farbe #6076AB.
.myOpacity80 { color: #6076AB; opacity: 0.8; }
<p style="color:#6076AB;opacity:0.8;">80%</p>
Text in Farbe #6076AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6076AB;}
<p style="text-shadow: 3px 3px 1px #6076AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #6076AB.
.textShadow {text-shadow: 3px 3px 1px #6076AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6076AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6076AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6076AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6076AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6076AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6076AB; -webkit-box-shadow: 1px 1px 3px 2px #6076AB; box-shadow: 1px 1px 3px 2px #6076AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6076AB; -webkit-box-shadow: 1px 1px 3px 2px #6076AB; box-shadow:1px 1px 3px 2px #6076AB;">
Div content here</div>
Dieser Text ist in der Farbe #6076AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6076AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6076AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6076AB.