Shades of Blue Bayoux #63777E
Tints of Blue Bayoux #63777E
RGB
CMYK
RGB Variations
Color information
#63777E (or 0x63777E) is known color: Blue Bayoux. HEX triplet: 63, 77 and 7E. RGB value is (99,119,126). Sum of RGB (Red+Green+Blue) = 99+119+126=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #63777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63777E is #9C8881. Grayscale: #717171. Windows color (decimal): -10258562 or 8288099. OLE color: 8288099.
HSL color Cylindrical-coordinate representation of color #63777E: hue angle of 195.56º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63777E is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 119 | 126 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.51 |
| HSL | 195.56º | 0.12% | 0.44% | - |
| HSV(B) | 195.56º | 0.21% | 0.49% | - |
| XYZ | 15.51 | 17.35 | 22.27 | - |
| YUV | 113.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 119 | 126 | 0.21 | 0.06 | 0 | 0.51 | 195.56 | 0.12 | 0.44 |
| Hex | 63 | 77 | 7E | 15 | 6 | 0 | 33 | C4 | C | 2C |
| Octal | 143 | 167 | 176 | 25 | 6 | 0 | 63 | 304 | 14 | 54 |
| Binary | 1100011 | 1110111 | 1111110 | 10101 | 110 | 0 | 110011 | 11000100 | 1100 | 101100 |
Color Harmonies of #63777E
Complementary color
Monochromatic Colors of #63777E
Black with #63777E
Text Example
Text Example
White with #63777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63777E; }
p { color: rgb(99,119,126); }
H1.HeaderClassName
{
color: #63777E;
}
.AnyTagClassName
{
color: #63777E;
}
</style>
background-color css
<style>
a { background-color: #63777E; }
a { background-color: rgb(99,119,126); }
div.DivClassName
{
background-color: #63777E;
}
.BgClassName
{
background-color: #63777E;
}
</style>
border-color css
<style>
span { border-color: #63777E; }
span { border-color: rgb(99,119,126); }
td.TdClassName
{
border-color: #63777E;
}
.TagClassName
{
border-color: #63777E;
}
</style>