Shades of Blue Bayoux #61777F
Tints of Blue Bayoux #61777F
RGB
CMYK
RGB Variations
Color information
#61777F (or 0x61777F) is known color: Blue Bayoux. HEX triplet: 61, 77 and 7F. RGB value is (97,119,127). Sum of RGB (Red+Green+Blue) = 97+119+127=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #61777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61777F is #9E8880. Grayscale: #717171. Windows color (decimal): -10389633 or 8353633. OLE color: 8353633.
HSL color Cylindrical-coordinate representation of color #61777F: hue angle of 196º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61777F is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 119 | 127 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.50 |
| HSL | 196º | 0.13% | 0.44% | - |
| HSV(B) | 196º | 0.24% | 0.5% | - |
| XYZ | 15.36 | 17.27 | 22.6 | - |
| YUV | 113.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 127 | 0.24 | 0.06 | 0 | 0.50 | 196 | 0.13 | 0.44 |
| Hex | 61 | 77 | 7F | 18 | 6 | 0 | 32 | C4 | D | 2C |
| Octal | 141 | 167 | 177 | 30 | 6 | 0 | 62 | 304 | 15 | 54 |
| Binary | 1100001 | 1110111 | 1111111 | 11000 | 110 | 0 | 110010 | 11000100 | 1101 | 101100 |
Color Harmonies of #61777F
Complementary color
Monochromatic Colors of #61777F
Black with #61777F
Text Example
Text Example
White with #61777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61777F; }
p { color: rgb(97,119,127); }
H1.HeaderClassName
{
color: #61777F;
}
.AnyTagClassName
{
color: #61777F;
}
</style>
background-color css
<style>
a { background-color: #61777F; }
a { background-color: rgb(97,119,127); }
div.DivClassName
{
background-color: #61777F;
}
.BgClassName
{
background-color: #61777F;
}
</style>
border-color css
<style>
span { border-color: #61777F; }
span { border-color: rgb(97,119,127); }
td.TdClassName
{
border-color: #61777F;
}
.TagClassName
{
border-color: #61777F;
}
</style>