Shades of Mid Grey #60696E
Tints of Mid Grey #60696E
RGB
CMYK
RGB Variations
Color information
#60696E (or 0x60696E) is known color: Mid Grey. HEX triplet: 60, 69 and 6E. RGB value is (96,105,110). Sum of RGB (Red+Green+Blue) = 96+105+110=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 110 - color contains mainly: blue. Hex color #60696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60696E is #9F9691. Grayscale: #666666. Windows color (decimal): -10458770 or 7235936. OLE color: 7235936.
HSL color Cylindrical-coordinate representation of color #60696E: hue angle of 201.43º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #60696E is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 105 | 110 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.57 |
| HSL | 201.43º | 0.07% | 0.4% | - |
| HSV(B) | 201.43º | 0.13% | 0.43% | - |
| XYZ | 12.69 | 13.72 | 16.73 | - |
| YUV | 102.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 110 | 0.13 | 0.05 | 0 | 0.57 | 201.43 | 0.07 | 0.4 |
| Hex | 60 | 69 | 6E | D | 5 | 0 | 39 | C9 | 7 | 28 |
| Octal | 140 | 151 | 156 | 15 | 5 | 0 | 71 | 311 | 7 | 50 |
| Binary | 1100000 | 1101001 | 1101110 | 1101 | 101 | 0 | 111001 | 11001001 | 111 | 101000 |
Color Harmonies of #60696E
Complementary color
Monochromatic Colors of #60696E
Black with #60696E
Text Example
Text Example
White with #60696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60696E; }
p { color: rgb(96,105,110); }
H1.HeaderClassName
{
color: #60696E;
}
.AnyTagClassName
{
color: #60696E;
}
</style>
background-color css
<style>
a { background-color: #60696E; }
a { background-color: rgb(96,105,110); }
div.DivClassName
{
background-color: #60696E;
}
.BgClassName
{
background-color: #60696E;
}
</style>
border-color css
<style>
span { border-color: #60696E; }
span { border-color: rgb(96,105,110); }
td.TdClassName
{
border-color: #60696E;
}
.TagClassName
{
border-color: #60696E;
}
</style>