Shades of Smoky #645F73
Tints of Smoky #645F73
RGB
CMYK
RGB Variations
Color information
#645F73 (or 0x645F73) is known color: Smoky. HEX triplet: 64, 5F and 73. RGB value is (100,95,115). Sum of RGB (Red+Green+Blue) = 100+95+115=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #645F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F73 is #9BA08C. Grayscale: #626262. Windows color (decimal): -10199181 or 7561060. OLE color: 7561060.
HSL color Cylindrical-coordinate representation of color #645F73: hue angle of 255º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #645F73 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 95 | 115 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.55 |
| HSL | 255º | 0.1% | 0.41% | - |
| HSV(B) | 255º | 0.17% | 0.45% | - |
| XYZ | 12.44 | 12.13 | 17.91 | - |
| YUV | 98.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 115 | 0.13 | 0.17 | 0 | 0.55 | 255 | 0.1 | 0.41 |
| Hex | 64 | 5F | 73 | D | 11 | 0 | 37 | FF | A | 29 |
| Octal | 144 | 137 | 163 | 15 | 21 | 0 | 67 | 377 | 12 | 51 |
| Binary | 1100100 | 1011111 | 1110011 | 1101 | 10001 | 0 | 110111 | 11111111 | 1010 | 101001 |
Color Harmonies of #645F73
Complementary color
Monochromatic Colors of #645F73
Black with #645F73
Text Example
Text Example
White with #645F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645F73; }
p { color: rgb(100,95,115); }
H1.HeaderClassName
{
color: #645F73;
}
.AnyTagClassName
{
color: #645F73;
}
</style>
background-color css
<style>
a { background-color: #645F73; }
a { background-color: rgb(100,95,115); }
div.DivClassName
{
background-color: #645F73;
}
.BgClassName
{
background-color: #645F73;
}
</style>
border-color css
<style>
span { border-color: #645F73; }
span { border-color: rgb(100,95,115); }
td.TdClassName
{
border-color: #645F73;
}
.TagClassName
{
border-color: #645F73;
}
</style>