Shades of Nevada #646C6D
Tints of Nevada #646C6D
RGB
CMYK
RGB Variations
Color information
#646C6D (or 0x646C6D) is known color: Nevada. HEX triplet: 64, 6C and 6D. RGB value is (100,108,109). Sum of RGB (Red+Green+Blue) = 100+108+109=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 109 - color contains mainly: blue. Hex color #646C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C6D is #9B9392. Grayscale: #696969. Windows color (decimal): -10195859 or 7171172. OLE color: 7171172.
HSL color Cylindrical-coordinate representation of color #646C6D: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #646C6D is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 108 | 109 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.57 |
| HSL | 186.67º | 0.04% | 0.41% | - |
| HSV(B) | 186.67º | 0.08% | 0.43% | - |
| XYZ | 13.38 | 14.54 | 16.57 | - |
| YUV | 105.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 109 | 0.08 | 0.01 | 0 | 0.57 | 186.67 | 0.04 | 0.41 |
| Hex | 64 | 6C | 6D | 8 | 1 | 0 | 39 | BB | 4 | 29 |
| Octal | 144 | 154 | 155 | 10 | 1 | 0 | 71 | 273 | 4 | 51 |
| Binary | 1100100 | 1101100 | 1101101 | 1000 | 1 | 0 | 111001 | 10111011 | 100 | 101001 |
Color Harmonies of #646C6D
Complementary color
Monochromatic Colors of #646C6D
Black with #646C6D
Text Example
Text Example
White with #646C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C6D; }
p { color: rgb(100,108,109); }
H1.HeaderClassName
{
color: #646C6D;
}
.AnyTagClassName
{
color: #646C6D;
}
</style>
background-color css
<style>
a { background-color: #646C6D; }
a { background-color: rgb(100,108,109); }
div.DivClassName
{
background-color: #646C6D;
}
.BgClassName
{
background-color: #646C6D;
}
</style>
border-color css
<style>
span { border-color: #646C6D; }
span { border-color: rgb(100,108,109); }
td.TdClassName
{
border-color: #646C6D;
}
.TagClassName
{
border-color: #646C6D;
}
</style>