#645B78

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

Shades of Smoky #645B78

Tints of Smoky #645B78

Color information

#645B78 (or 0x645B78) is unknown color: approx Smoky. HEX triplet: 64, 5B and 78. RGB value is (100,91,120). Sum of RGB (Red+Green+Blue) = 100+91+120=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #645B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645B78 is #9BA487. Grayscale: #606060. Windows color (decimal): -10200200 or 7887716. OLE color: 7887716.

HSL color Cylindrical-coordinate representation of color #645B78: hue angle of 258.62º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #645B78 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10091120-
CMYK0.170.2400.53
HSL258.62º13.74%41.37%-
HSV(B)258.62º24.17%47.06%-
XYZ12.3911.5519.35-
YUV97140.98130.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 120 (47.27% from 255) = 38.59%
R=32.15%
G=29.26%
B=38.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100911200.170.2400.53258.6213.7441.37
Hex645B781118035103e29
Octal14413317021300654031651
Binary110010010110111111000100011100001101011000000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645B78; }

 p { color: rgb(100,91,120); }

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

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

 a { background-color: rgb(100,91,120); }

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

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

 span { border-color: rgb(100,91,120); }

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