Shades of Smoky #646366
Tints of Smoky #646366
RGB
CMYK
RGB Variations
Color information
#646366 (or 0x646366) is known color: Smoky. HEX triplet: 64, 63 and 66. RGB value is (100,99,102). Sum of RGB (Red+Green+Blue) = 100+99+102=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 102 - color contains mainly: blue. Hex color #646366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646366 is #9B9C99. Grayscale: #636363. Windows color (decimal): -10198170 or 6710116. OLE color: 6710116.
HSL color Cylindrical-coordinate representation of color #646366: hue angle of 260º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #646366 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 99 | 102 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.6 |
| HSL | 260º | 0.01% | 0.39% | - |
| HSV(B) | 260º | 0.03% | 0.4% | - |
| XYZ | 12.12 | 12.59 | 14.36 | - |
| YUV | 99.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 102 | 0.02 | 0.03 | 0 | 0.6 | 260 | 0.01 | 0.39 |
| Hex | 64 | 63 | 66 | 2 | 3 | 0 | 3C | 104 | 1 | 27 |
| Octal | 144 | 143 | 146 | 2 | 3 | 0 | 74 | 404 | 1 | 47 |
| Binary | 1100100 | 1100011 | 1100110 | 10 | 11 | 0 | 111100 | 100000100 | 1 | 100111 |
Color Harmonies of #646366
Complementary color
Monochromatic Colors of #646366
Black with #646366
Text Example
Text Example
White with #646366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646366; }
p { color: rgb(100,99,102); }
H1.HeaderClassName
{
color: #646366;
}
.AnyTagClassName
{
color: #646366;
}
</style>
background-color css
<style>
a { background-color: #646366; }
a { background-color: rgb(100,99,102); }
div.DivClassName
{
background-color: #646366;
}
.BgClassName
{
background-color: #646366;
}
</style>
border-color css
<style>
span { border-color: #646366; }
span { border-color: rgb(100,99,102); }
td.TdClassName
{
border-color: #646366;
}
.TagClassName
{
border-color: #646366;
}
</style>