Shades of Nevada #616C6D
Tints of Nevada #616C6D
RGB
CMYK
RGB Variations
Color information
#616C6D (or 0x616C6D) is known color: Nevada. HEX triplet: 61, 6C and 6D. RGB value is (97,108,109). Sum of RGB (Red+Green+Blue) = 97+108+109=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: blue. Hex color #616C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C6D is #9E9392. Grayscale: #686868. Windows color (decimal): -10392467 or 7171169. OLE color: 7171169.
HSL color Cylindrical-coordinate representation of color #616C6D: hue angle of 185º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #616C6D is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 108 | 109 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.57 |
| HSL | 185º | 0.06% | 0.4% | - |
| HSV(B) | 185º | 0.11% | 0.43% | - |
| XYZ | 13.05 | 14.37 | 16.55 | - |
| YUV | 104.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 109 | 0.11 | 0.01 | 0 | 0.57 | 185 | 0.06 | 0.4 |
| Hex | 61 | 6C | 6D | B | 1 | 0 | 39 | B9 | 6 | 28 |
| Octal | 141 | 154 | 155 | 13 | 1 | 0 | 71 | 271 | 6 | 50 |
| Binary | 1100001 | 1101100 | 1101101 | 1011 | 1 | 0 | 111001 | 10111001 | 110 | 101000 |
Color Harmonies of #616C6D
Complementary color
Monochromatic Colors of #616C6D
Black with #616C6D
Text Example
Text Example
White with #616C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C6D; }
p { color: rgb(97,108,109); }
H1.HeaderClassName
{
color: #616C6D;
}
.AnyTagClassName
{
color: #616C6D;
}
</style>
background-color css
<style>
a { background-color: #616C6D; }
a { background-color: rgb(97,108,109); }
div.DivClassName
{
background-color: #616C6D;
}
.BgClassName
{
background-color: #616C6D;
}
</style>
border-color css
<style>
span { border-color: #616C6D; }
span { border-color: rgb(97,108,109); }
td.TdClassName
{
border-color: #616C6D;
}
.TagClassName
{
border-color: #616C6D;
}
</style>