#605675

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

Shades of Smoky #605675

Tints of Smoky #605675

Color information

#605675 (or 0x605675) is unknown color: approx Smoky. HEX triplet: 60, 56 and 75. RGB value is (96,86,117). Sum of RGB (Red+Green+Blue) = 96+86+117=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #605675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605675 is #9FA98A. Grayscale: #5C5C5C. Windows color (decimal): -10463627 or 7689824. OLE color: 7689824.

HSL color Cylindrical-coordinate representation of color #605675: hue angle of 259.35º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605675 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9686117-
CMYK0.180.2600.54
HSL259.35º15.27%39.8%-
HSV(B)259.35º26.5%45.88%-
XYZ11.3610.4318.24-
YUV92.52141.81130.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=32.11%
G=28.76%
B=39.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96861170.180.2600.54259.3515.2739.8
Hex605675121A036103f28
Octal14012616522320664031750
Binary110000010101101110101100101101001101101000000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605675; }

 p { color: rgb(96,86,117); }

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

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

 a { background-color: rgb(96,86,117); }

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

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

 span { border-color: rgb(96,86,117); }

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