Shades of Blue Bayoux #63727B
Tints of Blue Bayoux #63727B
RGB
CMYK
RGB Variations
Color information
#63727B (or 0x63727B) is known color: Blue Bayoux. HEX triplet: 63, 72 and 7B. RGB value is (99,114,123). Sum of RGB (Red+Green+Blue) = 99+114+123=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #63727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63727B is #9C8D84. Grayscale: #6E6E6E. Windows color (decimal): -10259845 or 8090211. OLE color: 8090211.
HSL color Cylindrical-coordinate representation of color #63727B: hue angle of 202.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 #63727B is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 114 | 123 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.52 |
| HSL | 202.5º | 0.11% | 0.44% | - |
| HSV(B) | 202.5º | 0.2% | 0.48% | - |
| XYZ | 14.74 | 16.12 | 21.07 | - |
| YUV | 110.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 114 | 123 | 0.20 | 0.07 | 0 | 0.52 | 202.5 | 0.11 | 0.44 |
| Hex | 63 | 72 | 7B | 14 | 7 | 0 | 34 | CA | B | 2C |
| Octal | 143 | 162 | 173 | 24 | 7 | 0 | 64 | 312 | 13 | 54 |
| Binary | 1100011 | 1110010 | 1111011 | 10100 | 111 | 0 | 110100 | 11001010 | 1011 | 101100 |
Color Harmonies of #63727B
Complementary color
Monochromatic Colors of #63727B
Black with #63727B
Text Example
Text Example
White with #63727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63727B; }
p { color: rgb(99,114,123); }
H1.HeaderClassName
{
color: #63727B;
}
.AnyTagClassName
{
color: #63727B;
}
</style>
background-color css
<style>
a { background-color: #63727B; }
a { background-color: rgb(99,114,123); }
div.DivClassName
{
background-color: #63727B;
}
.BgClassName
{
background-color: #63727B;
}
</style>
border-color css
<style>
span { border-color: #63727B; }
span { border-color: rgb(99,114,123); }
td.TdClassName
{
border-color: #63727B;
}
.TagClassName
{
border-color: #63727B;
}
</style>