#6452CA

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

Shades of Slate Blue #6452CA

Tints of Slate Blue #6452CA

Color information

#6452CA (or 0x6452CA) is unknown color: approx Slate Blue. HEX triplet: 64, 52 and CA. RGB value is (100,82,202). Sum of RGB (Red+Green+Blue) = 100+82+202=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #6452CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452CA is #9BAD35. Grayscale: #646464. Windows color (decimal): -10202422 or 13259364. OLE color: 13259364.

HSL color Cylindrical-coordinate representation of color #6452CA: hue angle of 249º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6452CA is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10082202-
CMYK0.500.5900.21
HSL249º53.1%55.69%-
HSV(B)249º59.41%79.22%-
XYZ18.9313.0157.39-
YUV101.06184.96127.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=26.04%
G=21.35%
B=52.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100822020.500.5900.2124953.155.69
Hex6452CA323B015f93538
Octal14412231262730253716570
Binary110010010100101100101011001011101101010111111001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6452CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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