Shades of Blue Bayoux #63767F
Tints of Blue Bayoux #63767F
RGB
CMYK
RGB Variations
Color information
#63767F (or 0x63767F) is known color: Blue Bayoux. HEX triplet: 63, 76 and 7F. RGB value is (99,118,127). Sum of RGB (Red+Green+Blue) = 99+118+127=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #63767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63767F is #9C8980. Grayscale: #717171. Windows color (decimal): -10258817 or 8353379. OLE color: 8353379.
HSL color Cylindrical-coordinate representation of color #63767F: hue angle of 199.29º 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 #63767F is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 118 | 127 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.50 |
| HSL | 199.29º | 0.12% | 0.44% | - |
| HSV(B) | 199.29º | 0.22% | 0.5% | - |
| XYZ | 15.45 | 17.14 | 22.57 | - |
| YUV | 113.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 127 | 0.22 | 0.07 | 0 | 0.50 | 199.29 | 0.12 | 0.44 |
| Hex | 63 | 76 | 7F | 16 | 7 | 0 | 32 | C7 | C | 2C |
| Octal | 143 | 166 | 177 | 26 | 7 | 0 | 62 | 307 | 14 | 54 |
| Binary | 1100011 | 1110110 | 1111111 | 10110 | 111 | 0 | 110010 | 11000111 | 1100 | 101100 |
Color Harmonies of #63767F
Complementary color
Monochromatic Colors of #63767F
Black with #63767F
Text Example
Text Example
White with #63767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63767F; }
p { color: rgb(99,118,127); }
H1.HeaderClassName
{
color: #63767F;
}
.AnyTagClassName
{
color: #63767F;
}
</style>
background-color css
<style>
a { background-color: #63767F; }
a { background-color: rgb(99,118,127); }
div.DivClassName
{
background-color: #63767F;
}
.BgClassName
{
background-color: #63767F;
}
</style>
border-color css
<style>
span { border-color: #63767F; }
span { border-color: rgb(99,118,127); }
td.TdClassName
{
border-color: #63767F;
}
.TagClassName
{
border-color: #63767F;
}
</style>