Shades of Blue Bayoux #63797C
Tints of Blue Bayoux #63797C
RGB
CMYK
RGB Variations
Color information
#63797C (or 0x63797C) is known color: Blue Bayoux. HEX triplet: 63, 79 and 7C. RGB value is (99,121,124). Sum of RGB (Red+Green+Blue) = 99+121+124=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #63797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63797C is #9C8683. Grayscale: #727272. Windows color (decimal): -10258052 or 8157539. OLE color: 8157539.
HSL color Cylindrical-coordinate representation of color #63797C: hue angle of 187.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63797C is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 121 | 124 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.51 |
| HSL | 187.2º | 0.11% | 0.44% | - |
| HSV(B) | 187.2º | 0.2% | 0.49% | - |
| XYZ | 15.62 | 17.78 | 21.68 | - |
| YUV | 114.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 124 | 0.20 | 0.02 | 0 | 0.51 | 187.2 | 0.11 | 0.44 |
| Hex | 63 | 79 | 7C | 14 | 2 | 0 | 33 | BB | B | 2C |
| Octal | 143 | 171 | 174 | 24 | 2 | 0 | 63 | 273 | 13 | 54 |
| Binary | 1100011 | 1111001 | 1111100 | 10100 | 10 | 0 | 110011 | 10111011 | 1011 | 101100 |
Color Harmonies of #63797C
Complementary color
Monochromatic Colors of #63797C
Black with #63797C
Text Example
Text Example
White with #63797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63797C; }
p { color: rgb(99,121,124); }
H1.HeaderClassName
{
color: #63797C;
}
.AnyTagClassName
{
color: #63797C;
}
</style>
background-color css
<style>
a { background-color: #63797C; }
a { background-color: rgb(99,121,124); }
div.DivClassName
{
background-color: #63797C;
}
.BgClassName
{
background-color: #63797C;
}
</style>
border-color css
<style>
span { border-color: #63797C; }
span { border-color: rgb(99,121,124); }
td.TdClassName
{
border-color: #63797C;
}
.TagClassName
{
border-color: #63797C;
}
</style>