#645D79

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

Shades of Smoky #645D79

Tints of Smoky #645D79

Color information

#645D79 (or 0x645D79) is unknown color: approx Smoky. HEX triplet: 64, 5D and 79. RGB value is (100,93,121). Sum of RGB (Red+Green+Blue) = 100+93+121=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #645D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D79 is #9BA286. Grayscale: #626262. Windows color (decimal): -10199687 or 7953764. OLE color: 7953764.

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

Color convert

RGB10093121-
CMYK0.170.2300.53
HSL255º13.08%41.96%-
HSV(B)255º23.14%47.45%-
XYZ12.6211.9219.72-
YUV98.28140.82129.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=31.85%
G=29.62%
B=38.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100931210.170.2300.5325513.0841.96
Hex645D791117035ffd2a
Octal14413517121270653771552
Binary11001001011101111100110001101110110101111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,93,121); }

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

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

 a { background-color: rgb(100,93,121); }

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

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

 span { border-color: rgb(100,93,121); }

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