Shades of Mid Grey #656B6F
Tints of Mid Grey #656B6F
RGB
CMYK
RGB Variations
Color information
#656B6F (or 0x656B6F) is known color: Mid Grey. HEX triplet: 65, 6B and 6F. RGB value is (101,107,111). Sum of RGB (Red+Green+Blue) = 101+107+111=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 111 - color contains mainly: blue. Hex color #656B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B6F is #9A9490. Grayscale: #696969. Windows color (decimal): -10130577 or 7301989. OLE color: 7301989.
HSL color Cylindrical-coordinate representation of color #656B6F: hue angle of 204º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #656B6F is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 107 | 111 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.56 |
| HSL | 204º | 0.05% | 0.42% | - |
| HSV(B) | 204º | 0.09% | 0.44% | - |
| XYZ | 13.49 | 14.43 | 17.11 | - |
| YUV | 105.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 111 | 0.09 | 0.04 | 0 | 0.56 | 204 | 0.05 | 0.42 |
| Hex | 65 | 6B | 6F | 9 | 4 | 0 | 38 | CC | 5 | 2A |
| Octal | 145 | 153 | 157 | 11 | 4 | 0 | 70 | 314 | 5 | 52 |
| Binary | 1100101 | 1101011 | 1101111 | 1001 | 100 | 0 | 111000 | 11001100 | 101 | 101010 |
Color Harmonies of #656B6F
Complementary color
Monochromatic Colors of #656B6F
Black with #656B6F
Text Example
Text Example
White with #656B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B6F; }
p { color: rgb(101,107,111); }
H1.HeaderClassName
{
color: #656B6F;
}
.AnyTagClassName
{
color: #656B6F;
}
</style>
background-color css
<style>
a { background-color: #656B6F; }
a { background-color: rgb(101,107,111); }
div.DivClassName
{
background-color: #656B6F;
}
.BgClassName
{
background-color: #656B6F;
}
</style>
border-color css
<style>
span { border-color: #656B6F; }
span { border-color: rgb(101,107,111); }
td.TdClassName
{
border-color: #656B6F;
}
.TagClassName
{
border-color: #656B6F;
}
</style>