Shades of Nevada #6A7778
Tints of Nevada #6A7778
RGB
CMYK
RGB Variations
Color information
#6A7778 (or 0x6A7778) is known color: Nevada. HEX triplet: 6A, 77 and 78. RGB value is (106,119,120). Sum of RGB (Red+Green+Blue) = 106+119+120=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A7778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7778 is #958887. Grayscale: #737373. Windows color (decimal): -9799816 or 7894890. OLE color: 7894890.
HSL color Cylindrical-coordinate representation of color #6A7778: hue angle of 184.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A7778 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 119 | 120 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.53 |
| HSL | 184.29º | 0.06% | 0.44% | - |
| HSV(B) | 184.29º | 0.12% | 0.47% | - |
| XYZ | 15.93 | 17.61 | 20.33 | - |
| YUV | 115.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 119 | 120 | 0.12 | 0.01 | 0 | 0.53 | 184.29 | 0.06 | 0.44 |
| Hex | 6A | 77 | 78 | C | 1 | 0 | 35 | B8 | 6 | 2C |
| Octal | 152 | 167 | 170 | 14 | 1 | 0 | 65 | 270 | 6 | 54 |
| Binary | 1101010 | 1110111 | 1111000 | 1100 | 1 | 0 | 110101 | 10111000 | 110 | 101100 |
Color Harmonies of #6A7778
Complementary color
Monochromatic Colors of #6A7778
Black with #6A7778
Text Example
Text Example
White with #6A7778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7778; }
p { color: rgb(106,119,120); }
H1.HeaderClassName
{
color: #6A7778;
}
.AnyTagClassName
{
color: #6A7778;
}
</style>
background-color css
<style>
a { background-color: #6A7778; }
a { background-color: rgb(106,119,120); }
div.DivClassName
{
background-color: #6A7778;
}
.BgClassName
{
background-color: #6A7778;
}
</style>
border-color css
<style>
span { border-color: #6A7778; }
span { border-color: rgb(106,119,120); }
td.TdClassName
{
border-color: #6A7778;
}
.TagClassName
{
border-color: #6A7778;
}
</style>