HEX: #6C81BB
RGB: (108,129,187)
#6C81BB enthält hauptsächlich grüne und blaue Farbe. Für #6C81BB ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #6C81BB wird in RGB als (108,129,187) definiert.
RGB: (108,129,187) (42%,51%,73%)
R 108 von 255 = 42%
G 129 von 255 = 51%
B 187 von 255 = 73%
R + G + B ~ 55%. #6C81BB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
108 + 129 + 187 = 424 (100%)
R 108 von 424 ~ 25.47%
G 129 von 424 ~ 30.42%
B 187 von 424 ~ 44.1%
Die Farbe #6C81BB wird in CMYK als (42,31,0,27) definiert.
CMYK: (42,31,0,27) C42M31Y0K27 (42%,31%,0%,27%) (0.42/0.31/0.00/0.27)
6C | 81 | BB | |
---|---|---|---|
RGB | 108 | 129 | 187 |
HSL | 224° | 36.74% | 57.84% |
HSB/HSV | 224° | 42.25% | 73.33% |
CMYK | 42.25% | 31.02% | 0.00% |
26.67% |
Hexadezimal | 6C | 81 | BB |
Dezimal | 108 | 129 | 187 |
Binär | 1101100 | 10000001 | 10111011 |
Oktal | 154 | 201 | 273 |
Beispiele css- und html für Elemente in der Farbe #6C81BB. Bitte benutzen Sie auch rgb(108,129,187) statt hex-Code.
.myTextColor { color: #6C81BB; }
<p style="color:#6C81BB">This sample text font color is #6C81BB.</p>
Die Farbe dieses Textes ist #6C81BB.
.myBgColor { background-color: #6C81BB; }
<div style="background-color:#6C81BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C81BB.
.myBorderColor { border: 1px solid #6C81BB; }
<div style="border:3px solid #6C81BB">Div</div>
Die Grenzen von diesem div sind in Farbe #6C81BB.
.myOpacity80 { color: #6C81BB; opacity: 0.8; }
<p style="color:#6C81BB;opacity:0.8;">80%</p>
Text in Farbe #6C81BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C81BB;}
<p style="text-shadow: 3px 3px 1px #6C81BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C81BB.
.textShadow {text-shadow: 3px 3px 1px #6C81BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C81BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C81BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C81BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C81BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C81BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C81BB; -webkit-box-shadow: 1px 1px 3px 2px #6C81BB; box-shadow: 1px 1px 3px 2px #6C81BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C81BB; -webkit-box-shadow: 1px 1px 3px 2px #6C81BB; box-shadow:1px 1px 3px 2px #6C81BB;">
Div content here</div>
Dieser Text ist in der Farbe #6C81BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C81BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C81BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C81BB.