#6059DF

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

Shades of Slate Blue #6059DF

Tints of Slate Blue #6059DF

Color information

#6059DF (or 0x6059DF) is unknown color: approx Slate Blue. HEX triplet: 60, 59 and DF. RGB value is (96,89,223). Sum of RGB (Red+Green+Blue) = 96+89+223=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #6059DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059DF is #9FA620. Grayscale: #696969. Windows color (decimal): -10462753 or 14637408. OLE color: 14637408.

HSL color Cylindrical-coordinate representation of color #6059DF: hue angle of 243.13º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6059DF is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9689223-
CMYK0.570.6000.13
HSL243.13º67.68%61.18%-
HSV(B)243.13º60.09%87.45%-
XYZ21.7214.9671.55-
YUV106.37193.82120.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.53%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 223 (87.5% from 255) = 54.66%
R=23.53%
G=21.81%
B=54.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96892230.570.6000.13243.1367.6861.18
Hex6059DF393C0Df3443d
Octal140131337717401536310475
Binary110000010110011101111111100111110001101111100111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6059DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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