Shades of Blue Bayoux #61717A
Tints of Blue Bayoux #61717A
RGB
CMYK
RGB Variations
Color information
#61717A (or 0x61717A) is known color: Blue Bayoux. HEX triplet: 61, 71 and 7A. RGB value is (97,113,122). Sum of RGB (Red+Green+Blue) = 97+113+122=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #61717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61717A is #9E8E85. Grayscale: #6D6D6D. Windows color (decimal): -10391174 or 8024417. OLE color: 8024417.
HSL color Cylindrical-coordinate representation of color #61717A: hue angle of 201.6º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61717A is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 113 | 122 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.52 |
| HSL | 201.6º | 0.11% | 0.43% | - |
| HSV(B) | 201.6º | 0.2% | 0.48% | - |
| XYZ | 14.35 | 15.76 | 20.7 | - |
| YUV | 109.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 122 | 0.20 | 0.07 | 0 | 0.52 | 201.6 | 0.11 | 0.43 |
| Hex | 61 | 71 | 7A | 14 | 7 | 0 | 34 | CA | B | 2B |
| Octal | 141 | 161 | 172 | 24 | 7 | 0 | 64 | 312 | 13 | 53 |
| Binary | 1100001 | 1110001 | 1111010 | 10100 | 111 | 0 | 110100 | 11001010 | 1011 | 101011 |
Color Harmonies of #61717A
Complementary color
Monochromatic Colors of #61717A
Black with #61717A
Text Example
Text Example
White with #61717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61717A; }
p { color: rgb(97,113,122); }
H1.HeaderClassName
{
color: #61717A;
}
.AnyTagClassName
{
color: #61717A;
}
</style>
background-color css
<style>
a { background-color: #61717A; }
a { background-color: rgb(97,113,122); }
div.DivClassName
{
background-color: #61717A;
}
.BgClassName
{
background-color: #61717A;
}
</style>
border-color css
<style>
span { border-color: #61717A; }
span { border-color: rgb(97,113,122); }
td.TdClassName
{
border-color: #61717A;
}
.TagClassName
{
border-color: #61717A;
}
</style>