HEX: #6B93BD
RGB: (107,147,189)
#6B93BD enthält hauptsächlich grüne und blaue Farbe. Für #6B93BD ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #6B93BD wird in RGB als (107,147,189) definiert.
RGB: (107,147,189) (42%,58%,74%)
R 107 von 255 = 42%
G 147 von 255 = 58%
B 189 von 255 = 74%
R + G + B ~ 58%. #6B93BD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
107 + 147 + 189 = 443 (100%)
R 107 von 443 ~ 24.15%
G 147 von 443 ~ 33.18%
B 189 von 443 ~ 42.66%
Die Farbe #6B93BD wird in CMYK als (43,22,0,26) definiert.
CMYK: (43,22,0,26) C43M22Y0K26 (43%,22%,0%,26%) (0.43/0.22/0.00/0.26)
6B | 93 | BD | |
---|---|---|---|
RGB | 107 | 147 | 189 |
HSL | 211° | 38.32% | 58.04% |
HSB/HSV | 211° | 43.39% | 74.12% |
CMYK | 43.39% | 22.22% | 0.00% |
25.88% |
Hexadezimal | 6B | 93 | BD |
Dezimal | 107 | 147 | 189 |
Binär | 1101011 | 10010011 | 10111101 |
Oktal | 153 | 223 | 275 |
Beispiele css- und html für Elemente in der Farbe #6B93BD. Bitte benutzen Sie auch rgb(107,147,189) statt hex-Code.
.myTextColor { color: #6B93BD; }
<p style="color:#6B93BD">This sample text font color is #6B93BD.</p>
Die Farbe dieses Textes ist #6B93BD.
.myBgColor { background-color: #6B93BD; }
<div style="background-color:#6B93BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B93BD.
.myBorderColor { border: 1px solid #6B93BD; }
<div style="border:3px solid #6B93BD">Div</div>
Die Grenzen von diesem div sind in Farbe #6B93BD.
.myOpacity80 { color: #6B93BD; opacity: 0.8; }
<p style="color:#6B93BD;opacity:0.8;">80%</p>
Text in Farbe #6B93BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B93BD;}
<p style="text-shadow: 3px 3px 1px #6B93BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B93BD.
.textShadow {text-shadow: 3px 3px 1px #6B93BD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B93BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B93BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B93BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B93BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B93BD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6B93BD; -webkit-box-shadow: 1px 1px 3px 2px #6B93BD; box-shadow: 1px 1px 3px 2px #6B93BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6B93BD; -webkit-box-shadow: 1px 1px 3px 2px #6B93BD; box-shadow:1px 1px 3px 2px #6B93BD;">
Div content here</div>
Dieser Text ist in der Farbe #6B93BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B93BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B93BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B93BD.