Shades of Blue Bayoux #637C7F
Tints of Blue Bayoux #637C7F
RGB
CMYK
RGB Variations
Color information
#637C7F (or 0x637C7F) is known color: Blue Bayoux. HEX triplet: 63, 7C and 7F. RGB value is (99,124,127). Sum of RGB (Red+Green+Blue) = 99+124+127=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #637C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637C7F is #9C8380. Grayscale: #747474. Windows color (decimal): -10257281 or 8354915. OLE color: 8354915.
HSL color Cylindrical-coordinate representation of color #637C7F: hue angle of 186.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #637C7F is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 124 | 127 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.50 |
| HSL | 186.43º | 0.12% | 0.44% | - |
| HSV(B) | 186.43º | 0.22% | 0.5% | - |
| XYZ | 16.18 | 18.6 | 22.82 | - |
| YUV | 116.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 124 | 127 | 0.22 | 0.02 | 0 | 0.50 | 186.43 | 0.12 | 0.44 |
| Hex | 63 | 7C | 7F | 16 | 2 | 0 | 32 | BA | C | 2C |
| Octal | 143 | 174 | 177 | 26 | 2 | 0 | 62 | 272 | 14 | 54 |
| Binary | 1100011 | 1111100 | 1111111 | 10110 | 10 | 0 | 110010 | 10111010 | 1100 | 101100 |
Color Harmonies of #637C7F
Complementary color
Monochromatic Colors of #637C7F
Black with #637C7F
Text Example
Text Example
White with #637C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637C7F; }
p { color: rgb(99,124,127); }
H1.HeaderClassName
{
color: #637C7F;
}
.AnyTagClassName
{
color: #637C7F;
}
</style>
background-color css
<style>
a { background-color: #637C7F; }
a { background-color: rgb(99,124,127); }
div.DivClassName
{
background-color: #637C7F;
}
.BgClassName
{
background-color: #637C7F;
}
</style>
border-color css
<style>
span { border-color: #637C7F; }
span { border-color: rgb(99,124,127); }
td.TdClassName
{
border-color: #637C7F;
}
.TagClassName
{
border-color: #637C7F;
}
</style>