Shades of Mid Grey #646D73
Tints of Mid Grey #646D73
RGB
CMYK
RGB Variations
Color information
#646D73 (or 0x646D73) is known color: Mid Grey. HEX triplet: 64, 6D and 73. RGB value is (100,109,115). Sum of RGB (Red+Green+Blue) = 100+109+115=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #646D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D73 is #9B928C. Grayscale: #6A6A6A. Windows color (decimal): -10195597 or 7564644. OLE color: 7564644.
HSL color Cylindrical-coordinate representation of color #646D73: hue angle of 204º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #646D73 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 109 | 115 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.55 |
| HSL | 204º | 0.07% | 0.42% | - |
| HSV(B) | 204º | 0.13% | 0.45% | - |
| XYZ | 13.82 | 14.88 | 18.36 | - |
| YUV | 106.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 115 | 0.13 | 0.05 | 0 | 0.55 | 204 | 0.07 | 0.42 |
| Hex | 64 | 6D | 73 | D | 5 | 0 | 37 | CC | 7 | 2A |
| Octal | 144 | 155 | 163 | 15 | 5 | 0 | 67 | 314 | 7 | 52 |
| Binary | 1100100 | 1101101 | 1110011 | 1101 | 101 | 0 | 110111 | 11001100 | 111 | 101010 |
Color Harmonies of #646D73
Complementary color
Monochromatic Colors of #646D73
Black with #646D73
Text Example
Text Example
White with #646D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D73; }
p { color: rgb(100,109,115); }
H1.HeaderClassName
{
color: #646D73;
}
.AnyTagClassName
{
color: #646D73;
}
</style>
background-color css
<style>
a { background-color: #646D73; }
a { background-color: rgb(100,109,115); }
div.DivClassName
{
background-color: #646D73;
}
.BgClassName
{
background-color: #646D73;
}
</style>
border-color css
<style>
span { border-color: #646D73; }
span { border-color: rgb(100,109,115); }
td.TdClassName
{
border-color: #646D73;
}
.TagClassName
{
border-color: #646D73;
}
</style>