Shades of Mid Grey #60696F
Tints of Mid Grey #60696F
RGB
CMYK
RGB Variations
Color information
#60696F (or 0x60696F) is known color: Mid Grey. HEX triplet: 60, 69 and 6F. RGB value is (96,105,111). Sum of RGB (Red+Green+Blue) = 96+105+111=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 111 - color contains mainly: blue. Hex color #60696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60696F is #9F9690. Grayscale: #666666. Windows color (decimal): -10458769 or 7301472. OLE color: 7301472.
HSL color Cylindrical-coordinate representation of color #60696F: hue angle of 204º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #60696F is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 105 | 111 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.56 |
| HSL | 204º | 0.07% | 0.41% | - |
| HSV(B) | 204º | 0.14% | 0.44% | - |
| XYZ | 12.74 | 13.74 | 17.02 | - |
| YUV | 102.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 111 | 0.14 | 0.05 | 0 | 0.56 | 204 | 0.07 | 0.41 |
| Hex | 60 | 69 | 6F | E | 5 | 0 | 38 | CC | 7 | 29 |
| Octal | 140 | 151 | 157 | 16 | 5 | 0 | 70 | 314 | 7 | 51 |
| Binary | 1100000 | 1101001 | 1101111 | 1110 | 101 | 0 | 111000 | 11001100 | 111 | 101001 |
Color Harmonies of #60696F
Complementary color
Monochromatic Colors of #60696F
Black with #60696F
Text Example
Text Example
White with #60696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60696F; }
p { color: rgb(96,105,111); }
H1.HeaderClassName
{
color: #60696F;
}
.AnyTagClassName
{
color: #60696F;
}
</style>
background-color css
<style>
a { background-color: #60696F; }
a { background-color: rgb(96,105,111); }
div.DivClassName
{
background-color: #60696F;
}
.BgClassName
{
background-color: #60696F;
}
</style>
border-color css
<style>
span { border-color: #60696F; }
span { border-color: rgb(96,105,111); }
td.TdClassName
{
border-color: #60696F;
}
.TagClassName
{
border-color: #60696F;
}
</style>