Shades of Mid Grey #606B73
Tints of Mid Grey #606B73
RGB
CMYK
RGB Variations
Color information
#606B73 (or 0x606B73) is known color: Mid Grey. HEX triplet: 60, 6B and 73. RGB value is (96,107,115). Sum of RGB (Red+Green+Blue) = 96+107+115=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 115 - color contains mainly: blue. Hex color #606B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B73 is #9F948C. Grayscale: #686868. Windows color (decimal): -10458253 or 7564128. OLE color: 7564128.
HSL color Cylindrical-coordinate representation of color #606B73: hue angle of 205.26º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606B73 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 107 | 115 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.55 |
| HSL | 205.26º | 0.09% | 0.41% | - |
| HSV(B) | 205.26º | 0.17% | 0.45% | - |
| XYZ | 13.18 | 14.24 | 18.27 | - |
| YUV | 104.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 115 | 0.17 | 0.07 | 0 | 0.55 | 205.26 | 0.09 | 0.41 |
| Hex | 60 | 6B | 73 | 11 | 7 | 0 | 37 | CD | 9 | 29 |
| Octal | 140 | 153 | 163 | 21 | 7 | 0 | 67 | 315 | 11 | 51 |
| Binary | 1100000 | 1101011 | 1110011 | 10001 | 111 | 0 | 110111 | 11001101 | 1001 | 101001 |
Color Harmonies of #606B73
Complementary color
Monochromatic Colors of #606B73
Black with #606B73
Text Example
Text Example
White with #606B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B73; }
p { color: rgb(96,107,115); }
H1.HeaderClassName
{
color: #606B73;
}
.AnyTagClassName
{
color: #606B73;
}
</style>
background-color css
<style>
a { background-color: #606B73; }
a { background-color: rgb(96,107,115); }
div.DivClassName
{
background-color: #606B73;
}
.BgClassName
{
background-color: #606B73;
}
</style>
border-color css
<style>
span { border-color: #606B73; }
span { border-color: rgb(96,107,115); }
td.TdClassName
{
border-color: #606B73;
}
.TagClassName
{
border-color: #606B73;
}
</style>