#605971

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

Shades of Smoky #605971

Tints of Smoky #605971

Color information

#605971 (or 0x605971) is unknown color: approx Smoky. HEX triplet: 60, 59 and 71. RGB value is (96,89,113). Sum of RGB (Red+Green+Blue) = 96+89+113=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #605971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605971 is #9FA68E. Grayscale: #5D5D5D. Windows color (decimal): -10462863 or 7428448. OLE color: 7428448.

HSL color Cylindrical-coordinate representation of color #605971: hue angle of 257.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #605971 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9689113-
CMYK0.150.2100.56
HSL257.5º11.88%39.61%-
HSV(B)257.5º21.24%44.31%-
XYZ11.3810.8217.11-
YUV93.83138.82129.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=32.21%
G=29.87%
B=37.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96891130.150.2100.56257.511.8839.61
Hex605971F15038102c28
Octal14013116117250704021450
Binary11000001011001111000111111010101110001000000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605971; }

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

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

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

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

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

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

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

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