Shades of Mid Grey #656C70
Tints of Mid Grey #656C70
RGB
CMYK
RGB Variations
Color information
#656C70 (or 0x656C70) is known color: Mid Grey. HEX triplet: 65, 6C and 70. RGB value is (101,108,112). Sum of RGB (Red+Green+Blue) = 101+108+112=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: blue. Hex color #656C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C70 is #9A938F. Grayscale: #6A6A6A. Windows color (decimal): -10130320 or 7367781. OLE color: 7367781.
HSL color Cylindrical-coordinate representation of color #656C70: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #656C70 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 108 | 112 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.56 |
| HSL | 201.82º | 0.05% | 0.42% | - |
| HSV(B) | 201.82º | 0.1% | 0.44% | - |
| XYZ | 13.65 | 14.66 | 17.44 | - |
| YUV | 106.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 112 | 0.10 | 0.04 | 0 | 0.56 | 201.82 | 0.05 | 0.42 |
| Hex | 65 | 6C | 70 | A | 4 | 0 | 38 | CA | 5 | 2A |
| Octal | 145 | 154 | 160 | 12 | 4 | 0 | 70 | 312 | 5 | 52 |
| Binary | 1100101 | 1101100 | 1110000 | 1010 | 100 | 0 | 111000 | 11001010 | 101 | 101010 |
Color Harmonies of #656C70
Complementary color
Monochromatic Colors of #656C70
Black with #656C70
Text Example
Text Example
White with #656C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C70; }
p { color: rgb(101,108,112); }
H1.HeaderClassName
{
color: #656C70;
}
.AnyTagClassName
{
color: #656C70;
}
</style>
background-color css
<style>
a { background-color: #656C70; }
a { background-color: rgb(101,108,112); }
div.DivClassName
{
background-color: #656C70;
}
.BgClassName
{
background-color: #656C70;
}
</style>
border-color css
<style>
span { border-color: #656C70; }
span { border-color: rgb(101,108,112); }
td.TdClassName
{
border-color: #656C70;
}
.TagClassName
{
border-color: #656C70;
}
</style>