Shades of Nevada #636A69
Tints of Nevada #636A69
RGB
CMYK
RGB Variations
Color information
#636A69 (or 0x636A69) is known color: Nevada. HEX triplet: 63, 6A and 69. RGB value is (99,106,105). Sum of RGB (Red+Green+Blue) = 99+106+105=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 106 - color contains mainly: green. Hex color #636A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A69 is #9C9596. Grayscale: #676767. Windows color (decimal): -10261911 or 6908515. OLE color: 6908515.
HSL color Cylindrical-coordinate representation of color #636A69: hue angle of 171.43º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #636A69 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 106 | 105 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.58 |
| HSL | 171.43º | 0.03% | 0.4% | - |
| HSV(B) | 171.43º | 0.07% | 0.42% | - |
| XYZ | 12.85 | 13.98 | 15.39 | - |
| YUV | 103.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 105 | 0.07 | 0 | 0.01 | 0.58 | 171.43 | 0.03 | 0.4 |
| Hex | 63 | 6A | 69 | 7 | 0 | 1 | 3A | AB | 3 | 28 |
| Octal | 143 | 152 | 151 | 7 | 0 | 1 | 72 | 253 | 3 | 50 |
| Binary | 1100011 | 1101010 | 1101001 | 111 | 0 | 1 | 111010 | 10101011 | 11 | 101000 |
Color Harmonies of #636A69
Complementary color
Monochromatic Colors of #636A69
Black with #636A69
Text Example
Text Example
White with #636A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A69; }
p { color: rgb(99,106,105); }
H1.HeaderClassName
{
color: #636A69;
}
.AnyTagClassName
{
color: #636A69;
}
</style>
background-color css
<style>
a { background-color: #636A69; }
a { background-color: rgb(99,106,105); }
div.DivClassName
{
background-color: #636A69;
}
.BgClassName
{
background-color: #636A69;
}
</style>
border-color css
<style>
span { border-color: #636A69; }
span { border-color: rgb(99,106,105); }
td.TdClassName
{
border-color: #636A69;
}
.TagClassName
{
border-color: #636A69;
}
</style>