Shades of Butterfly Bush #64598D
Tints of Butterfly Bush #64598D
RGB
CMYK
RGB Variations
Color information
#64598D (or 0x64598D) is known color: Butterfly Bush. HEX triplet: 64, 59 and 8D. RGB value is (100,89,141). Sum of RGB (Red+Green+Blue) = 100+89+141=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #64598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64598D is #9BA672. Grayscale: #626262. Windows color (decimal): -10200691 or 9263460. OLE color: 9263460.
HSL color Cylindrical-coordinate representation of color #64598D: hue angle of 252.69º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64598D is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 89 | 141 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.45 |
| HSL | 252.69º | 0.23% | 0.45% | - |
| HSV(B) | 252.69º | 0.37% | 0.55% | - |
| XYZ | 13.64 | 11.78 | 26.75 | - |
| YUV | 98.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 141 | 0.29 | 0.37 | 0 | 0.45 | 252.69 | 0.23 | 0.45 |
| Hex | 64 | 59 | 8D | 1D | 25 | 0 | 2D | FD | 17 | 2D |
| Octal | 144 | 131 | 215 | 35 | 45 | 0 | 55 | 375 | 27 | 55 |
| Binary | 1100100 | 1011001 | 10001101 | 11101 | 100101 | 0 | 101101 | 11111101 | 10111 | 101101 |
Color Harmonies of #64598D
Complementary color
Monochromatic Colors of #64598D
Black with #64598D
Text Example
Text Example
White with #64598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64598D; }
p { color: rgb(100,89,141); }
H1.HeaderClassName
{
color: #64598D;
}
.AnyTagClassName
{
color: #64598D;
}
</style>
background-color css
<style>
a { background-color: #64598D; }
a { background-color: rgb(100,89,141); }
div.DivClassName
{
background-color: #64598D;
}
.BgClassName
{
background-color: #64598D;
}
</style>
border-color css
<style>
span { border-color: #64598D; }
span { border-color: rgb(100,89,141); }
td.TdClassName
{
border-color: #64598D;
}
.TagClassName
{
border-color: #64598D;
}
</style>