Shades of Blue Bayoux #63747E
Tints of Blue Bayoux #63747E
RGB
CMYK
RGB Variations
Color information
#63747E (or 0x63747E) is known color: Blue Bayoux. HEX triplet: 63, 74 and 7E. RGB value is (99,116,126). Sum of RGB (Red+Green+Blue) = 99+116+126=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #63747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63747E is #9C8B81. Grayscale: #707070. Windows color (decimal): -10259330 or 8287331. OLE color: 8287331.
HSL color Cylindrical-coordinate representation of color #63747E: hue angle of 202.22º 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 #63747E is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 116 | 126 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.51 |
| HSL | 202.22º | 0.12% | 0.44% | - |
| HSV(B) | 202.22º | 0.21% | 0.49% | - |
| XYZ | 15.16 | 16.65 | 22.15 | - |
| YUV | 112.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 116 | 126 | 0.21 | 0.08 | 0 | 0.51 | 202.22 | 0.12 | 0.44 |
| Hex | 63 | 74 | 7E | 15 | 8 | 0 | 33 | CA | C | 2C |
| Octal | 143 | 164 | 176 | 25 | 10 | 0 | 63 | 312 | 14 | 54 |
| Binary | 1100011 | 1110100 | 1111110 | 10101 | 1000 | 0 | 110011 | 11001010 | 1100 | 101100 |
Color Harmonies of #63747E
Complementary color
Monochromatic Colors of #63747E
Black with #63747E
Text Example
Text Example
White with #63747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63747E; }
p { color: rgb(99,116,126); }
H1.HeaderClassName
{
color: #63747E;
}
.AnyTagClassName
{
color: #63747E;
}
</style>
background-color css
<style>
a { background-color: #63747E; }
a { background-color: rgb(99,116,126); }
div.DivClassName
{
background-color: #63747E;
}
.BgClassName
{
background-color: #63747E;
}
</style>
border-color css
<style>
span { border-color: #63747E; }
span { border-color: rgb(99,116,126); }
td.TdClassName
{
border-color: #63747E;
}
.TagClassName
{
border-color: #63747E;
}
</style>