Shades of Blue Bayoux #63777B
Tints of Blue Bayoux #63777B
RGB
CMYK
RGB Variations
Color information
#63777B (or 0x63777B) is known color: Blue Bayoux. HEX triplet: 63, 77 and 7B. RGB value is (99,119,123). Sum of RGB (Red+Green+Blue) = 99+119+123=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 123 - color contains mainly: blue. Hex color #63777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63777B is #9C8884. Grayscale: #717171. Windows color (decimal): -10258565 or 8091491. OLE color: 8091491.
HSL color Cylindrical-coordinate representation of color #63777B: hue angle of 190º 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 #63777B is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 119 | 123 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.52 |
| HSL | 190º | 0.11% | 0.44% | - |
| HSV(B) | 190º | 0.2% | 0.48% | - |
| XYZ | 15.32 | 17.28 | 21.27 | - |
| YUV | 113.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 119 | 123 | 0.20 | 0.03 | 0 | 0.52 | 190 | 0.11 | 0.44 |
| Hex | 63 | 77 | 7B | 14 | 3 | 0 | 34 | BE | B | 2C |
| Octal | 143 | 167 | 173 | 24 | 3 | 0 | 64 | 276 | 13 | 54 |
| Binary | 1100011 | 1110111 | 1111011 | 10100 | 11 | 0 | 110100 | 10111110 | 1011 | 101100 |
Color Harmonies of #63777B
Complementary color
Monochromatic Colors of #63777B
Black with #63777B
Text Example
Text Example
White with #63777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63777B; }
p { color: rgb(99,119,123); }
H1.HeaderClassName
{
color: #63777B;
}
.AnyTagClassName
{
color: #63777B;
}
</style>
background-color css
<style>
a { background-color: #63777B; }
a { background-color: rgb(99,119,123); }
div.DivClassName
{
background-color: #63777B;
}
.BgClassName
{
background-color: #63777B;
}
</style>
border-color css
<style>
span { border-color: #63777B; }
span { border-color: rgb(99,119,123); }
td.TdClassName
{
border-color: #63777B;
}
.TagClassName
{
border-color: #63777B;
}
</style>