Shades of Butterfly Bush #644E88
Tints of Butterfly Bush #644E88
RGB
CMYK
RGB Variations
Color information
#644E88 (or 0x644E88) is known color: Butterfly Bush. HEX triplet: 64, 4E and 88. RGB value is (100,78,136). Sum of RGB (Red+Green+Blue) = 100+78+136=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #644E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644E88 is #9BB177. Grayscale: #5A5A5A. Windows color (decimal): -10203512 or 8932964. OLE color: 8932964.
HSL color Cylindrical-coordinate representation of color #644E88: hue angle of 262.76º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #644E88 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 78 | 136 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.47 |
| HSL | 262.76º | 0.27% | 0.42% | - |
| HSV(B) | 262.76º | 0.43% | 0.53% | - |
| XYZ | 12.42 | 9.94 | 24.56 | - |
| YUV | 91.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 136 | 0.26 | 0.43 | 0 | 0.47 | 262.76 | 0.27 | 0.42 |
| Hex | 64 | 4E | 88 | 1A | 2B | 0 | 2F | 107 | 1B | 2A |
| Octal | 144 | 116 | 210 | 32 | 53 | 0 | 57 | 407 | 33 | 52 |
| Binary | 1100100 | 1001110 | 10001000 | 11010 | 101011 | 0 | 101111 | 100000111 | 11011 | 101010 |
Color Harmonies of #644E88
Complementary color
Monochromatic Colors of #644E88
Black with #644E88
Text Example
Text Example
White with #644E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E88; }
p { color: rgb(100,78,136); }
H1.HeaderClassName
{
color: #644E88;
}
.AnyTagClassName
{
color: #644E88;
}
</style>
background-color css
<style>
a { background-color: #644E88; }
a { background-color: rgb(100,78,136); }
div.DivClassName
{
background-color: #644E88;
}
.BgClassName
{
background-color: #644E88;
}
</style>
border-color css
<style>
span { border-color: #644E88; }
span { border-color: rgb(100,78,136); }
td.TdClassName
{
border-color: #644E88;
}
.TagClassName
{
border-color: #644E88;
}
</style>