Shades of Blue Bayoux #61717C
Tints of Blue Bayoux #61717C
RGB
CMYK
RGB Variations
Color information
#61717C (or 0x61717C) is known color: Blue Bayoux. HEX triplet: 61, 71 and 7C. RGB value is (97,113,124). Sum of RGB (Red+Green+Blue) = 97+113+124=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #61717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61717C is #9E8E83. Grayscale: #6D6D6D. Windows color (decimal): -10391172 or 8155489. OLE color: 8155489.
HSL color Cylindrical-coordinate representation of color #61717C: hue angle of 204.44º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61717C is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 113 | 124 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.51 |
| HSL | 204.44º | 0.12% | 0.43% | - |
| HSV(B) | 204.44º | 0.22% | 0.49% | - |
| XYZ | 14.47 | 15.81 | 21.36 | - |
| YUV | 109.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 124 | 0.22 | 0.09 | 0 | 0.51 | 204.44 | 0.12 | 0.43 |
| Hex | 61 | 71 | 7C | 16 | 9 | 0 | 33 | CC | C | 2B |
| Octal | 141 | 161 | 174 | 26 | 11 | 0 | 63 | 314 | 14 | 53 |
| Binary | 1100001 | 1110001 | 1111100 | 10110 | 1001 | 0 | 110011 | 11001100 | 1100 | 101011 |
Color Harmonies of #61717C
Complementary color
Monochromatic Colors of #61717C
Black with #61717C
Text Example
Text Example
White with #61717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61717C; }
p { color: rgb(97,113,124); }
H1.HeaderClassName
{
color: #61717C;
}
.AnyTagClassName
{
color: #61717C;
}
</style>
background-color css
<style>
a { background-color: #61717C; }
a { background-color: rgb(97,113,124); }
div.DivClassName
{
background-color: #61717C;
}
.BgClassName
{
background-color: #61717C;
}
</style>
border-color css
<style>
span { border-color: #61717C; }
span { border-color: rgb(97,113,124); }
td.TdClassName
{
border-color: #61717C;
}
.TagClassName
{
border-color: #61717C;
}
</style>