#605D70

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

Shades of Smoky #605D70

Tints of Smoky #605D70

Color information

#605D70 (or 0x605D70) is unknown color: approx Smoky. HEX triplet: 60, 5D and 70. RGB value is (96,93,112). Sum of RGB (Red+Green+Blue) = 96+93+112=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #605D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D70 is #9FA28F. Grayscale: #5F5F5F. Windows color (decimal): -10461840 or 7363936. OLE color: 7363936.

HSL color Cylindrical-coordinate representation of color #605D70: hue angle of 249.47º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605D70 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9693112-
CMYK0.140.1700.56
HSL249.47º9.27%40.2%-
HSV(B)249.47º16.96%43.92%-
XYZ11.6611.4916.93-
YUV96.06136.99127.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=31.89%
G=30.90%
B=37.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96931120.140.1700.56249.479.2740.2
Hex605D70E11038f9928
Octal14013516016210703711150
Binary1100000101110111100001110100010111000111110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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