Shades of Nevada #616B6A
Tints of Nevada #616B6A
RGB
CMYK
RGB Variations
Color information
#616B6A (or 0x616B6A) is known color: Nevada. HEX triplet: 61, 6B and 6A. RGB value is (97,107,106). Sum of RGB (Red+Green+Blue) = 97+107+106=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 107 - color contains mainly: green. Hex color #616B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B6A is #9E9495. Grayscale: #676767. Windows color (decimal): -10392726 or 6974305. OLE color: 6974305.
HSL color Cylindrical-coordinate representation of color #616B6A: hue angle of 174º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #616B6A is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 107 | 106 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.58 |
| HSL | 174º | 0.05% | 0.4% | - |
| HSV(B) | 174º | 0.09% | 0.42% | - |
| XYZ | 12.79 | 14.1 | 15.68 | - |
| YUV | 103.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 106 | 0.09 | 0 | 0.01 | 0.58 | 174 | 0.05 | 0.4 |
| Hex | 61 | 6B | 6A | 9 | 0 | 1 | 3A | AE | 5 | 28 |
| Octal | 141 | 153 | 152 | 11 | 0 | 1 | 72 | 256 | 5 | 50 |
| Binary | 1100001 | 1101011 | 1101010 | 1001 | 0 | 1 | 111010 | 10101110 | 101 | 101000 |
Color Harmonies of #616B6A
Complementary color
Monochromatic Colors of #616B6A
Black with #616B6A
Text Example
Text Example
White with #616B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B6A; }
p { color: rgb(97,107,106); }
H1.HeaderClassName
{
color: #616B6A;
}
.AnyTagClassName
{
color: #616B6A;
}
</style>
background-color css
<style>
a { background-color: #616B6A; }
a { background-color: rgb(97,107,106); }
div.DivClassName
{
background-color: #616B6A;
}
.BgClassName
{
background-color: #616B6A;
}
</style>
border-color css
<style>
span { border-color: #616B6A; }
span { border-color: rgb(97,107,106); }
td.TdClassName
{
border-color: #616B6A;
}
.TagClassName
{
border-color: #616B6A;
}
</style>