Shades of Mid Grey #646C72
Tints of Mid Grey #646C72
RGB
CMYK
RGB Variations
Color information
#646C72 (or 0x646C72) is known color: Mid Grey. HEX triplet: 64, 6C and 72. RGB value is (100,108,114). Sum of RGB (Red+Green+Blue) = 100+108+114=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #646C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C72 is #9B938D. Grayscale: #6A6A6A. Windows color (decimal): -10195854 or 7498852. OLE color: 7498852.
HSL color Cylindrical-coordinate representation of color #646C72: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646C72 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 108 | 114 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.55 |
| HSL | 205.71º | 0.07% | 0.42% | - |
| HSV(B) | 205.71º | 0.12% | 0.45% | - |
| XYZ | 13.66 | 14.65 | 18.03 | - |
| YUV | 106.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 114 | 0.12 | 0.05 | 0 | 0.55 | 205.71 | 0.07 | 0.42 |
| Hex | 64 | 6C | 72 | C | 5 | 0 | 37 | CE | 7 | 2A |
| Octal | 144 | 154 | 162 | 14 | 5 | 0 | 67 | 316 | 7 | 52 |
| Binary | 1100100 | 1101100 | 1110010 | 1100 | 101 | 0 | 110111 | 11001110 | 111 | 101010 |
Color Harmonies of #646C72
Complementary color
Monochromatic Colors of #646C72
Black with #646C72
Text Example
Text Example
White with #646C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C72; }
p { color: rgb(100,108,114); }
H1.HeaderClassName
{
color: #646C72;
}
.AnyTagClassName
{
color: #646C72;
}
</style>
background-color css
<style>
a { background-color: #646C72; }
a { background-color: rgb(100,108,114); }
div.DivClassName
{
background-color: #646C72;
}
.BgClassName
{
background-color: #646C72;
}
</style>
border-color css
<style>
span { border-color: #646C72; }
span { border-color: rgb(100,108,114); }
td.TdClassName
{
border-color: #646C72;
}
.TagClassName
{
border-color: #646C72;
}
</style>