Shades of William #616F6C
Tints of William #616F6C
RGB
CMYK
RGB Variations
Color information
#616F6C (or 0x616F6C) is known color: William. HEX triplet: 61, 6F and 6C. RGB value is (97,111,108). Sum of RGB (Red+Green+Blue) = 97+111+108=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 111 - color contains mainly: green. Hex color #616F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F6C is #9E9093. Grayscale: #6A6A6A. Windows color (decimal): -10391700 or 7106401. OLE color: 7106401.
HSL color Cylindrical-coordinate representation of color #616F6C: hue angle of 167.14º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616F6C is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 108 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.56 |
| HSL | 167.14º | 0.07% | 0.41% | - |
| HSV(B) | 167.14º | 0.13% | 0.44% | - |
| XYZ | 13.32 | 14.99 | 16.38 | - |
| YUV | 106.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 108 | 0.13 | 0 | 0.03 | 0.56 | 167.14 | 0.07 | 0.41 |
| Hex | 61 | 6F | 6C | D | 0 | 3 | 38 | A7 | 7 | 29 |
| Octal | 141 | 157 | 154 | 15 | 0 | 3 | 70 | 247 | 7 | 51 |
| Binary | 1100001 | 1101111 | 1101100 | 1101 | 0 | 11 | 111000 | 10100111 | 111 | 101001 |
Color Harmonies of #616F6C
Complementary color
Monochromatic Colors of #616F6C
Black with #616F6C
Text Example
Text Example
White with #616F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F6C; }
p { color: rgb(97,111,108); }
H1.HeaderClassName
{
color: #616F6C;
}
.AnyTagClassName
{
color: #616F6C;
}
</style>
background-color css
<style>
a { background-color: #616F6C; }
a { background-color: rgb(97,111,108); }
div.DivClassName
{
background-color: #616F6C;
}
.BgClassName
{
background-color: #616F6C;
}
</style>
border-color css
<style>
span { border-color: #616F6C; }
span { border-color: rgb(97,111,108); }
td.TdClassName
{
border-color: #616F6C;
}
.TagClassName
{
border-color: #616F6C;
}
</style>