#605976

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

Shades of Smoky #605976

Tints of Smoky #605976

Color information

#605976 (or 0x605976) is unknown color: approx Smoky. HEX triplet: 60, 59 and 76. RGB value is (96,89,118). Sum of RGB (Red+Green+Blue) = 96+89+118=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #605976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605976 is #9FA689. Grayscale: #5E5E5E. Windows color (decimal): -10462858 or 7756128. OLE color: 7756128.

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

Color convert

RGB9689118-
CMYK0.190.2500.54
HSL254.48º14.01%40.59%-
HSV(B)254.48º24.58%46.27%-
XYZ11.6710.9418.64-
YUV94.4141.32129.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=31.68%
G=29.37%
B=38.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96891180.190.2500.54254.4814.0140.59
Hex6059761319036fee29
Octal14013116623310663761651
Binary11000001011001111011010011110010110110111111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605976; }

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

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

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

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

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

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

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

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