Shades of Blue Bayoux #63747B
Tints of Blue Bayoux #63747B
RGB
CMYK
RGB Variations
Color information
#63747B (or 0x63747B) is known color: Blue Bayoux. HEX triplet: 63, 74 and 7B. RGB value is (99,116,123). Sum of RGB (Red+Green+Blue) = 99+116+123=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #63747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63747B is #9C8B84. Grayscale: #6F6F6F. Windows color (decimal): -10259333 or 8090723. OLE color: 8090723.
HSL color Cylindrical-coordinate representation of color #63747B: hue angle of 197.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 #63747B is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 116 | 123 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.52 |
| HSL | 197.5º | 0.11% | 0.44% | - |
| HSV(B) | 197.5º | 0.2% | 0.48% | - |
| XYZ | 14.97 | 16.57 | 21.15 | - |
| YUV | 111.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 116 | 123 | 0.20 | 0.06 | 0 | 0.52 | 197.5 | 0.11 | 0.44 |
| Hex | 63 | 74 | 7B | 14 | 6 | 0 | 34 | C6 | B | 2C |
| Octal | 143 | 164 | 173 | 24 | 6 | 0 | 64 | 306 | 13 | 54 |
| Binary | 1100011 | 1110100 | 1111011 | 10100 | 110 | 0 | 110100 | 11000110 | 1011 | 101100 |
Color Harmonies of #63747B
Complementary color
Monochromatic Colors of #63747B
Black with #63747B
Text Example
Text Example
White with #63747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63747B; }
p { color: rgb(99,116,123); }
H1.HeaderClassName
{
color: #63747B;
}
.AnyTagClassName
{
color: #63747B;
}
</style>
background-color css
<style>
a { background-color: #63747B; }
a { background-color: rgb(99,116,123); }
div.DivClassName
{
background-color: #63747B;
}
.BgClassName
{
background-color: #63747B;
}
</style>
border-color css
<style>
span { border-color: #63747B; }
span { border-color: rgb(99,116,123); }
td.TdClassName
{
border-color: #63747B;
}
.TagClassName
{
border-color: #63747B;
}
</style>