Shades of Butterfly Bush #64559A
Tints of Butterfly Bush #64559A
RGB
CMYK
RGB Variations
Color information
#64559A (or 0x64559A) is known color: Butterfly Bush. HEX triplet: 64, 55 and 9A. RGB value is (100,85,154). Sum of RGB (Red+Green+Blue) = 100+85+154=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #64559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64559A is #9BAA65. Grayscale: #616161. Windows color (decimal): -10201702 or 10114404. OLE color: 10114404.
HSL color Cylindrical-coordinate representation of color #64559A: hue angle of 253.04º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64559A is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 85 | 154 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.40 |
| HSL | 253.04º | 0.29% | 0.47% | - |
| HSV(B) | 253.04º | 0.45% | 0.6% | - |
| XYZ | 14.34 | 11.54 | 32.04 | - |
| YUV | 97.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 154 | 0.35 | 0.45 | 0 | 0.40 | 253.04 | 0.29 | 0.47 |
| Hex | 64 | 55 | 9A | 23 | 2D | 0 | 28 | FD | 1D | 2F |
| Octal | 144 | 125 | 232 | 43 | 55 | 0 | 50 | 375 | 35 | 57 |
| Binary | 1100100 | 1010101 | 10011010 | 100011 | 101101 | 0 | 101000 | 11111101 | 11101 | 101111 |
Color Harmonies of #64559A
Complementary color
Monochromatic Colors of #64559A
Black with #64559A
Text Example
Text Example
White with #64559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64559A; }
p { color: rgb(100,85,154); }
H1.HeaderClassName
{
color: #64559A;
}
.AnyTagClassName
{
color: #64559A;
}
</style>
background-color css
<style>
a { background-color: #64559A; }
a { background-color: rgb(100,85,154); }
div.DivClassName
{
background-color: #64559A;
}
.BgClassName
{
background-color: #64559A;
}
</style>
border-color css
<style>
span { border-color: #64559A; }
span { border-color: rgb(100,85,154); }
td.TdClassName
{
border-color: #64559A;
}
.TagClassName
{
border-color: #64559A;
}
</style>