Shades of Mid Grey #606D75
Tints of Mid Grey #606D75
RGB
CMYK
RGB Variations
Color information
#606D75 (or 0x606D75) is known color: Mid Grey. HEX triplet: 60, 6D and 75. RGB value is (96,109,117). Sum of RGB (Red+Green+Blue) = 96+109+117=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #606D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D75 is #9F928A. Grayscale: #696969. Windows color (decimal): -10457739 or 7695712. OLE color: 7695712.
HSL color Cylindrical-coordinate representation of color #606D75: hue angle of 202.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606D75 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 109 | 117 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.54 |
| HSL | 202.86º | 0.1% | 0.42% | - |
| HSV(B) | 202.86º | 0.18% | 0.46% | - |
| XYZ | 13.5 | 14.71 | 18.96 | - |
| YUV | 106.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 117 | 0.18 | 0.07 | 0 | 0.54 | 202.86 | 0.1 | 0.42 |
| Hex | 60 | 6D | 75 | 12 | 7 | 0 | 36 | CB | A | 2A |
| Octal | 140 | 155 | 165 | 22 | 7 | 0 | 66 | 313 | 12 | 52 |
| Binary | 1100000 | 1101101 | 1110101 | 10010 | 111 | 0 | 110110 | 11001011 | 1010 | 101010 |
Color Harmonies of #606D75
Complementary color
Monochromatic Colors of #606D75
Black with #606D75
Text Example
Text Example
White with #606D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D75; }
p { color: rgb(96,109,117); }
H1.HeaderClassName
{
color: #606D75;
}
.AnyTagClassName
{
color: #606D75;
}
</style>
background-color css
<style>
a { background-color: #606D75; }
a { background-color: rgb(96,109,117); }
div.DivClassName
{
background-color: #606D75;
}
.BgClassName
{
background-color: #606D75;
}
</style>
border-color css
<style>
span { border-color: #606D75; }
span { border-color: rgb(96,109,117); }
td.TdClassName
{
border-color: #606D75;
}
.TagClassName
{
border-color: #606D75;
}
</style>