Shades of Mid Grey #656B70
Tints of Mid Grey #656B70
RGB
CMYK
RGB Variations
Color information
#656B70 (or 0x656B70) is known color: Mid Grey. HEX triplet: 65, 6B and 70. RGB value is (101,107,112). Sum of RGB (Red+Green+Blue) = 101+107+112=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #656B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B70 is #9A948F. Grayscale: #696969. Windows color (decimal): -10130576 or 7367525. OLE color: 7367525.
HSL color Cylindrical-coordinate representation of color #656B70: hue angle of 207.27º 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 #656B70 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 107 | 112 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.56 |
| HSL | 207.27º | 0.05% | 0.42% | - |
| HSV(B) | 207.27º | 0.1% | 0.44% | - |
| XYZ | 13.55 | 14.45 | 17.4 | - |
| YUV | 105.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 112 | 0.10 | 0.04 | 0 | 0.56 | 207.27 | 0.05 | 0.42 |
| Hex | 65 | 6B | 70 | A | 4 | 0 | 38 | CF | 5 | 2A |
| Octal | 145 | 153 | 160 | 12 | 4 | 0 | 70 | 317 | 5 | 52 |
| Binary | 1100101 | 1101011 | 1110000 | 1010 | 100 | 0 | 111000 | 11001111 | 101 | 101010 |
Color Harmonies of #656B70
Complementary color
Monochromatic Colors of #656B70
Black with #656B70
Text Example
Text Example
White with #656B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B70; }
p { color: rgb(101,107,112); }
H1.HeaderClassName
{
color: #656B70;
}
.AnyTagClassName
{
color: #656B70;
}
</style>
background-color css
<style>
a { background-color: #656B70; }
a { background-color: rgb(101,107,112); }
div.DivClassName
{
background-color: #656B70;
}
.BgClassName
{
background-color: #656B70;
}
</style>
border-color css
<style>
span { border-color: #656B70; }
span { border-color: rgb(101,107,112); }
td.TdClassName
{
border-color: #656B70;
}
.TagClassName
{
border-color: #656B70;
}
</style>