#605D6C

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

Shades of Smoky #605D6C

Tints of Smoky #605D6C

Color information

#605D6C (or 0x605D6C) is unknown color: approx Smoky. HEX triplet: 60, 5D and 6C. RGB value is (96,93,108). Sum of RGB (Red+Green+Blue) = 96+93+108=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 108 - color contains mainly: blue. Hex color #605D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D6C is #9FA293. Grayscale: #5F5F5F. Windows color (decimal): -10461844 or 7101792. OLE color: 7101792.

HSL color Cylindrical-coordinate representation of color #605D6C: hue angle of 252º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #605D6C is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9693108-
CMYK0.110.1400.58
HSL252º7.46%39.41%-
HSV(B)252º13.89%42.35%-
XYZ11.4411.415.78-
YUV95.61134.99128.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 93 (36.72% from 255) = 31.31%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=32.32%
G=31.31%
B=36.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96931080.110.1400.582527.4639.41
Hex605D6CBE03Afc727
Octal1401351541316072374747
Binary11000001011101110110010111110011101011111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605D6C; }

 p { color: rgb(96,93,108); }

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

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

 a { background-color: rgb(96,93,108); }

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

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

 span { border-color: rgb(96,93,108); }

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