Shades of Mid Grey #606C75
Tints of Mid Grey #606C75
RGB
CMYK
RGB Variations
Color information
#606C75 (or 0x606C75) is known color: Mid Grey. HEX triplet: 60, 6C and 75. RGB value is (96,108,117). Sum of RGB (Red+Green+Blue) = 96+108+117=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #606C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C75 is #9F938A. Grayscale: #696969. Windows color (decimal): -10457995 or 7695456. OLE color: 7695456.
HSL color Cylindrical-coordinate representation of color #606C75: hue angle of 205.71º 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 #606C75 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 108 | 117 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.54 |
| HSL | 205.71º | 0.1% | 0.42% | - |
| HSV(B) | 205.71º | 0.18% | 0.46% | - |
| XYZ | 13.4 | 14.5 | 18.92 | - |
| YUV | 105.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 117 | 0.18 | 0.08 | 0 | 0.54 | 205.71 | 0.1 | 0.42 |
| Hex | 60 | 6C | 75 | 12 | 8 | 0 | 36 | CE | A | 2A |
| Octal | 140 | 154 | 165 | 22 | 10 | 0 | 66 | 316 | 12 | 52 |
| Binary | 1100000 | 1101100 | 1110101 | 10010 | 1000 | 0 | 110110 | 11001110 | 1010 | 101010 |
Color Harmonies of #606C75
Complementary color
Monochromatic Colors of #606C75
Black with #606C75
Text Example
Text Example
White with #606C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C75; }
p { color: rgb(96,108,117); }
H1.HeaderClassName
{
color: #606C75;
}
.AnyTagClassName
{
color: #606C75;
}
</style>
background-color css
<style>
a { background-color: #606C75; }
a { background-color: rgb(96,108,117); }
div.DivClassName
{
background-color: #606C75;
}
.BgClassName
{
background-color: #606C75;
}
</style>
border-color css
<style>
span { border-color: #606C75; }
span { border-color: rgb(96,108,117); }
td.TdClassName
{
border-color: #606C75;
}
.TagClassName
{
border-color: #606C75;
}
</style>