Shades of Butterfly Bush #63568A
Tints of Butterfly Bush #63568A
RGB
CMYK
RGB Variations
Color information
#63568A (or 0x63568A) is known color: Butterfly Bush. HEX triplet: 63, 56 and 8A. RGB value is (99,86,138). Sum of RGB (Red+Green+Blue) = 99+86+138=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #63568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63568A is #9CA975. Grayscale: #5F5F5F. Windows color (decimal): -10266998 or 9066083. OLE color: 9066083.
HSL color Cylindrical-coordinate representation of color #63568A: hue angle of 255º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63568A is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 86 | 138 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.46 |
| HSL | 255º | 0.23% | 0.44% | - |
| HSV(B) | 255º | 0.38% | 0.54% | - |
| XYZ | 13.06 | 11.14 | 25.51 | - |
| YUV | 95.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 138 | 0.28 | 0.38 | 0 | 0.46 | 255 | 0.23 | 0.44 |
| Hex | 63 | 56 | 8A | 1C | 26 | 0 | 2E | FF | 17 | 2C |
| Octal | 143 | 126 | 212 | 34 | 46 | 0 | 56 | 377 | 27 | 54 |
| Binary | 1100011 | 1010110 | 10001010 | 11100 | 100110 | 0 | 101110 | 11111111 | 10111 | 101100 |
Color Harmonies of #63568A
Complementary color
Monochromatic Colors of #63568A
Black with #63568A
Text Example
Text Example
White with #63568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63568A; }
p { color: rgb(99,86,138); }
H1.HeaderClassName
{
color: #63568A;
}
.AnyTagClassName
{
color: #63568A;
}
</style>
background-color css
<style>
a { background-color: #63568A; }
a { background-color: rgb(99,86,138); }
div.DivClassName
{
background-color: #63568A;
}
.BgClassName
{
background-color: #63568A;
}
</style>
border-color css
<style>
span { border-color: #63568A; }
span { border-color: rgb(99,86,138); }
td.TdClassName
{
border-color: #63568A;
}
.TagClassName
{
border-color: #63568A;
}
</style>