Shades of Blue Bayoux #63787D
Tints of Blue Bayoux #63787D
RGB
CMYK
RGB Variations
Color information
#63787D (or 0x63787D) is known color: Blue Bayoux. HEX triplet: 63, 78 and 7D. RGB value is (99,120,125). Sum of RGB (Red+Green+Blue) = 99+120+125=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #63787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63787D is #9C8782. Grayscale: #727272. Windows color (decimal): -10258307 or 8222819. OLE color: 8222819.
HSL color Cylindrical-coordinate representation of color #63787D: hue angle of 191.54º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63787D is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 120 | 125 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.51 |
| HSL | 191.54º | 0.12% | 0.44% | - |
| HSV(B) | 191.54º | 0.21% | 0.49% | - |
| XYZ | 15.56 | 17.57 | 21.97 | - |
| YUV | 114.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 125 | 0.21 | 0.04 | 0 | 0.51 | 191.54 | 0.12 | 0.44 |
| Hex | 63 | 78 | 7D | 15 | 4 | 0 | 33 | C0 | C | 2C |
| Octal | 143 | 170 | 175 | 25 | 4 | 0 | 63 | 300 | 14 | 54 |
| Binary | 1100011 | 1111000 | 1111101 | 10101 | 100 | 0 | 110011 | 11000000 | 1100 | 101100 |
Color Harmonies of #63787D
Complementary color
Monochromatic Colors of #63787D
Black with #63787D
Text Example
Text Example
White with #63787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63787D; }
p { color: rgb(99,120,125); }
H1.HeaderClassName
{
color: #63787D;
}
.AnyTagClassName
{
color: #63787D;
}
</style>
background-color css
<style>
a { background-color: #63787D; }
a { background-color: rgb(99,120,125); }
div.DivClassName
{
background-color: #63787D;
}
.BgClassName
{
background-color: #63787D;
}
</style>
border-color css
<style>
span { border-color: #63787D; }
span { border-color: rgb(99,120,125); }
td.TdClassName
{
border-color: #63787D;
}
.TagClassName
{
border-color: #63787D;
}
</style>