Shades of Butterfly Bush #644C85
Tints of Butterfly Bush #644C85
RGB
CMYK
RGB Variations
Color information
#644C85 (or 0x644C85) is known color: Butterfly Bush. HEX triplet: 64, 4C and 85. RGB value is (100,76,133). Sum of RGB (Red+Green+Blue) = 100+76+133=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #644C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644C85 is #9BB37A. Grayscale: #595959. Windows color (decimal): -10204027 or 8735844. OLE color: 8735844.
HSL color Cylindrical-coordinate representation of color #644C85: hue angle of 265.26º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #644C85 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 76 | 133 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.48 |
| HSL | 265.26º | 0.27% | 0.41% | - |
| HSV(B) | 265.26º | 0.43% | 0.52% | - |
| XYZ | 12.07 | 9.57 | 23.4 | - |
| YUV | 89.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 133 | 0.25 | 0.43 | 0 | 0.48 | 265.26 | 0.27 | 0.41 |
| Hex | 64 | 4C | 85 | 19 | 2B | 0 | 30 | 109 | 1B | 29 |
| Octal | 144 | 114 | 205 | 31 | 53 | 0 | 60 | 411 | 33 | 51 |
| Binary | 1100100 | 1001100 | 10000101 | 11001 | 101011 | 0 | 110000 | 100001001 | 11011 | 101001 |
Color Harmonies of #644C85
Complementary color
Monochromatic Colors of #644C85
Black with #644C85
Text Example
Text Example
White with #644C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C85; }
p { color: rgb(100,76,133); }
H1.HeaderClassName
{
color: #644C85;
}
.AnyTagClassName
{
color: #644C85;
}
</style>
background-color css
<style>
a { background-color: #644C85; }
a { background-color: rgb(100,76,133); }
div.DivClassName
{
background-color: #644C85;
}
.BgClassName
{
background-color: #644C85;
}
</style>
border-color css
<style>
span { border-color: #644C85; }
span { border-color: rgb(100,76,133); }
td.TdClassName
{
border-color: #644C85;
}
.TagClassName
{
border-color: #644C85;
}
</style>