Shades of Nevada #686969
Tints of Nevada #686969
RGB
CMYK
RGB Variations
Color information
#686969 (or 0x686969) is known color: Nevada. HEX triplet: 68, 69 and 69. RGB value is (104,105,105). Sum of RGB (Red+Green+Blue) = 104+105+105=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #686969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686969 is #979696. Grayscale: #686868. Windows color (decimal): -9934487 or 6908264. OLE color: 6908264.
HSL color Cylindrical-coordinate representation of color #686969: hue angle of 180º degrees, saturation: 0, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #686969 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
RGB | 104 | 105 | 105 | - |
CMYK | 0.01 | 0 | 0 | 0.59 |
HSL | 180º | 0% | 0.41% | - |
HSV(B) | 180º | 0.01% | 0.41% | - |
XYZ | 13.31 | 14.07 | 15.38 | - |
YUV | 104.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 105 | 105 | 0.01 | 0 | 0 | 0.59 | 180 | 0 | 0.41 |
Hex | 68 | 69 | 69 | 1 | 0 | 0 | 3B | B4 | 0 | 29 |
Octal | 150 | 151 | 151 | 1 | 0 | 0 | 73 | 264 | 0 | 51 |
Binary | 1101000 | 1101001 | 1101001 | 1 | 0 | 0 | 111011 | 10110100 | 0 | 101001 |
Color Harmonies of #686969
Complementary color
Monochromatic Colors of #686969
Black with #686969
Text Example
Text Example
White with #686969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686969; }
p { color: rgb(104,105,105); }
H1.HeaderClassName
{
color: #686969;
}
.AnyTagClassName
{
color: #686969;
}
</style>
background-color css
<style>
a { background-color: #686969; }
a { background-color: rgb(104,105,105); }
div.DivClassName
{
background-color: #686969;
}
.BgClassName
{
background-color: #686969;
}
</style>
border-color css
<style>
span { border-color: #686969; }
span { border-color: rgb(104,105,105); }
td.TdClassName
{
border-color: #686969;
}
.TagClassName
{
border-color: #686969;
}
</style>