#605476

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

Shades of Smoky #605476

Tints of Smoky #605476

Color information

#605476 (or 0x605476) is unknown color: approx Smoky. HEX triplet: 60, 54 and 76. RGB value is (96,84,118). Sum of RGB (Red+Green+Blue) = 96+84+118=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #605476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605476 is #9FAB89. Grayscale: #5B5B5B. Windows color (decimal): -10464138 or 7754848. OLE color: 7754848.

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

Color convert

RGB9684118-
CMYK0.190.2900.54
HSL261.18º16.83%39.61%-
HSV(B)261.18º28.81%46.27%-
XYZ11.2610.1418.5-
YUV91.46142.98131.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=32.21%
G=28.19%
B=39.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96841180.190.2900.54261.1816.8339.61
Hex605476131D0361051128
Octal14012416623350664052150
Binary1100000101010011101101001111101011011010000010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605476; }

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

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

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

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

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

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

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

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