Shades of William #616F6B
Tints of William #616F6B
RGB
CMYK
RGB Variations
Color information
#616F6B (or 0x616F6B) is known color: William. HEX triplet: 61, 6F and 6B. RGB value is (97,111,107). Sum of RGB (Red+Green+Blue) = 97+111+107=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 111 - color contains mainly: green. Hex color #616F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F6B is #9E9094. Grayscale: #6A6A6A. Windows color (decimal): -10391701 or 7040865. OLE color: 7040865.
HSL color Cylindrical-coordinate representation of color #616F6B: hue angle of 162.86º 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 #616F6B is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 107 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.56 |
| HSL | 162.86º | 0.07% | 0.41% | - |
| HSV(B) | 162.86º | 0.13% | 0.44% | - |
| XYZ | 13.27 | 14.97 | 16.1 | - |
| YUV | 106.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 107 | 0.13 | 0 | 0.04 | 0.56 | 162.86 | 0.07 | 0.41 |
| Hex | 61 | 6F | 6B | D | 0 | 4 | 38 | A3 | 7 | 29 |
| Octal | 141 | 157 | 153 | 15 | 0 | 4 | 70 | 243 | 7 | 51 |
| Binary | 1100001 | 1101111 | 1101011 | 1101 | 0 | 100 | 111000 | 10100011 | 111 | 101001 |
Color Harmonies of #616F6B
Complementary color
Monochromatic Colors of #616F6B
Black with #616F6B
Text Example
Text Example
White with #616F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F6B; }
p { color: rgb(97,111,107); }
H1.HeaderClassName
{
color: #616F6B;
}
.AnyTagClassName
{
color: #616F6B;
}
</style>
background-color css
<style>
a { background-color: #616F6B; }
a { background-color: rgb(97,111,107); }
div.DivClassName
{
background-color: #616F6B;
}
.BgClassName
{
background-color: #616F6B;
}
</style>
border-color css
<style>
span { border-color: #616F6B; }
span { border-color: rgb(97,111,107); }
td.TdClassName
{
border-color: #616F6B;
}
.TagClassName
{
border-color: #616F6B;
}
</style>