Shades of Blue Bayoux #61717E
Tints of Blue Bayoux #61717E
RGB
CMYK
RGB Variations
Color information
#61717E (or 0x61717E) is known color: Blue Bayoux. HEX triplet: 61, 71 and 7E. RGB value is (97,113,126). Sum of RGB (Red+Green+Blue) = 97+113+126=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 126 - color contains mainly: blue. Hex color #61717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61717E is #9E8E81. Grayscale: #6D6D6D. Windows color (decimal): -10391170 or 8286561. OLE color: 8286561.
HSL color Cylindrical-coordinate representation of color #61717E: hue angle of 206.9º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #61717E is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 113 | 126 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.51 |
| HSL | 206.9º | 0.13% | 0.44% | - |
| HSV(B) | 206.9º | 0.23% | 0.49% | - |
| XYZ | 14.6 | 15.86 | 22.03 | - |
| YUV | 109.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 126 | 0.23 | 0.10 | 0 | 0.51 | 206.9 | 0.13 | 0.44 |
| Hex | 61 | 71 | 7E | 17 | A | 0 | 33 | CF | D | 2C |
| Octal | 141 | 161 | 176 | 27 | 12 | 0 | 63 | 317 | 15 | 54 |
| Binary | 1100001 | 1110001 | 1111110 | 10111 | 1010 | 0 | 110011 | 11001111 | 1101 | 101100 |
Color Harmonies of #61717E
Complementary color
Monochromatic Colors of #61717E
Black with #61717E
Text Example
Text Example
White with #61717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61717E; }
p { color: rgb(97,113,126); }
H1.HeaderClassName
{
color: #61717E;
}
.AnyTagClassName
{
color: #61717E;
}
</style>
background-color css
<style>
a { background-color: #61717E; }
a { background-color: rgb(97,113,126); }
div.DivClassName
{
background-color: #61717E;
}
.BgClassName
{
background-color: #61717E;
}
</style>
border-color css
<style>
span { border-color: #61717E; }
span { border-color: rgb(97,113,126); }
td.TdClassName
{
border-color: #61717E;
}
.TagClassName
{
border-color: #61717E;
}
</style>