Shades of Blue Bayoux #63787A
Tints of Blue Bayoux #63787A
RGB
CMYK
RGB Variations
Color information
#63787A (or 0x63787A) is known color: Blue Bayoux. HEX triplet: 63, 78 and 7A. RGB value is (99,120,122). Sum of RGB (Red+Green+Blue) = 99+120+122=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 122 - color contains mainly: blue. Hex color #63787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63787A is #9C8785. Grayscale: #717171. Windows color (decimal): -10258310 or 8026211. OLE color: 8026211.
HSL color Cylindrical-coordinate representation of color #63787A: hue angle of 185.22º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63787A is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 120 | 122 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.52 |
| HSL | 185.22º | 0.1% | 0.43% | - |
| HSV(B) | 185.22º | 0.19% | 0.48% | - |
| XYZ | 15.37 | 17.49 | 20.98 | - |
| YUV | 113.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 122 | 0.19 | 0.02 | 0 | 0.52 | 185.22 | 0.1 | 0.43 |
| Hex | 63 | 78 | 7A | 13 | 2 | 0 | 34 | B9 | A | 2B |
| Octal | 143 | 170 | 172 | 23 | 2 | 0 | 64 | 271 | 12 | 53 |
| Binary | 1100011 | 1111000 | 1111010 | 10011 | 10 | 0 | 110100 | 10111001 | 1010 | 101011 |
Color Harmonies of #63787A
Complementary color
Monochromatic Colors of #63787A
Black with #63787A
Text Example
Text Example
White with #63787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63787A; }
p { color: rgb(99,120,122); }
H1.HeaderClassName
{
color: #63787A;
}
.AnyTagClassName
{
color: #63787A;
}
</style>
background-color css
<style>
a { background-color: #63787A; }
a { background-color: rgb(99,120,122); }
div.DivClassName
{
background-color: #63787A;
}
.BgClassName
{
background-color: #63787A;
}
</style>
border-color css
<style>
span { border-color: #63787A; }
span { border-color: rgb(99,120,122); }
td.TdClassName
{
border-color: #63787A;
}
.TagClassName
{
border-color: #63787A;
}
</style>