Shades of Butterfly Bush #64578B
Tints of Butterfly Bush #64578B
RGB
CMYK
RGB Variations
Color information
#64578B (or 0x64578B) is known color: Butterfly Bush. HEX triplet: 64, 57 and 8B. RGB value is (100,87,139). Sum of RGB (Red+Green+Blue) = 100+87+139=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #64578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64578B is #9BA874. Grayscale: #606060. Windows color (decimal): -10201205 or 9131876. OLE color: 9131876.
HSL color Cylindrical-coordinate representation of color #64578B: hue angle of 255º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64578B is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 87 | 139 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.45 |
| HSL | 255º | 0.23% | 0.44% | - |
| HSV(B) | 255º | 0.37% | 0.55% | - |
| XYZ | 13.32 | 11.39 | 25.92 | - |
| YUV | 96.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 139 | 0.28 | 0.37 | 0 | 0.45 | 255 | 0.23 | 0.44 |
| Hex | 64 | 57 | 8B | 1C | 25 | 0 | 2D | FF | 17 | 2C |
| Octal | 144 | 127 | 213 | 34 | 45 | 0 | 55 | 377 | 27 | 54 |
| Binary | 1100100 | 1010111 | 10001011 | 11100 | 100101 | 0 | 101101 | 11111111 | 10111 | 101100 |
Color Harmonies of #64578B
Complementary color
Monochromatic Colors of #64578B
Black with #64578B
Text Example
Text Example
White with #64578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64578B; }
p { color: rgb(100,87,139); }
H1.HeaderClassName
{
color: #64578B;
}
.AnyTagClassName
{
color: #64578B;
}
</style>
background-color css
<style>
a { background-color: #64578B; }
a { background-color: rgb(100,87,139); }
div.DivClassName
{
background-color: #64578B;
}
.BgClassName
{
background-color: #64578B;
}
</style>
border-color css
<style>
span { border-color: #64578B; }
span { border-color: rgb(100,87,139); }
td.TdClassName
{
border-color: #64578B;
}
.TagClassName
{
border-color: #64578B;
}
</style>