#60596F

Color #60596F Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #60596F

Tints of Smoky #60596F

Color information

#60596F (or 0x60596F) is unknown color: approx Smoky. HEX triplet: 60, 59 and 6F. RGB value is (96,89,111). Sum of RGB (Red+Green+Blue) = 96+89+111=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #60596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60596F is #9FA690. Grayscale: #5D5D5D. Windows color (decimal): -10462865 or 7297376. OLE color: 7297376.

HSL color Cylindrical-coordinate representation of color #60596F: hue angle of 259.09º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60596F is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9689111-
CMYK0.140.2000.56
HSL259.09º11%39.22%-
HSV(B)259.09º19.82%43.53%-
XYZ11.2710.7816.53-
YUV93.6137.82129.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=32.43%
G=30.07%
B=37.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96891110.140.2000.56259.091139.22
Hex60596FE14038103b27
Octal14013115716240704031347
Binary11000001011001110111111101010001110001000000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60596F; }

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

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

<style>
 a { background-color: #60596F; }

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

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

<style>
 span { border-color: #60596F; }

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

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