Shades of Butterfly Bush #644A85
Tints of Butterfly Bush #644A85
RGB
CMYK
RGB Variations
Color information
#644A85 (or 0x644A85) is known color: Butterfly Bush. HEX triplet: 64, 4A and 85. RGB value is (100,74,133). Sum of RGB (Red+Green+Blue) = 100+74+133=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #644A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644A85 is #9BB57A. Grayscale: #585858. Windows color (decimal): -10204539 or 8735332. OLE color: 8735332.
HSL color Cylindrical-coordinate representation of color #644A85: hue angle of 266.44º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #644A85 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 74 | 133 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.48 |
| HSL | 266.44º | 0.29% | 0.41% | - |
| HSV(B) | 266.44º | 0.44% | 0.52% | - |
| XYZ | 11.94 | 9.3 | 23.36 | - |
| YUV | 88.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 133 | 0.25 | 0.44 | 0 | 0.48 | 266.44 | 0.29 | 0.41 |
| Hex | 64 | 4A | 85 | 19 | 2C | 0 | 30 | 10A | 1D | 29 |
| Octal | 144 | 112 | 205 | 31 | 54 | 0 | 60 | 412 | 35 | 51 |
| Binary | 1100100 | 1001010 | 10000101 | 11001 | 101100 | 0 | 110000 | 100001010 | 11101 | 101001 |
Color Harmonies of #644A85
Complementary color
Monochromatic Colors of #644A85
Black with #644A85
Text Example
Text Example
White with #644A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644A85; }
p { color: rgb(100,74,133); }
H1.HeaderClassName
{
color: #644A85;
}
.AnyTagClassName
{
color: #644A85;
}
</style>
background-color css
<style>
a { background-color: #644A85; }
a { background-color: rgb(100,74,133); }
div.DivClassName
{
background-color: #644A85;
}
.BgClassName
{
background-color: #644A85;
}
</style>
border-color css
<style>
span { border-color: #644A85; }
span { border-color: rgb(100,74,133); }
td.TdClassName
{
border-color: #644A85;
}
.TagClassName
{
border-color: #644A85;
}
</style>