Shades of Blue Bayoux #63747A
Tints of Blue Bayoux #63747A
RGB
CMYK
RGB Variations
Color information
#63747A (or 0x63747A) is known color: Blue Bayoux. HEX triplet: 63, 74 and 7A. RGB value is (99,116,122). Sum of RGB (Red+Green+Blue) = 99+116+122=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #63747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63747A is #9C8B85. Grayscale: #6F6F6F. Windows color (decimal): -10259334 or 8025187. OLE color: 8025187.
HSL color Cylindrical-coordinate representation of color #63747A: hue angle of 195.65º 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 #63747A is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 116 | 122 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.52 |
| HSL | 195.65º | 0.1% | 0.43% | - |
| HSV(B) | 195.65º | 0.19% | 0.48% | - |
| XYZ | 14.9 | 16.55 | 20.82 | - |
| YUV | 111.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 116 | 122 | 0.19 | 0.05 | 0 | 0.52 | 195.65 | 0.1 | 0.43 |
| Hex | 63 | 74 | 7A | 13 | 5 | 0 | 34 | C4 | A | 2B |
| Octal | 143 | 164 | 172 | 23 | 5 | 0 | 64 | 304 | 12 | 53 |
| Binary | 1100011 | 1110100 | 1111010 | 10011 | 101 | 0 | 110100 | 11000100 | 1010 | 101011 |
Color Harmonies of #63747A
Complementary color
Monochromatic Colors of #63747A
Black with #63747A
Text Example
Text Example
White with #63747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63747A; }
p { color: rgb(99,116,122); }
H1.HeaderClassName
{
color: #63747A;
}
.AnyTagClassName
{
color: #63747A;
}
</style>
background-color css
<style>
a { background-color: #63747A; }
a { background-color: rgb(99,116,122); }
div.DivClassName
{
background-color: #63747A;
}
.BgClassName
{
background-color: #63747A;
}
</style>
border-color css
<style>
span { border-color: #63747A; }
span { border-color: rgb(99,116,122); }
td.TdClassName
{
border-color: #63747A;
}
.TagClassName
{
border-color: #63747A;
}
</style>