Shades of Nevada #646A6A
Tints of Nevada #646A6A
RGB
CMYK
RGB Variations
Color information
#646A6A (or 0x646A6A) is known color: Nevada. HEX triplet: 64, 6A and 6A. RGB value is (100,106,106). Sum of RGB (Red+Green+Blue) = 100+106+106=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 106 - color contains mainly: green, blue. Hex color #646A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A6A is #9B9595. Grayscale: #686868. Windows color (decimal): -10196374 or 6974052. OLE color: 6974052.
HSL color Cylindrical-coordinate representation of color #646A6A: hue angle of 180º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #646A6A is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 106 | 106 | - |
| CMYK | 0.06 | 0 | 0 | 0.58 |
| HSL | 180º | 0.03% | 0.4% | - |
| HSV(B) | 180º | 0.06% | 0.42% | - |
| XYZ | 13.01 | 14.06 | 15.66 | - |
| YUV | 104.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 106 | 0.06 | 0 | 0 | 0.58 | 180 | 0.03 | 0.4 |
| Hex | 64 | 6A | 6A | 6 | 0 | 0 | 3A | B4 | 3 | 28 |
| Octal | 144 | 152 | 152 | 6 | 0 | 0 | 72 | 264 | 3 | 50 |
| Binary | 1100100 | 1101010 | 1101010 | 110 | 0 | 0 | 111010 | 10110100 | 11 | 101000 |
Color Harmonies of #646A6A
Complementary color
Monochromatic Colors of #646A6A
Black with #646A6A
Text Example
Text Example
White with #646A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646A6A; }
p { color: rgb(100,106,106); }
H1.HeaderClassName
{
color: #646A6A;
}
.AnyTagClassName
{
color: #646A6A;
}
</style>
background-color css
<style>
a { background-color: #646A6A; }
a { background-color: rgb(100,106,106); }
div.DivClassName
{
background-color: #646A6A;
}
.BgClassName
{
background-color: #646A6A;
}
</style>
border-color css
<style>
span { border-color: #646A6A; }
span { border-color: rgb(100,106,106); }
td.TdClassName
{
border-color: #646A6A;
}
.TagClassName
{
border-color: #646A6A;
}
</style>