#6450CA

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

Shades of Slate Blue #6450CA

Tints of Slate Blue #6450CA

Color information

#6450CA (or 0x6450CA) is unknown color: approx Slate Blue. HEX triplet: 64, 50 and CA. RGB value is (100,80,202). Sum of RGB (Red+Green+Blue) = 100+80+202=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #6450CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450CA is #9BAF35. Grayscale: #636363. Windows color (decimal): -10202934 or 13258852. OLE color: 13258852.

HSL color Cylindrical-coordinate representation of color #6450CA: hue angle of 249.84º 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 #6450CA is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10080202-
CMYK0.500.6000.21
HSL249.84º53.51%55.29%-
HSV(B)249.84º60.4%79.22%-
XYZ18.7812.7157.34-
YUV99.89185.63128.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 202 (79.30% from 255) = 52.88%
R=26.18%
G=20.94%
B=52.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100802020.500.6000.21249.8453.5155.29
Hex6450CA323C015fa3637
Octal14412031262740253726667
Binary110010010100001100101011001011110001010111111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6450CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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