Shades of Butterfly Bush #644A88
Tints of Butterfly Bush #644A88
RGB
CMYK
RGB Variations
Color information
#644A88 (or 0x644A88) is known color: Butterfly Bush. HEX triplet: 64, 4A and 88. RGB value is (100,74,136). Sum of RGB (Red+Green+Blue) = 100+74+136=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #644A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644A88 is #9BB577. Grayscale: #585858. Windows color (decimal): -10204536 or 8931940. OLE color: 8931940.
HSL color Cylindrical-coordinate representation of color #644A88: hue angle of 265.16º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #644A88 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 74 | 136 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.47 |
| HSL | 265.16º | 0.3% | 0.41% | - |
| HSV(B) | 265.16º | 0.46% | 0.53% | - |
| XYZ | 12.15 | 9.38 | 24.46 | - |
| YUV | 88.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 136 | 0.26 | 0.46 | 0 | 0.47 | 265.16 | 0.3 | 0.41 |
| Hex | 64 | 4A | 88 | 1A | 2E | 0 | 2F | 109 | 1E | 29 |
| Octal | 144 | 112 | 210 | 32 | 56 | 0 | 57 | 411 | 36 | 51 |
| Binary | 1100100 | 1001010 | 10001000 | 11010 | 101110 | 0 | 101111 | 100001001 | 11110 | 101001 |
Color Harmonies of #644A88
Complementary color
Monochromatic Colors of #644A88
Black with #644A88
Text Example
Text Example
White with #644A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644A88; }
p { color: rgb(100,74,136); }
H1.HeaderClassName
{
color: #644A88;
}
.AnyTagClassName
{
color: #644A88;
}
</style>
background-color css
<style>
a { background-color: #644A88; }
a { background-color: rgb(100,74,136); }
div.DivClassName
{
background-color: #644A88;
}
.BgClassName
{
background-color: #644A88;
}
</style>
border-color css
<style>
span { border-color: #644A88; }
span { border-color: rgb(100,74,136); }
td.TdClassName
{
border-color: #644A88;
}
.TagClassName
{
border-color: #644A88;
}
</style>