Shades of Butterfly Bush #63558D
Tints of Butterfly Bush #63558D
RGB
CMYK
RGB Variations
Color information
#63558D (or 0x63558D) is known color: Butterfly Bush. HEX triplet: 63, 55 and 8D. RGB value is (99,85,141). Sum of RGB (Red+Green+Blue) = 99+85+141=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #63558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63558D is #9CAA72. Grayscale: #5F5F5F. Windows color (decimal): -10267251 or 9262435. OLE color: 9262435.
HSL color Cylindrical-coordinate representation of color #63558D: hue angle of 255º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63558D is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 85 | 141 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.45 |
| HSL | 255º | 0.25% | 0.44% | - |
| HSV(B) | 255º | 0.4% | 0.55% | - |
| XYZ | 13.2 | 11.07 | 26.64 | - |
| YUV | 95.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 141 | 0.30 | 0.40 | 0 | 0.45 | 255 | 0.25 | 0.44 |
| Hex | 63 | 55 | 8D | 1E | 28 | 0 | 2D | FF | 19 | 2C |
| Octal | 143 | 125 | 215 | 36 | 50 | 0 | 55 | 377 | 31 | 54 |
| Binary | 1100011 | 1010101 | 10001101 | 11110 | 101000 | 0 | 101101 | 11111111 | 11001 | 101100 |
Color Harmonies of #63558D
Complementary color
Monochromatic Colors of #63558D
Black with #63558D
Text Example
Text Example
White with #63558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63558D; }
p { color: rgb(99,85,141); }
H1.HeaderClassName
{
color: #63558D;
}
.AnyTagClassName
{
color: #63558D;
}
</style>
background-color css
<style>
a { background-color: #63558D; }
a { background-color: rgb(99,85,141); }
div.DivClassName
{
background-color: #63558D;
}
.BgClassName
{
background-color: #63558D;
}
</style>
border-color css
<style>
span { border-color: #63558D; }
span { border-color: rgb(99,85,141); }
td.TdClassName
{
border-color: #63558D;
}
.TagClassName
{
border-color: #63558D;
}
</style>