Shades of Mid Grey #656C73
Tints of Mid Grey #656C73
RGB
CMYK
RGB Variations
Color information
#656C73 (or 0x656C73) is known color: Mid Grey. HEX triplet: 65, 6C and 73. RGB value is (101,108,115). Sum of RGB (Red+Green+Blue) = 101+108+115=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 108 (42.58% from 255 or 33.33% 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 #656C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C73 is #9A938C. Grayscale: #6A6A6A. Windows color (decimal): -10130317 or 7564389. OLE color: 7564389.
HSL color Cylindrical-coordinate representation of color #656C73: hue angle of 210º degrees, saturation: 0.06, 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 #656C73 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 108 | 115 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.55 |
| HSL | 210º | 0.06% | 0.42% | - |
| HSV(B) | 210º | 0.12% | 0.45% | - |
| XYZ | 13.82 | 14.73 | 18.33 | - |
| YUV | 106.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 115 | 0.12 | 0.06 | 0 | 0.55 | 210 | 0.06 | 0.42 |
| Hex | 65 | 6C | 73 | C | 6 | 0 | 37 | D2 | 6 | 2A |
| Octal | 145 | 154 | 163 | 14 | 6 | 0 | 67 | 322 | 6 | 52 |
| Binary | 1100101 | 1101100 | 1110011 | 1100 | 110 | 0 | 110111 | 11010010 | 110 | 101010 |
Color Harmonies of #656C73
Complementary color
Monochromatic Colors of #656C73
Black with #656C73
Text Example
Text Example
White with #656C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C73; }
p { color: rgb(101,108,115); }
H1.HeaderClassName
{
color: #656C73;
}
.AnyTagClassName
{
color: #656C73;
}
</style>
background-color css
<style>
a { background-color: #656C73; }
a { background-color: rgb(101,108,115); }
div.DivClassName
{
background-color: #656C73;
}
.BgClassName
{
background-color: #656C73;
}
</style>
border-color css
<style>
span { border-color: #656C73; }
span { border-color: rgb(101,108,115); }
td.TdClassName
{
border-color: #656C73;
}
.TagClassName
{
border-color: #656C73;
}
</style>