#605C6B

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

Shades of Smoky #605C6B

Tints of Smoky #605C6B

Color information

#605C6B (or 0x605C6B) is unknown color: approx Smoky. HEX triplet: 60, 5C and 6B. RGB value is (96,92,107). Sum of RGB (Red+Green+Blue) = 96+92+107=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 107 - color contains mainly: blue. Hex color #605C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C6B is #9FA394. Grayscale: #5E5E5E. Windows color (decimal): -10462101 or 7036000. OLE color: 7036000.

HSL color Cylindrical-coordinate representation of color #605C6B: hue angle of 256º degrees, saturation: 0.08, 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 #605C6B is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9692107-
CMYK0.100.1400.58
HSL256º7.54%39.02%-
HSV(B)256º14.02%41.96%-
XYZ11.311.215.48-
YUV94.91134.83128.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=32.54%
G=31.19%
B=36.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96921070.100.1400.582567.5439.02
Hex605C6BAE03A100827
Octal14013415312160724001047
Binary1100000101110011010111010111001110101000000001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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