Shades of Blue Bayoux #61777B
Tints of Blue Bayoux #61777B
RGB
CMYK
RGB Variations
Color information
#61777B (or 0x61777B) is known color: Blue Bayoux. HEX triplet: 61, 77 and 7B. RGB value is (97,119,123). Sum of RGB (Red+Green+Blue) = 97+119+123=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #61777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61777B is #9E8884. Grayscale: #707070. Windows color (decimal): -10389637 or 8091489. OLE color: 8091489.
HSL color Cylindrical-coordinate representation of color #61777B: hue angle of 189.23º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61777B is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 119 | 123 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.52 |
| HSL | 189.23º | 0.12% | 0.43% | - |
| HSV(B) | 189.23º | 0.21% | 0.48% | - |
| XYZ | 15.1 | 17.17 | 21.26 | - |
| YUV | 112.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 123 | 0.21 | 0.03 | 0 | 0.52 | 189.23 | 0.12 | 0.43 |
| Hex | 61 | 77 | 7B | 15 | 3 | 0 | 34 | BD | C | 2B |
| Octal | 141 | 167 | 173 | 25 | 3 | 0 | 64 | 275 | 14 | 53 |
| Binary | 1100001 | 1110111 | 1111011 | 10101 | 11 | 0 | 110100 | 10111101 | 1100 | 101011 |
Color Harmonies of #61777B
Complementary color
Monochromatic Colors of #61777B
Black with #61777B
Text Example
Text Example
White with #61777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61777B; }
p { color: rgb(97,119,123); }
H1.HeaderClassName
{
color: #61777B;
}
.AnyTagClassName
{
color: #61777B;
}
</style>
background-color css
<style>
a { background-color: #61777B; }
a { background-color: rgb(97,119,123); }
div.DivClassName
{
background-color: #61777B;
}
.BgClassName
{
background-color: #61777B;
}
</style>
border-color css
<style>
span { border-color: #61777B; }
span { border-color: rgb(97,119,123); }
td.TdClassName
{
border-color: #61777B;
}
.TagClassName
{
border-color: #61777B;
}
</style>