Shades of Blue Bayoux #637377
Tints of Blue Bayoux #637377
RGB
CMYK
RGB Variations
Color information
#637377 (or 0x637377) is known color: Blue Bayoux. HEX triplet: 63, 73 and 77. RGB value is (99,115,119). Sum of RGB (Red+Green+Blue) = 99+115+119=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #637377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637377 is #9C8C88. Grayscale: #6E6E6E. Windows color (decimal): -10259593 or 7828323. OLE color: 7828323.
HSL color Cylindrical-coordinate representation of color #637377: hue angle of 192º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #637377 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 115 | 119 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.53 |
| HSL | 192º | 0.09% | 0.43% | - |
| HSV(B) | 192º | 0.17% | 0.47% | - |
| XYZ | 14.61 | 16.25 | 19.82 | - |
| YUV | 110.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 119 | 0.17 | 0.03 | 0 | 0.53 | 192 | 0.09 | 0.43 |
| Hex | 63 | 73 | 77 | 11 | 3 | 0 | 35 | C0 | 9 | 2B |
| Octal | 143 | 163 | 167 | 21 | 3 | 0 | 65 | 300 | 11 | 53 |
| Binary | 1100011 | 1110011 | 1110111 | 10001 | 11 | 0 | 110101 | 11000000 | 1001 | 101011 |
Color Harmonies of #637377
Complementary color
Monochromatic Colors of #637377
Black with #637377
Text Example
Text Example
White with #637377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637377; }
p { color: rgb(99,115,119); }
H1.HeaderClassName
{
color: #637377;
}
.AnyTagClassName
{
color: #637377;
}
</style>
background-color css
<style>
a { background-color: #637377; }
a { background-color: rgb(99,115,119); }
div.DivClassName
{
background-color: #637377;
}
.BgClassName
{
background-color: #637377;
}
</style>
border-color css
<style>
span { border-color: #637377; }
span { border-color: rgb(99,115,119); }
td.TdClassName
{
border-color: #637377;
}
.TagClassName
{
border-color: #637377;
}
</style>