Shades of William #606E6B
Tints of William #606E6B
RGB
CMYK
RGB Variations
Color information
#606E6B (or 0x606E6B) is known color: William. HEX triplet: 60, 6E and 6B. RGB value is (96,110,107). Sum of RGB (Red+Green+Blue) = 96+110+107=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 110 - color contains mainly: green. Hex color #606E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E6B is #9F9194. Grayscale: #696969. Windows color (decimal): -10457493 or 7040608. OLE color: 7040608.
HSL color Cylindrical-coordinate representation of color #606E6B: hue angle of 167.14º 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 #606E6B is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 110 | 107 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.57 |
| HSL | 167.14º | 0.07% | 0.4% | - |
| HSV(B) | 167.14º | 0.13% | 0.43% | - |
| XYZ | 13.05 | 14.7 | 16.06 | - |
| YUV | 105.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 107 | 0.13 | 0 | 0.03 | 0.57 | 167.14 | 0.07 | 0.4 |
| Hex | 60 | 6E | 6B | D | 0 | 3 | 39 | A7 | 7 | 28 |
| Octal | 140 | 156 | 153 | 15 | 0 | 3 | 71 | 247 | 7 | 50 |
| Binary | 1100000 | 1101110 | 1101011 | 1101 | 0 | 11 | 111001 | 10100111 | 111 | 101000 |
Color Harmonies of #606E6B
Complementary color
Monochromatic Colors of #606E6B
Black with #606E6B
Text Example
Text Example
White with #606E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E6B; }
p { color: rgb(96,110,107); }
H1.HeaderClassName
{
color: #606E6B;
}
.AnyTagClassName
{
color: #606E6B;
}
</style>
background-color css
<style>
a { background-color: #606E6B; }
a { background-color: rgb(96,110,107); }
div.DivClassName
{
background-color: #606E6B;
}
.BgClassName
{
background-color: #606E6B;
}
</style>
border-color css
<style>
span { border-color: #606E6B; }
span { border-color: rgb(96,110,107); }
td.TdClassName
{
border-color: #606E6B;
}
.TagClassName
{
border-color: #606E6B;
}
</style>