Shades of Nevada #607678
Tints of Nevada #607678
RGB
CMYK
RGB Variations
Color information
#607678 (or 0x607678) is known color: Nevada. HEX triplet: 60, 76 and 78. RGB value is (96,118,120). Sum of RGB (Red+Green+Blue) = 96+118+120=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #607678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607678 is #9F8987. Grayscale: #6F6F6F. Windows color (decimal): -10455432 or 7894624. OLE color: 7894624.
HSL color Cylindrical-coordinate representation of color #607678: hue angle of 185º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #607678 is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 118 | 120 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.53 |
| HSL | 185º | 0.11% | 0.42% | - |
| HSV(B) | 185º | 0.2% | 0.47% | - |
| XYZ | 14.69 | 16.8 | 20.24 | - |
| YUV | 111.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 120 | 0.2 | 0.02 | 0 | 0.53 | 185 | 0.11 | 0.42 |
| Hex | 60 | 76 | 78 | 14 | 2 | 0 | 35 | B9 | B | 2A |
| Octal | 140 | 166 | 170 | 24 | 2 | 0 | 65 | 271 | 13 | 52 |
| Binary | 1100000 | 1110110 | 1111000 | 10100 | 10 | 0 | 110101 | 10111001 | 1011 | 101010 |
Color Harmonies of #607678
Complementary color
Monochromatic Colors of #607678
Black with #607678
Text Example
Text Example
White with #607678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607678; }
p { color: rgb(96,118,120); }
H1.HeaderClassName
{
color: #607678;
}
.AnyTagClassName
{
color: #607678;
}
</style>
background-color css
<style>
a { background-color: #607678; }
a { background-color: rgb(96,118,120); }
div.DivClassName
{
background-color: #607678;
}
.BgClassName
{
background-color: #607678;
}
</style>
border-color css
<style>
span { border-color: #607678; }
span { border-color: rgb(96,118,120); }
td.TdClassName
{
border-color: #607678;
}
.TagClassName
{
border-color: #607678;
}
</style>