Shades of Blue Bayoux #63787B
Tints of Blue Bayoux #63787B
RGB
CMYK
RGB Variations
Color information
#63787B (or 0x63787B) is known color: Blue Bayoux. HEX triplet: 63, 78 and 7B. RGB value is (99,120,123). Sum of RGB (Red+Green+Blue) = 99+120+123=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #63787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63787B is #9C8784. Grayscale: #727272. Windows color (decimal): -10258309 or 8091747. OLE color: 8091747.
HSL color Cylindrical-coordinate representation of color #63787B: hue angle of 187.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63787B is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 120 | 123 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.52 |
| HSL | 187.5º | 0.11% | 0.44% | - |
| HSV(B) | 187.5º | 0.2% | 0.48% | - |
| XYZ | 15.44 | 17.52 | 21.31 | - |
| YUV | 114.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 123 | 0.20 | 0.02 | 0 | 0.52 | 187.5 | 0.11 | 0.44 |
| Hex | 63 | 78 | 7B | 14 | 2 | 0 | 34 | BC | B | 2C |
| Octal | 143 | 170 | 173 | 24 | 2 | 0 | 64 | 274 | 13 | 54 |
| Binary | 1100011 | 1111000 | 1111011 | 10100 | 10 | 0 | 110100 | 10111100 | 1011 | 101100 |
Color Harmonies of #63787B
Complementary color
Monochromatic Colors of #63787B
Black with #63787B
Text Example
Text Example
White with #63787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63787B; }
p { color: rgb(99,120,123); }
H1.HeaderClassName
{
color: #63787B;
}
.AnyTagClassName
{
color: #63787B;
}
</style>
background-color css
<style>
a { background-color: #63787B; }
a { background-color: rgb(99,120,123); }
div.DivClassName
{
background-color: #63787B;
}
.BgClassName
{
background-color: #63787B;
}
</style>
border-color css
<style>
span { border-color: #63787B; }
span { border-color: rgb(99,120,123); }
td.TdClassName
{
border-color: #63787B;
}
.TagClassName
{
border-color: #63787B;
}
</style>