Shades of Blue Bayoux #63797E
Tints of Blue Bayoux #63797E
RGB
CMYK
RGB Variations
Color information
#63797E (or 0x63797E) is known color: Blue Bayoux. HEX triplet: 63, 79 and 7E. RGB value is (99,121,126). Sum of RGB (Red+Green+Blue) = 99+121+126=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 126 - color contains mainly: blue. Hex color #63797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63797E is #9C8681. Grayscale: #727272. Windows color (decimal): -10258050 or 8288611. OLE color: 8288611.
HSL color Cylindrical-coordinate representation of color #63797E: hue angle of 191.11º 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 #63797E is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 121 | 126 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.51 |
| HSL | 191.11º | 0.12% | 0.44% | - |
| HSV(B) | 191.11º | 0.21% | 0.49% | - |
| XYZ | 15.75 | 17.83 | 22.35 | - |
| YUV | 114.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 126 | 0.21 | 0.04 | 0 | 0.51 | 191.11 | 0.12 | 0.44 |
| Hex | 63 | 79 | 7E | 15 | 4 | 0 | 33 | BF | C | 2C |
| Octal | 143 | 171 | 176 | 25 | 4 | 0 | 63 | 277 | 14 | 54 |
| Binary | 1100011 | 1111001 | 1111110 | 10101 | 100 | 0 | 110011 | 10111111 | 1100 | 101100 |
Color Harmonies of #63797E
Complementary color
Monochromatic Colors of #63797E
Black with #63797E
Text Example
Text Example
White with #63797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63797E; }
p { color: rgb(99,121,126); }
H1.HeaderClassName
{
color: #63797E;
}
.AnyTagClassName
{
color: #63797E;
}
</style>
background-color css
<style>
a { background-color: #63797E; }
a { background-color: rgb(99,121,126); }
div.DivClassName
{
background-color: #63797E;
}
.BgClassName
{
background-color: #63797E;
}
</style>
border-color css
<style>
span { border-color: #63797E; }
span { border-color: rgb(99,121,126); }
td.TdClassName
{
border-color: #63797E;
}
.TagClassName
{
border-color: #63797E;
}
</style>