#605676

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

Shades of Smoky #605676

Tints of Smoky #605676

Color information

#605676 (or 0x605676) is unknown color: approx Smoky. HEX triplet: 60, 56 and 76. RGB value is (96,86,118). Sum of RGB (Red+Green+Blue) = 96+86+118=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #605676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605676 is #9FA989. Grayscale: #5C5C5C. Windows color (decimal): -10463626 or 7755360. OLE color: 7755360.

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

Color convert

RGB9686118-
CMYK0.190.2700.54
HSL258.75º15.69%40%-
HSV(B)258.75º27.12%46.27%-
XYZ11.4210.4518.55-
YUV92.64142.31130.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=32%
G=28.67%
B=39.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96861180.190.2700.54258.7515.6940
Hex605676131B0361031028
Octal14012616623330664032050
Binary1100000101011011101101001111011011011010000001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605676; }

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

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

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

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

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

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

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

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