Shades of Blue Bayoux #63737F
Tints of Blue Bayoux #63737F
RGB
CMYK
RGB Variations
Color information
#63737F (or 0x63737F) is known color: Blue Bayoux. HEX triplet: 63, 73 and 7F. RGB value is (99,115,127). Sum of RGB (Red+Green+Blue) = 99+115+127=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #63737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63737F is #9C8C80. Grayscale: #6F6F6F. Windows color (decimal): -10259585 or 8352611. OLE color: 8352611.
HSL color Cylindrical-coordinate representation of color #63737F: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63737F is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 115 | 127 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.50 |
| HSL | 205.71º | 0.12% | 0.44% | - |
| HSV(B) | 205.71º | 0.22% | 0.5% | - |
| XYZ | 15.11 | 16.45 | 22.46 | - |
| YUV | 111.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 127 | 0.22 | 0.09 | 0 | 0.50 | 205.71 | 0.12 | 0.44 |
| Hex | 63 | 73 | 7F | 16 | 9 | 0 | 32 | CE | C | 2C |
| Octal | 143 | 163 | 177 | 26 | 11 | 0 | 62 | 316 | 14 | 54 |
| Binary | 1100011 | 1110011 | 1111111 | 10110 | 1001 | 0 | 110010 | 11001110 | 1100 | 101100 |
Color Harmonies of #63737F
Complementary color
Monochromatic Colors of #63737F
Black with #63737F
Text Example
Text Example
White with #63737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63737F; }
p { color: rgb(99,115,127); }
H1.HeaderClassName
{
color: #63737F;
}
.AnyTagClassName
{
color: #63737F;
}
</style>
background-color css
<style>
a { background-color: #63737F; }
a { background-color: rgb(99,115,127); }
div.DivClassName
{
background-color: #63737F;
}
.BgClassName
{
background-color: #63737F;
}
</style>
border-color css
<style>
span { border-color: #63737F; }
span { border-color: rgb(99,115,127); }
td.TdClassName
{
border-color: #63737F;
}
.TagClassName
{
border-color: #63737F;
}
</style>