Shades of Mid Grey #646F75
Tints of Mid Grey #646F75
RGB
CMYK
RGB Variations
Color information
#646F75 (or 0x646F75) is known color: Mid Grey. HEX triplet: 64, 6F and 75. RGB value is (100,111,117). Sum of RGB (Red+Green+Blue) = 100+111+117=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 117 - color contains mainly: blue. Hex color #646F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F75 is #9B908A. Grayscale: #6C6C6C. Windows color (decimal): -10195083 or 7696228. OLE color: 7696228.
HSL color Cylindrical-coordinate representation of color #646F75: hue angle of 201.18º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #646F75 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 111 | 117 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.54 |
| HSL | 201.18º | 0.08% | 0.43% | - |
| HSV(B) | 201.18º | 0.15% | 0.46% | - |
| XYZ | 14.15 | 15.36 | 19.05 | - |
| YUV | 108.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 117 | 0.15 | 0.05 | 0 | 0.54 | 201.18 | 0.08 | 0.43 |
| Hex | 64 | 6F | 75 | F | 5 | 0 | 36 | C9 | 8 | 2B |
| Octal | 144 | 157 | 165 | 17 | 5 | 0 | 66 | 311 | 10 | 53 |
| Binary | 1100100 | 1101111 | 1110101 | 1111 | 101 | 0 | 110110 | 11001001 | 1000 | 101011 |
Color Harmonies of #646F75
Complementary color
Monochromatic Colors of #646F75
Black with #646F75
Text Example
Text Example
White with #646F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F75; }
p { color: rgb(100,111,117); }
H1.HeaderClassName
{
color: #646F75;
}
.AnyTagClassName
{
color: #646F75;
}
</style>
background-color css
<style>
a { background-color: #646F75; }
a { background-color: rgb(100,111,117); }
div.DivClassName
{
background-color: #646F75;
}
.BgClassName
{
background-color: #646F75;
}
</style>
border-color css
<style>
span { border-color: #646F75; }
span { border-color: rgb(100,111,117); }
td.TdClassName
{
border-color: #646F75;
}
.TagClassName
{
border-color: #646F75;
}
</style>