Shades of Blue Bayoux #637B80
Tints of Blue Bayoux #637B80
RGB
CMYK
RGB Variations
Color information
#637B80 (or 0x637B80) is known color: Blue Bayoux. HEX triplet: 63, 7B and 80. RGB value is (99,123,128). Sum of RGB (Red+Green+Blue) = 99+123+128=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 128 - color contains mainly: blue. Hex color #637B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637B80 is #9C847F. Grayscale: #747474. Windows color (decimal): -10257536 or 8420195. OLE color: 8420195.
HSL color Cylindrical-coordinate representation of color #637B80: hue angle of 190.34º 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 #637B80 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 123 | 128 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.50 |
| HSL | 190.34º | 0.13% | 0.45% | - |
| HSV(B) | 190.34º | 0.23% | 0.5% | - |
| XYZ | 16.12 | 18.38 | 23.12 | - |
| YUV | 116.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 128 | 0.23 | 0.04 | 0 | 0.50 | 190.34 | 0.13 | 0.45 |
| Hex | 63 | 7B | 80 | 17 | 4 | 0 | 32 | BE | D | 2D |
| Octal | 143 | 173 | 200 | 27 | 4 | 0 | 62 | 276 | 15 | 55 |
| Binary | 1100011 | 1111011 | 10000000 | 10111 | 100 | 0 | 110010 | 10111110 | 1101 | 101101 |
Color Harmonies of #637B80
Complementary color
Monochromatic Colors of #637B80
Black with #637B80
Text Example
Text Example
White with #637B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637B80; }
p { color: rgb(99,123,128); }
H1.HeaderClassName
{
color: #637B80;
}
.AnyTagClassName
{
color: #637B80;
}
</style>
background-color css
<style>
a { background-color: #637B80; }
a { background-color: rgb(99,123,128); }
div.DivClassName
{
background-color: #637B80;
}
.BgClassName
{
background-color: #637B80;
}
</style>
border-color css
<style>
span { border-color: #637B80; }
span { border-color: rgb(99,123,128); }
td.TdClassName
{
border-color: #637B80;
}
.TagClassName
{
border-color: #637B80;
}
</style>