#605A6D

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

Shades of Smoky #605A6D

Tints of Smoky #605A6D

Color information

#605A6D (or 0x605A6D) is unknown color: approx Smoky. HEX triplet: 60, 5A and 6D. RGB value is (96,90,109). Sum of RGB (Red+Green+Blue) = 96+90+109=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #605A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A6D is #9FA592. Grayscale: #5D5D5D. Windows color (decimal): -10462611 or 7166560. OLE color: 7166560.

HSL color Cylindrical-coordinate representation of color #605A6D: hue angle of 258.95º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605A6D is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9690109-
CMYK0.120.1700.57
HSL258.95º9.55%39.02%-
HSV(B)258.95º17.43%42.75%-
XYZ11.2410.915.98-
YUV93.96136.49129.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=32.54%
G=30.51%
B=36.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96901090.120.1700.57258.959.5539.02
Hex605A6DC11039103a27
Octal14013215514210714031247
Binary11000001011010110110111001000101110011000000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,90,109); }

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

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

 a { background-color: rgb(96,90,109); }

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

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

 span { border-color: rgb(96,90,109); }

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