#6059D2

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

Shades of Slate Blue #6059D2

Tints of Slate Blue #6059D2

Color information

#6059D2 (or 0x6059D2) is unknown color: approx Slate Blue. HEX triplet: 60, 59 and D2. RGB value is (96,89,210). Sum of RGB (Red+Green+Blue) = 96+89+210=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #6059D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059D2 is #9FA62D. Grayscale: #686868. Windows color (decimal): -10462766 or 13785440. OLE color: 13785440.

HSL color Cylindrical-coordinate representation of color #6059D2: hue angle of 243.47º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6059D2 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9689210-
CMYK0.540.5800.18
HSL243.47º57.35%58.63%-
HSV(B)243.47º57.62%82.35%-
XYZ20.0314.2862.67-
YUV104.89187.32121.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 210 (82.42% from 255) = 53.16%
R=24.30%
G=22.53%
B=53.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96892100.540.5800.18243.4757.3558.63
Hex6059D2363A012f3393b
Octal14013132266720223637173
Binary110000010110011101001011011011101001001011110011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6059D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6059D2; }

 p { color: rgb(96,89,210); }

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

<style>
 a { background-color: #6059D2; }

 a { background-color: rgb(96,89,210); }

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

<style>
 span { border-color: #6059D2; }

 span { border-color: rgb(96,89,210); }

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