Shades of Butterfly Bush #63549C
Tints of Butterfly Bush #63549C
RGB
CMYK
RGB Variations
Color information
#63549C (or 0x63549C) is known color: Butterfly Bush. HEX triplet: 63, 54 and 9C. RGB value is (99,84,156). Sum of RGB (Red+Green+Blue) = 99+84+156=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #63549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63549C is #9CAB63. Grayscale: #606060. Windows color (decimal): -10267492 or 10245219. OLE color: 10245219.
HSL color Cylindrical-coordinate representation of color #63549C: hue angle of 252.5º 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 #63549C is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 84 | 156 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.39 |
| HSL | 252.5º | 0.3% | 0.47% | - |
| HSV(B) | 252.5º | 0.46% | 0.61% | - |
| XYZ | 14.32 | 11.39 | 32.9 | - |
| YUV | 96.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 156 | 0.37 | 0.46 | 0 | 0.39 | 252.5 | 0.3 | 0.47 |
| Hex | 63 | 54 | 9C | 25 | 2E | 0 | 27 | FD | 1E | 2F |
| Octal | 143 | 124 | 234 | 45 | 56 | 0 | 47 | 375 | 36 | 57 |
| Binary | 1100011 | 1010100 | 10011100 | 100101 | 101110 | 0 | 100111 | 11111101 | 11110 | 101111 |
Color Harmonies of #63549C
Complementary color
Monochromatic Colors of #63549C
Black with #63549C
Text Example
Text Example
White with #63549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63549C; }
p { color: rgb(99,84,156); }
H1.HeaderClassName
{
color: #63549C;
}
.AnyTagClassName
{
color: #63549C;
}
</style>
background-color css
<style>
a { background-color: #63549C; }
a { background-color: rgb(99,84,156); }
div.DivClassName
{
background-color: #63549C;
}
.BgClassName
{
background-color: #63549C;
}
</style>
border-color css
<style>
span { border-color: #63549C; }
span { border-color: rgb(99,84,156); }
td.TdClassName
{
border-color: #63549C;
}
.TagClassName
{
border-color: #63549C;
}
</style>