#605C70

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

Shades of Smoky #605C70

Tints of Smoky #605C70

Color information

#605C70 (or 0x605C70) is unknown color: approx Smoky. HEX triplet: 60, 5C and 70. RGB value is (96,92,112). Sum of RGB (Red+Green+Blue) = 96+92+112=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 112 - color contains mainly: blue. Hex color #605C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C70 is #9FA38F. Grayscale: #5F5F5F. Windows color (decimal): -10462096 or 7363680. OLE color: 7363680.

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

Color convert

RGB9692112-
CMYK0.140.1800.56
HSL252º9.8%40%-
HSV(B)252º17.86%43.92%-
XYZ11.5811.3116.9-
YUV95.48137.33128.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 92 (36.33% from 255) = 30.67%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=32%
G=30.67%
B=37.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96921120.140.1800.562529.840
Hex605C70E12038fca28
Octal14013416016220703741250
Binary1100000101110011100001110100100111000111111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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