#6052CA

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

Shades of Slate Blue #6052CA

Tints of Slate Blue #6052CA

Color information

#6052CA (or 0x6052CA) is unknown color: approx Slate Blue. HEX triplet: 60, 52 and CA. RGB value is (96,82,202). Sum of RGB (Red+Green+Blue) = 96+82+202=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #6052CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052CA is #9FAD35. Grayscale: #636363. Windows color (decimal): -10464566 or 13259360. OLE color: 13259360.

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

Color convert

RGB9682202-
CMYK0.520.5900.21
HSL247º53.1%55.69%-
HSV(B)247º59.41%79.22%-
XYZ18.512.7957.37-
YUV99.87185.64125.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=25.26%
G=21.58%
B=53.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96822020.520.5900.2124753.155.69
Hex6052CA343B015f73538
Octal14012231264730253676570
Binary110000010100101100101011010011101101010111110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6052CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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