HEX: #6387CE
RGB: (99,135,206)
#6387CE enthält hauptsächlich blaue Farbe. Für #6387CE ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #6387CE wird in RGB als (99,135,206) definiert.
RGB: (99,135,206)
(39%, 53%, 81%)
R 99 von 255 = 39%
G 135 von 255 = 53%
B 206 von 255 = 81%
R + G + B ~ 58%. #6387CE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 99 + 135 + 206 = 440 (100%)
R 99 von 440 ~ 22.5%
G 135 von 440 ~ 30.68%
B 206 von 440 ~ 46.82'%
Die Farbe #6387CE wird in CMYK als (52,34,0,19) definiert.
CMYK: (52,34,0,19)
C52M34Y0K19 (52%, 34%, 0%, 19%)
(0.52 / 0.34 / 0.00 / 0.19)
Farbe #6387CE in den populären Farbmodellen.
63 | 87 | CE | |
---|---|---|---|
RGB | 99 | 135 | 206 |
HSL | 220° | 52.20% | 59.80% |
HSB/HSV | 220° | 51.94% | 80.78% |
CMYK | 51.94% | 34.47% | 0.00% |
19.22% |
Die Farbe #6387CE in den populären Zahlensystemen.
Hexadezimal | 63 | 87 | CE |
Dezimal | 99 | 135 | 206 |
Binär | 1100011 | 10000111 | 11001110 |
Oktal | 143 | 207 | 316 |
Dunkle Töne der Farbe #6387CE
Helle Töne der Farbe #6387CE
Beispiele css- und html für Elemente in der Farbe #6387CE. Bitte benutzen Sie auch rgb(99,135,206) statt hex-Code.
.myTextColor { color: #6387CE; }
<p style="color:#6387CE">This sample text font color is #6387CE.</p>
Die Farbe dieses Textes ist #6387CE.
.myBgColor { background-color: #6387CE; }
<div style="background-color:#6387CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6387CE.
.myBorderColor { border: 1px solid #6387CE; }
<div style="border:3px solid #6387CE">Div</div>
Die Grenzen von diesem div sind in Farbe #6387CE.
.myOpacity80 { color: #6387CE; opacity: 0.8; }
<p style="color:#6387CE;opacity:0.8;">80%</p>
Text in Farbe #6387CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6387CE;}
<p style="text-shadow: 3px 3px 1px #6387CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #6387CE.
.textShadow {text-shadow: 3px 3px 1px #6387CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6387CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6387CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6387CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6387CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6387CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6387CE;
-webkit-box-shadow: 1px 1px 3px 2px #6387CE;
box-shadow: 1px 1px 3px 2px #6387CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6387CE; -webkit-box-shadow: 1px 1px 3px 2px #6387CE; box-shadow:1px 1px 3px 2px #6387CE;">
Div content here
</div>
Dieser Text ist in der Farbe #6387CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6387CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6387CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6387CE.
Kontrastfarbe für #hex ist #9C7831.