Shades of Nevada #6C7475
Tints of Nevada #6C7475
RGB
CMYK
RGB Variations
Color information
#6C7475 (or 0x6C7475) is known color: Nevada. HEX triplet: 6C, 74 and 75. RGB value is (108,116,117). Sum of RGB (Red+Green+Blue) = 108+116+117=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C7475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7475 is #938B8A. Grayscale: #717171. Windows color (decimal): -9669515 or 7697516. OLE color: 7697516.
HSL color Cylindrical-coordinate representation of color #6C7475: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C7475 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 116 | 117 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.54 |
| HSL | 186.67º | 0.04% | 0.44% | - |
| HSV(B) | 186.67º | 0.08% | 0.46% | - |
| XYZ | 15.64 | 16.96 | 19.28 | - |
| YUV | 113.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 116 | 117 | 0.08 | 0.01 | 0 | 0.54 | 186.67 | 0.04 | 0.44 |
| Hex | 6C | 74 | 75 | 8 | 1 | 0 | 36 | BB | 4 | 2C |
| Octal | 154 | 164 | 165 | 10 | 1 | 0 | 66 | 273 | 4 | 54 |
| Binary | 1101100 | 1110100 | 1110101 | 1000 | 1 | 0 | 110110 | 10111011 | 100 | 101100 |
Color Harmonies of #6C7475
Complementary color
Monochromatic Colors of #6C7475
Black with #6C7475
Text Example
Text Example
White with #6C7475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7475; }
p { color: rgb(108,116,117); }
H1.HeaderClassName
{
color: #6C7475;
}
.AnyTagClassName
{
color: #6C7475;
}
</style>
background-color css
<style>
a { background-color: #6C7475; }
a { background-color: rgb(108,116,117); }
div.DivClassName
{
background-color: #6C7475;
}
.BgClassName
{
background-color: #6C7475;
}
</style>
border-color css
<style>
span { border-color: #6C7475; }
span { border-color: rgb(108,116,117); }
td.TdClassName
{
border-color: #6C7475;
}
.TagClassName
{
border-color: #6C7475;
}
</style>