HEX: #6350CB
RGB: (99,80,203)
#6350CB enthält hauptsächlich blaue Farbe. Für #6350CB ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #6350CB wird in RGB als (99,80,203) definiert.
RGB: (99,80,203) (39%,31%,80%)
R 99 von 255 = 39%
G 80 von 255 = 31%
B 203 von 255 = 80%
R + G + B ~ 50%. #6350CB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
99 + 80 + 203 = 382 (100%)
R 99 von 382 ~ 25.92%
G 80 von 382 ~ 20.94%
B 203 von 382 ~ 53.14%
Die Farbe #6350CB wird in CMYK als (51,61,0,20) definiert.
CMYK: (51,61,0,20) C51M61Y0K20 (51%,61%,0%,20%) (0.51/0.61/0.00/0.20)
63 | 50 | CB | |
---|---|---|---|
RGB | 99 | 80 | 203 |
HSL | 249° | 54.19% | 55.49% |
HSB/HSV | 249° | 60.59% | 79.61% |
CMYK | 51.23% | 60.59% | 0.00% |
20.39% |
Hexadezimal | 63 | 50 | CB |
Dezimal | 99 | 80 | 203 |
Binär | 1100011 | 1010000 | 11001011 |
Oktal | 143 | 120 | 313 |
Beispiele css- und html für Elemente in der Farbe #6350CB. Bitte benutzen Sie auch rgb(99,80,203) statt hex-Code.
.myTextColor { color: #6350CB; }
<p style="color:#6350CB">This sample text font color is #6350CB.</p>
Die Farbe dieses Textes ist #6350CB.
.myBgColor { background-color: #6350CB; }
<div style="background-color:#6350CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6350CB.
.myBorderColor { border: 1px solid #6350CB; }
<div style="border:3px solid #6350CB">Div</div>
Die Grenzen von diesem div sind in Farbe #6350CB.
.myOpacity80 { color: #6350CB; opacity: 0.8; }
<p style="color:#6350CB;opacity:0.8;">80%</p>
Text in Farbe #6350CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6350CB;}
<p style="text-shadow: 3px 3px 1px #6350CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #6350CB.
.textShadow {text-shadow: 3px 3px 1px #6350CB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6350CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6350CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6350CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6350CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6350CB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6350CB; -webkit-box-shadow: 1px 1px 3px 2px #6350CB; box-shadow: 1px 1px 3px 2px #6350CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6350CB; -webkit-box-shadow: 1px 1px 3px 2px #6350CB; box-shadow:1px 1px 3px 2px #6350CB;">
Div content here</div>
Dieser Text ist in der Farbe #6350CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6350CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6350CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6350CB.