#5F60D7

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

Shades of Slate Blue #5F60D7

Tints of Slate Blue #5F60D7

Color information

#5F60D7 (or 0x5F60D7) is unknown color: approx Slate Blue. HEX triplet: 5F, 60 and D7. RGB value is (95,96,215). Sum of RGB (Red+Green+Blue) = 95+96+215=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #5F60D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F60D7 is #A09F28. Grayscale: #6C6C6C. Windows color (decimal): -10526505 or 14114911. OLE color: 14114911.

HSL color Cylindrical-coordinate representation of color #5F60D7: hue angle of 239.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F60D7 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9596215-
CMYK0.560.5500.16
HSL239.5º60%60.78%-
HSV(B)239.5º55.81%84.31%-
XYZ21.1715.766.21-
YUV109.27187.67117.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.40%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 215 (84.38% from 255) = 52.96%
R=23.40%
G=23.65%
B=52.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal95962150.560.5500.16239.56060.78
Hex5F60D73837010f03c3d
Octal13714032770670203607475
Binary101111111000001101011111100011011101000011110000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F60D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F60D7; }

 p { color: rgb(95,96,215); }

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

<style>
 a { background-color: #5F60D7; }

 a { background-color: rgb(95,96,215); }

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

<style>
 span { border-color: #5F60D7; }

 span { border-color: rgb(95,96,215); }

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