Shades of Blue Bayoux #63797D
Tints of Blue Bayoux #63797D
RGB
CMYK
RGB Variations
Color information
#63797D (or 0x63797D) is known color: Blue Bayoux. HEX triplet: 63, 79 and 7D. RGB value is (99,121,125). Sum of RGB (Red+Green+Blue) = 99+121+125=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #63797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63797D is #9C8682. Grayscale: #727272. Windows color (decimal): -10258051 or 8223075. OLE color: 8223075.
HSL color Cylindrical-coordinate representation of color #63797D: hue angle of 189.23º 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 #63797D is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 121 | 125 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.51 |
| HSL | 189.23º | 0.12% | 0.44% | - |
| HSV(B) | 189.23º | 0.21% | 0.49% | - |
| XYZ | 15.68 | 17.81 | 22.01 | - |
| YUV | 114.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 125 | 0.21 | 0.03 | 0 | 0.51 | 189.23 | 0.12 | 0.44 |
| Hex | 63 | 79 | 7D | 15 | 3 | 0 | 33 | BD | C | 2C |
| Octal | 143 | 171 | 175 | 25 | 3 | 0 | 63 | 275 | 14 | 54 |
| Binary | 1100011 | 1111001 | 1111101 | 10101 | 11 | 0 | 110011 | 10111101 | 1100 | 101100 |
Color Harmonies of #63797D
Complementary color
Monochromatic Colors of #63797D
Black with #63797D
Text Example
Text Example
White with #63797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63797D; }
p { color: rgb(99,121,125); }
H1.HeaderClassName
{
color: #63797D;
}
.AnyTagClassName
{
color: #63797D;
}
</style>
background-color css
<style>
a { background-color: #63797D; }
a { background-color: rgb(99,121,125); }
div.DivClassName
{
background-color: #63797D;
}
.BgClassName
{
background-color: #63797D;
}
</style>
border-color css
<style>
span { border-color: #63797D; }
span { border-color: rgb(99,121,125); }
td.TdClassName
{
border-color: #63797D;
}
.TagClassName
{
border-color: #63797D;
}
</style>