Shades of Butterfly Bush #644B90
Tints of Butterfly Bush #644B90
RGB
CMYK
RGB Variations
Color information
#644B90 (or 0x644B90) is known color: Butterfly Bush. HEX triplet: 64, 4B and 90. RGB value is (100,75,144). Sum of RGB (Red+Green+Blue) = 100+75+144=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #644B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644B90 is #9BB46F. Grayscale: #5A5A5A. Windows color (decimal): -10204272 or 9456484. OLE color: 9456484.
HSL color Cylindrical-coordinate representation of color #644B90: hue angle of 261.74º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #644B90 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 75 | 144 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.44 |
| HSL | 261.74º | 0.32% | 0.43% | - |
| HSV(B) | 261.74º | 0.48% | 0.56% | - |
| XYZ | 12.81 | 9.76 | 27.59 | - |
| YUV | 90.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 144 | 0.31 | 0.48 | 0 | 0.44 | 261.74 | 0.32 | 0.43 |
| Hex | 64 | 4B | 90 | 1F | 30 | 0 | 2C | 106 | 20 | 2B |
| Octal | 144 | 113 | 220 | 37 | 60 | 0 | 54 | 406 | 40 | 53 |
| Binary | 1100100 | 1001011 | 10010000 | 11111 | 110000 | 0 | 101100 | 100000110 | 100000 | 101011 |
Color Harmonies of #644B90
Complementary color
Monochromatic Colors of #644B90
Black with #644B90
Text Example
Text Example
White with #644B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B90; }
p { color: rgb(100,75,144); }
H1.HeaderClassName
{
color: #644B90;
}
.AnyTagClassName
{
color: #644B90;
}
</style>
background-color css
<style>
a { background-color: #644B90; }
a { background-color: rgb(100,75,144); }
div.DivClassName
{
background-color: #644B90;
}
.BgClassName
{
background-color: #644B90;
}
</style>
border-color css
<style>
span { border-color: #644B90; }
span { border-color: rgb(100,75,144); }
td.TdClassName
{
border-color: #644B90;
}
.TagClassName
{
border-color: #644B90;
}
</style>