Shades of Butterfly Bush #63549B
Tints of Butterfly Bush #63549B
RGB
CMYK
RGB Variations
Color information
#63549B (or 0x63549B) is known color: Butterfly Bush. HEX triplet: 63, 54 and 9B. RGB value is (99,84,155). Sum of RGB (Red+Green+Blue) = 99+84+155=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #63549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63549B is #9CAB64. Grayscale: #606060. Windows color (decimal): -10267493 or 10179683. OLE color: 10179683.
HSL color Cylindrical-coordinate representation of color #63549B: hue angle of 252.68º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63549B is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 84 | 155 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.39 |
| HSL | 252.68º | 0.3% | 0.47% | - |
| HSV(B) | 252.68º | 0.46% | 0.61% | - |
| XYZ | 14.23 | 11.36 | 32.45 | - |
| YUV | 96.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 155 | 0.36 | 0.46 | 0 | 0.39 | 252.68 | 0.3 | 0.47 |
| Hex | 63 | 54 | 9B | 24 | 2E | 0 | 27 | FD | 1E | 2F |
| Octal | 143 | 124 | 233 | 44 | 56 | 0 | 47 | 375 | 36 | 57 |
| Binary | 1100011 | 1010100 | 10011011 | 100100 | 101110 | 0 | 100111 | 11111101 | 11110 | 101111 |
Color Harmonies of #63549B
Complementary color
Monochromatic Colors of #63549B
Black with #63549B
Text Example
Text Example
White with #63549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63549B; }
p { color: rgb(99,84,155); }
H1.HeaderClassName
{
color: #63549B;
}
.AnyTagClassName
{
color: #63549B;
}
</style>
background-color css
<style>
a { background-color: #63549B; }
a { background-color: rgb(99,84,155); }
div.DivClassName
{
background-color: #63549B;
}
.BgClassName
{
background-color: #63549B;
}
</style>
border-color css
<style>
span { border-color: #63549B; }
span { border-color: rgb(99,84,155); }
td.TdClassName
{
border-color: #63549B;
}
.TagClassName
{
border-color: #63549B;
}
</style>