Shades of Butterfly Bush #63588B
Tints of Butterfly Bush #63588B
RGB
CMYK
RGB Variations
Color information
#63588B (or 0x63588B) is known color: Butterfly Bush. HEX triplet: 63, 58 and 8B. RGB value is (99,88,139). Sum of RGB (Red+Green+Blue) = 99+88+139=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #63588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63588B is #9CA774. Grayscale: #606060. Windows color (decimal): -10266485 or 9132131. OLE color: 9132131.
HSL color Cylindrical-coordinate representation of color #63588B: hue angle of 252.94º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63588B is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 88 | 139 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.45 |
| HSL | 252.94º | 0.22% | 0.45% | - |
| HSV(B) | 252.94º | 0.37% | 0.55% | - |
| XYZ | 13.3 | 11.5 | 25.94 | - |
| YUV | 97.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 139 | 0.29 | 0.37 | 0 | 0.45 | 252.94 | 0.22 | 0.45 |
| Hex | 63 | 58 | 8B | 1D | 25 | 0 | 2D | FD | 16 | 2D |
| Octal | 143 | 130 | 213 | 35 | 45 | 0 | 55 | 375 | 26 | 55 |
| Binary | 1100011 | 1011000 | 10001011 | 11101 | 100101 | 0 | 101101 | 11111101 | 10110 | 101101 |
Color Harmonies of #63588B
Complementary color
Monochromatic Colors of #63588B
Black with #63588B
Text Example
Text Example
White with #63588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63588B; }
p { color: rgb(99,88,139); }
H1.HeaderClassName
{
color: #63588B;
}
.AnyTagClassName
{
color: #63588B;
}
</style>
background-color css
<style>
a { background-color: #63588B; }
a { background-color: rgb(99,88,139); }
div.DivClassName
{
background-color: #63588B;
}
.BgClassName
{
background-color: #63588B;
}
</style>
border-color css
<style>
span { border-color: #63588B; }
span { border-color: rgb(99,88,139); }
td.TdClassName
{
border-color: #63588B;
}
.TagClassName
{
border-color: #63588B;
}
</style>