Shades of Nevada #697273
Tints of Nevada #697273
RGB
CMYK
RGB Variations
Color information
#697273 (or 0x697273) is known color: Nevada. HEX triplet: 69, 72 and 73. RGB value is (105,114,115). Sum of RGB (Red+Green+Blue) = 105+114+115=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 115 - color contains mainly: blue. Hex color #697273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697273 is #968D8C. Grayscale: #6F6F6F. Windows color (decimal): -9866637 or 7565929. OLE color: 7565929.
HSL color Cylindrical-coordinate representation of color #697273: hue angle of 186º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #697273 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 114 | 115 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.55 |
| HSL | 186º | 0.05% | 0.43% | - |
| HSV(B) | 186º | 0.09% | 0.45% | - |
| XYZ | 14.94 | 16.28 | 18.57 | - |
| YUV | 111.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 115 | 0.09 | 0.01 | 0 | 0.55 | 186 | 0.05 | 0.43 |
| Hex | 69 | 72 | 73 | 9 | 1 | 0 | 37 | BA | 5 | 2B |
| Octal | 151 | 162 | 163 | 11 | 1 | 0 | 67 | 272 | 5 | 53 |
| Binary | 1101001 | 1110010 | 1110011 | 1001 | 1 | 0 | 110111 | 10111010 | 101 | 101011 |
Color Harmonies of #697273
Complementary color
Monochromatic Colors of #697273
Black with #697273
Text Example
Text Example
White with #697273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697273; }
p { color: rgb(105,114,115); }
H1.HeaderClassName
{
color: #697273;
}
.AnyTagClassName
{
color: #697273;
}
</style>
background-color css
<style>
a { background-color: #697273; }
a { background-color: rgb(105,114,115); }
div.DivClassName
{
background-color: #697273;
}
.BgClassName
{
background-color: #697273;
}
</style>
border-color css
<style>
span { border-color: #697273; }
span { border-color: rgb(105,114,115); }
td.TdClassName
{
border-color: #697273;
}
.TagClassName
{
border-color: #697273;
}
</style>