Shades of Smoky #64626F
Tints of Smoky #64626F
RGB
CMYK
RGB Variations
Color information
#64626F (or 0x64626F) is known color: Smoky. HEX triplet: 64, 62 and 6F. RGB value is (100,98,111). Sum of RGB (Red+Green+Blue) = 100+98+111=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 111 - color contains mainly: blue. Hex color #64626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64626F is #9B9D90. Grayscale: #646464. Windows color (decimal): -10198417 or 7299684. OLE color: 7299684.
HSL color Cylindrical-coordinate representation of color #64626F: hue angle of 249.23º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #64626F is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 98 | 111 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.56 |
| HSL | 249.23º | 0.06% | 0.41% | - |
| HSV(B) | 249.23º | 0.12% | 0.44% | - |
| XYZ | 12.49 | 12.59 | 16.81 | - |
| YUV | 100.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 98 | 111 | 0.10 | 0.12 | 0 | 0.56 | 249.23 | 0.06 | 0.41 |
| Hex | 64 | 62 | 6F | A | C | 0 | 38 | F9 | 6 | 29 |
| Octal | 144 | 142 | 157 | 12 | 14 | 0 | 70 | 371 | 6 | 51 |
| Binary | 1100100 | 1100010 | 1101111 | 1010 | 1100 | 0 | 111000 | 11111001 | 110 | 101001 |
Color Harmonies of #64626F
Complementary color
Monochromatic Colors of #64626F
Black with #64626F
Text Example
Text Example
White with #64626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64626F; }
p { color: rgb(100,98,111); }
H1.HeaderClassName
{
color: #64626F;
}
.AnyTagClassName
{
color: #64626F;
}
</style>
background-color css
<style>
a { background-color: #64626F; }
a { background-color: rgb(100,98,111); }
div.DivClassName
{
background-color: #64626F;
}
.BgClassName
{
background-color: #64626F;
}
</style>
border-color css
<style>
span { border-color: #64626F; }
span { border-color: rgb(100,98,111); }
td.TdClassName
{
border-color: #64626F;
}
.TagClassName
{
border-color: #64626F;
}
</style>