Shades of Blue Bayoux #63757A
Tints of Blue Bayoux #63757A
RGB
CMYK
RGB Variations
Color information
#63757A (or 0x63757A) is known color: Blue Bayoux. HEX triplet: 63, 75 and 7A. RGB value is (99,117,122). Sum of RGB (Red+Green+Blue) = 99+117+122=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #63757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63757A is #9C8A85. Grayscale: #707070. Windows color (decimal): -10259078 or 8025443. OLE color: 8025443.
HSL color Cylindrical-coordinate representation of color #63757A: hue angle of 193.04º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63757A is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 117 | 122 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.52 |
| HSL | 193.04º | 0.1% | 0.43% | - |
| HSV(B) | 193.04º | 0.19% | 0.48% | - |
| XYZ | 15.02 | 16.78 | 20.86 | - |
| YUV | 112.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 122 | 0.19 | 0.04 | 0 | 0.52 | 193.04 | 0.1 | 0.43 |
| Hex | 63 | 75 | 7A | 13 | 4 | 0 | 34 | C1 | A | 2B |
| Octal | 143 | 165 | 172 | 23 | 4 | 0 | 64 | 301 | 12 | 53 |
| Binary | 1100011 | 1110101 | 1111010 | 10011 | 100 | 0 | 110100 | 11000001 | 1010 | 101011 |
Color Harmonies of #63757A
Complementary color
Monochromatic Colors of #63757A
Black with #63757A
Text Example
Text Example
White with #63757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63757A; }
p { color: rgb(99,117,122); }
H1.HeaderClassName
{
color: #63757A;
}
.AnyTagClassName
{
color: #63757A;
}
</style>
background-color css
<style>
a { background-color: #63757A; }
a { background-color: rgb(99,117,122); }
div.DivClassName
{
background-color: #63757A;
}
.BgClassName
{
background-color: #63757A;
}
</style>
border-color css
<style>
span { border-color: #63757A; }
span { border-color: rgb(99,117,122); }
td.TdClassName
{
border-color: #63757A;
}
.TagClassName
{
border-color: #63757A;
}
</style>