Shades of Nevada #607173
Tints of Nevada #607173
RGB
CMYK
RGB Variations
Color information
#607173 (or 0x607173) is known color: Nevada. HEX triplet: 60, 71 and 73. RGB value is (96,113,115). Sum of RGB (Red+Green+Blue) = 96+113+115=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #607173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607173 is #9F8E8C. Grayscale: #6C6C6C. Windows color (decimal): -10456717 or 7565664. OLE color: 7565664.
HSL color Cylindrical-coordinate representation of color #607173: hue angle of 186.32º 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 #607173 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 113 | 115 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.55 |
| HSL | 186.32º | 0.09% | 0.41% | - |
| HSV(B) | 186.32º | 0.17% | 0.45% | - |
| XYZ | 13.82 | 15.53 | 18.49 | - |
| YUV | 108.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 115 | 0.17 | 0.02 | 0 | 0.55 | 186.32 | 0.09 | 0.41 |
| Hex | 60 | 71 | 73 | 11 | 2 | 0 | 37 | BA | 9 | 29 |
| Octal | 140 | 161 | 163 | 21 | 2 | 0 | 67 | 272 | 11 | 51 |
| Binary | 1100000 | 1110001 | 1110011 | 10001 | 10 | 0 | 110111 | 10111010 | 1001 | 101001 |
Color Harmonies of #607173
Complementary color
Monochromatic Colors of #607173
Black with #607173
Text Example
Text Example
White with #607173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607173; }
p { color: rgb(96,113,115); }
H1.HeaderClassName
{
color: #607173;
}
.AnyTagClassName
{
color: #607173;
}
</style>
background-color css
<style>
a { background-color: #607173; }
a { background-color: rgb(96,113,115); }
div.DivClassName
{
background-color: #607173;
}
.BgClassName
{
background-color: #607173;
}
</style>
border-color css
<style>
span { border-color: #607173; }
span { border-color: rgb(96,113,115); }
td.TdClassName
{
border-color: #607173;
}
.TagClassName
{
border-color: #607173;
}
</style>