Shades of Blue Bayoux #63737B
Tints of Blue Bayoux #63737B
RGB
CMYK
RGB Variations
Color information
#63737B (or 0x63737B) is known color: Blue Bayoux. HEX triplet: 63, 73 and 7B. RGB value is (99,115,123). Sum of RGB (Red+Green+Blue) = 99+115+123=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #63737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63737B is #9C8C84. Grayscale: #6F6F6F. Windows color (decimal): -10259589 or 8090467. OLE color: 8090467.
HSL color Cylindrical-coordinate representation of color #63737B: hue angle of 200º 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 #63737B is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 115 | 123 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.52 |
| HSL | 200º | 0.11% | 0.44% | - |
| HSV(B) | 200º | 0.2% | 0.48% | - |
| XYZ | 14.85 | 16.34 | 21.11 | - |
| YUV | 111.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 123 | 0.20 | 0.07 | 0 | 0.52 | 200 | 0.11 | 0.44 |
| Hex | 63 | 73 | 7B | 14 | 7 | 0 | 34 | C8 | B | 2C |
| Octal | 143 | 163 | 173 | 24 | 7 | 0 | 64 | 310 | 13 | 54 |
| Binary | 1100011 | 1110011 | 1111011 | 10100 | 111 | 0 | 110100 | 11001000 | 1011 | 101100 |
Color Harmonies of #63737B
Complementary color
Monochromatic Colors of #63737B
Black with #63737B
Text Example
Text Example
White with #63737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63737B; }
p { color: rgb(99,115,123); }
H1.HeaderClassName
{
color: #63737B;
}
.AnyTagClassName
{
color: #63737B;
}
</style>
background-color css
<style>
a { background-color: #63737B; }
a { background-color: rgb(99,115,123); }
div.DivClassName
{
background-color: #63737B;
}
.BgClassName
{
background-color: #63737B;
}
</style>
border-color css
<style>
span { border-color: #63737B; }
span { border-color: rgb(99,115,123); }
td.TdClassName
{
border-color: #63737B;
}
.TagClassName
{
border-color: #63737B;
}
</style>