Shades of Butterfly Bush #644F84
Tints of Butterfly Bush #644F84
RGB
CMYK
RGB Variations
Color information
#644F84 (or 0x644F84) is known color: Butterfly Bush. HEX triplet: 64, 4F and 84. RGB value is (100,79,132). Sum of RGB (Red+Green+Blue) = 100+79+132=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #644F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644F84 is #9BB07B. Grayscale: #5B5B5B. Windows color (decimal): -10203260 or 8671076. OLE color: 8671076.
HSL color Cylindrical-coordinate representation of color #644F84: hue angle of 263.77º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #644F84 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 79 | 132 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.48 |
| HSL | 263.77º | 0.25% | 0.41% | - |
| HSV(B) | 263.77º | 0.4% | 0.52% | - |
| XYZ | 12.22 | 9.97 | 23.11 | - |
| YUV | 91.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 132 | 0.24 | 0.40 | 0 | 0.48 | 263.77 | 0.25 | 0.41 |
| Hex | 64 | 4F | 84 | 18 | 28 | 0 | 30 | 108 | 19 | 29 |
| Octal | 144 | 117 | 204 | 30 | 50 | 0 | 60 | 410 | 31 | 51 |
| Binary | 1100100 | 1001111 | 10000100 | 11000 | 101000 | 0 | 110000 | 100001000 | 11001 | 101001 |
Color Harmonies of #644F84
Complementary color
Monochromatic Colors of #644F84
Black with #644F84
Text Example
Text Example
White with #644F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644F84; }
p { color: rgb(100,79,132); }
H1.HeaderClassName
{
color: #644F84;
}
.AnyTagClassName
{
color: #644F84;
}
</style>
background-color css
<style>
a { background-color: #644F84; }
a { background-color: rgb(100,79,132); }
div.DivClassName
{
background-color: #644F84;
}
.BgClassName
{
background-color: #644F84;
}
</style>
border-color css
<style>
span { border-color: #644F84; }
span { border-color: rgb(100,79,132); }
td.TdClassName
{
border-color: #644F84;
}
.TagClassName
{
border-color: #644F84;
}
</style>