Shades of William #606C6A
Tints of William #606C6A
RGB
CMYK
RGB Variations
Color information
#606C6A (or 0x606C6A) is known color: William. HEX triplet: 60, 6C and 6A. RGB value is (96,108,106). Sum of RGB (Red+Green+Blue) = 96+108+106=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 108 - color contains mainly: green. Hex color #606C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C6A is #9F9395. Grayscale: #686868. Windows color (decimal): -10458006 or 6974560. OLE color: 6974560.
HSL color Cylindrical-coordinate representation of color #606C6A: hue angle of 170º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #606C6A is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 108 | 106 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.58 |
| HSL | 170º | 0.06% | 0.4% | - |
| HSV(B) | 170º | 0.11% | 0.42% | - |
| XYZ | 12.79 | 14.25 | 15.71 | - |
| YUV | 104.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 106 | 0.11 | 0 | 0.02 | 0.58 | 170 | 0.06 | 0.4 |
| Hex | 60 | 6C | 6A | B | 0 | 2 | 3A | AA | 6 | 28 |
| Octal | 140 | 154 | 152 | 13 | 0 | 2 | 72 | 252 | 6 | 50 |
| Binary | 1100000 | 1101100 | 1101010 | 1011 | 0 | 10 | 111010 | 10101010 | 110 | 101000 |
Color Harmonies of #606C6A
Complementary color
Monochromatic Colors of #606C6A
Black with #606C6A
Text Example
Text Example
White with #606C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C6A; }
p { color: rgb(96,108,106); }
H1.HeaderClassName
{
color: #606C6A;
}
.AnyTagClassName
{
color: #606C6A;
}
</style>
background-color css
<style>
a { background-color: #606C6A; }
a { background-color: rgb(96,108,106); }
div.DivClassName
{
background-color: #606C6A;
}
.BgClassName
{
background-color: #606C6A;
}
</style>
border-color css
<style>
span { border-color: #606C6A; }
span { border-color: rgb(96,108,106); }
td.TdClassName
{
border-color: #606C6A;
}
.TagClassName
{
border-color: #606C6A;
}
</style>