#6052DD

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

Shades of Slate Blue #6052DD

Tints of Slate Blue #6052DD

Color information

#6052DD (or 0x6052DD) is unknown color: approx Slate Blue. HEX triplet: 60, 52 and DD. RGB value is (96,82,221). Sum of RGB (Red+Green+Blue) = 96+82+221=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #6052DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052DD is #9FAD22. Grayscale: #656565. Windows color (decimal): -10464547 or 14504544. OLE color: 14504544.

HSL color Cylindrical-coordinate representation of color #6052DD: hue angle of 246.04º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6052DD is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9682221-
CMYK0.570.6300.13
HSL246.04º67.15%59.41%-
HSV(B)246.04º62.9%86.67%-
XYZ20.8913.7469.96-
YUV102.03195.14123.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.06%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 221 (86.72% from 255) = 55.39%
R=24.06%
G=20.55%
B=55.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96822210.570.6300.13246.0467.1559.41
Hex6052DD393F0Df6433b
Octal140122335717701536610373
Binary110000010100101101110111100111111101101111101101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6052DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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