#6052C9

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

Shades of Slate Blue #6052C9

Tints of Slate Blue #6052C9

Color information

#6052C9 (or 0x6052C9) is unknown color: approx Slate Blue. HEX triplet: 60, 52 and C9. RGB value is (96,82,201). Sum of RGB (Red+Green+Blue) = 96+82+201=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #6052C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052C9 is #9FAD36. Grayscale: #636363. Windows color (decimal): -10464567 or 13193824. OLE color: 13193824.

HSL color Cylindrical-coordinate representation of color #6052C9: hue angle of 247.06º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6052C9 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9682201-
CMYK0.520.5900.21
HSL247.06º52.42%55.49%-
HSV(B)247.06º59.2%78.82%-
XYZ18.3812.7456.75-
YUV99.75185.14125.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.33%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 201 (78.91% from 255) = 53.03%
R=25.33%
G=21.64%
B=53.03%

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
Decimal96822010.520.5900.21247.0652.4255.49
Hex6052C9343B015f73437
Octal14012231164730253676467
Binary110000010100101100100111010011101101010111110111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6052C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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