Shades of Blue Bayoux #637880
Tints of Blue Bayoux #637880
RGB
CMYK
RGB Variations
Color information
#637880 (or 0x637880) is known color: Blue Bayoux. HEX triplet: 63, 78 and 80. RGB value is (99,120,128). Sum of RGB (Red+Green+Blue) = 99+120+128=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #637880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637880 is #9C877F. Grayscale: #727272. Windows color (decimal): -10258304 or 8419427. OLE color: 8419427.
HSL color Cylindrical-coordinate representation of color #637880: hue angle of 196.55º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #637880 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 120 | 128 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.50 |
| HSL | 196.55º | 0.13% | 0.45% | - |
| HSV(B) | 196.55º | 0.23% | 0.5% | - |
| XYZ | 15.76 | 17.64 | 23 | - |
| YUV | 114.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 128 | 0.23 | 0.06 | 0 | 0.50 | 196.55 | 0.13 | 0.45 |
| Hex | 63 | 78 | 80 | 17 | 6 | 0 | 32 | C5 | D | 2D |
| Octal | 143 | 170 | 200 | 27 | 6 | 0 | 62 | 305 | 15 | 55 |
| Binary | 1100011 | 1111000 | 10000000 | 10111 | 110 | 0 | 110010 | 11000101 | 1101 | 101101 |
Color Harmonies of #637880
Complementary color
Monochromatic Colors of #637880
Black with #637880
Text Example
Text Example
White with #637880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637880; }
p { color: rgb(99,120,128); }
H1.HeaderClassName
{
color: #637880;
}
.AnyTagClassName
{
color: #637880;
}
</style>
background-color css
<style>
a { background-color: #637880; }
a { background-color: rgb(99,120,128); }
div.DivClassName
{
background-color: #637880;
}
.BgClassName
{
background-color: #637880;
}
</style>
border-color css
<style>
span { border-color: #637880; }
span { border-color: rgb(99,120,128); }
td.TdClassName
{
border-color: #637880;
}
.TagClassName
{
border-color: #637880;
}
</style>