#605974

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

Shades of Smoky #605974

Tints of Smoky #605974

Color information

#605974 (or 0x605974) is unknown color: approx Smoky. HEX triplet: 60, 59 and 74. RGB value is (96,89,116). Sum of RGB (Red+Green+Blue) = 96+89+116=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #605974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605974 is #9FA68B. Grayscale: #5E5E5E. Windows color (decimal): -10462860 or 7625056. OLE color: 7625056.

HSL color Cylindrical-coordinate representation of color #605974: hue angle of 255.56º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #605974 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9689116-
CMYK0.170.2300.55
HSL255.56º13.17%40.2%-
HSV(B)255.56º23.28%45.49%-
XYZ11.5510.8918.02-
YUV94.17140.32129.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=31.89%
G=29.57%
B=38.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96891160.170.2300.55255.5613.1740.2
Hex6059741117037100d28
Octal14013116421270674001550
Binary110000010110011110100100011011101101111000000001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605974; }

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

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

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

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

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

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

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

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