Shades of Smoky #645F70
Tints of Smoky #645F70
RGB
CMYK
RGB Variations
Color information
#645F70 (or 0x645F70) is known color: Smoky. HEX triplet: 64, 5F and 70. RGB value is (100,95,112). Sum of RGB (Red+Green+Blue) = 100+95+112=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #645F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F70 is #9BA08F. Grayscale: #626262. Windows color (decimal): -10199184 or 7364452. OLE color: 7364452.
HSL color Cylindrical-coordinate representation of color #645F70: hue angle of 257.65º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #645F70 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 95 | 112 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.56 |
| HSL | 257.65º | 0.08% | 0.41% | - |
| HSV(B) | 257.65º | 0.15% | 0.44% | - |
| XYZ | 12.27 | 12.06 | 17.01 | - |
| YUV | 98.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 112 | 0.11 | 0.15 | 0 | 0.56 | 257.65 | 0.08 | 0.41 |
| Hex | 64 | 5F | 70 | B | F | 0 | 38 | 102 | 8 | 29 |
| Octal | 144 | 137 | 160 | 13 | 17 | 0 | 70 | 402 | 10 | 51 |
| Binary | 1100100 | 1011111 | 1110000 | 1011 | 1111 | 0 | 111000 | 100000010 | 1000 | 101001 |
Color Harmonies of #645F70
Complementary color
Monochromatic Colors of #645F70
Black with #645F70
Text Example
Text Example
White with #645F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645F70; }
p { color: rgb(100,95,112); }
H1.HeaderClassName
{
color: #645F70;
}
.AnyTagClassName
{
color: #645F70;
}
</style>
background-color css
<style>
a { background-color: #645F70; }
a { background-color: rgb(100,95,112); }
div.DivClassName
{
background-color: #645F70;
}
.BgClassName
{
background-color: #645F70;
}
</style>
border-color css
<style>
span { border-color: #645F70; }
span { border-color: rgb(100,95,112); }
td.TdClassName
{
border-color: #645F70;
}
.TagClassName
{
border-color: #645F70;
}
</style>