Shades of William #606E6A
Tints of William #606E6A
RGB
CMYK
RGB Variations
Color information
#606E6A (or 0x606E6A) is known color: William. HEX triplet: 60, 6E and 6A. RGB value is (96,110,106). Sum of RGB (Red+Green+Blue) = 96+110+106=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 110 - color contains mainly: green. Hex color #606E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E6A is #9F9195. Grayscale: #696969. Windows color (decimal): -10457494 or 6975072. OLE color: 6975072.
HSL color Cylindrical-coordinate representation of color #606E6A: hue angle of 162.86º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #606E6A is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 110 | 106 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.57 |
| HSL | 162.86º | 0.07% | 0.4% | - |
| HSV(B) | 162.86º | 0.13% | 0.43% | - |
| XYZ | 13 | 14.68 | 15.78 | - |
| YUV | 105.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 106 | 0.13 | 0 | 0.04 | 0.57 | 162.86 | 0.07 | 0.4 |
| Hex | 60 | 6E | 6A | D | 0 | 4 | 39 | A3 | 7 | 28 |
| Octal | 140 | 156 | 152 | 15 | 0 | 4 | 71 | 243 | 7 | 50 |
| Binary | 1100000 | 1101110 | 1101010 | 1101 | 0 | 100 | 111001 | 10100011 | 111 | 101000 |
Color Harmonies of #606E6A
Complementary color
Monochromatic Colors of #606E6A
Black with #606E6A
Text Example
Text Example
White with #606E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E6A; }
p { color: rgb(96,110,106); }
H1.HeaderClassName
{
color: #606E6A;
}
.AnyTagClassName
{
color: #606E6A;
}
</style>
background-color css
<style>
a { background-color: #606E6A; }
a { background-color: rgb(96,110,106); }
div.DivClassName
{
background-color: #606E6A;
}
.BgClassName
{
background-color: #606E6A;
}
</style>
border-color css
<style>
span { border-color: #606E6A; }
span { border-color: rgb(96,110,106); }
td.TdClassName
{
border-color: #606E6A;
}
.TagClassName
{
border-color: #606E6A;
}
</style>