#6350CA

Color #6350CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6350CA

Tints of Slate Blue #6350CA

Color information

#6350CA (or 0x6350CA) is unknown color: approx Slate Blue. HEX triplet: 63, 50 and CA. RGB value is (99,80,202). Sum of RGB (Red+Green+Blue) = 99+80+202=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #6350CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350CA is #9CAF35. Grayscale: #636363. Windows color (decimal): -10268470 or 13258851. OLE color: 13258851.

HSL color Cylindrical-coordinate representation of color #6350CA: hue angle of 249.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6350CA is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9980202-
CMYK0.510.6000.21
HSL249.34º53.51%55.29%-
HSV(B)249.34º60.4%79.22%-
XYZ18.6712.6557.34-
YUV99.59185.79127.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 25.98%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 202 (79.30% from 255) = 53.02%
R=25.98%
G=21.00%
B=53.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal99802020.510.6000.21249.3453.5155.29
Hex6350CA333C015f93637
Octal14312031263740253716667
Binary110001110100001100101011001111110001010111111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6350CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6350CA; }

 p { color: rgb(99,80,202); }

 H1.HeaderClassName
 {
   color: #6350CA;
 }
 .AnyTagClassName
 {
   color: #6350CA;
 }
</style>
background-color css

<style>
 a { background-color: #6350CA; }

 a { background-color: rgb(99,80,202); }

 div.DivClassName
 {
   background-color: #6350CA;
 }
 .BgClassName
 {
   background-color: #6350CA;
 }
</style>
border-color css

<style>
 span { border-color: #6350CA; }

 span { border-color: rgb(99,80,202); }

 td.TdClassName
 {
   border-color: #6350CA;
 }
 .TagClassName
 {
   border-color: #6350CA;
 }
</style>