#6059D8

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

Shades of Slate Blue #6059D8

Tints of Slate Blue #6059D8

Color information

#6059D8 (or 0x6059D8) is unknown color: approx Slate Blue. HEX triplet: 60, 59 and D8. RGB value is (96,89,216). Sum of RGB (Red+Green+Blue) = 96+89+216=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #6059D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059D8 is #9FA627. Grayscale: #696969. Windows color (decimal): -10462760 or 14178656. OLE color: 14178656.

HSL color Cylindrical-coordinate representation of color #6059D8: hue angle of 243.31º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6059D8 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9689216-
CMYK0.560.5900.15
HSL243.31º61.95%59.8%-
HSV(B)243.31º58.8%84.71%-
XYZ20.7914.5966.69-
YUV105.57190.32121.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 216 (84.77% from 255) = 53.87%
R=23.94%
G=22.19%
B=53.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96892160.560.5900.15243.3161.9559.8
Hex6059D8383B0Ff33e3c
Octal14013133070730173637674
Binary11000001011001110110001110001110110111111110011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6059D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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