Shades of Butterfly Bush #64518B
Tints of Butterfly Bush #64518B
RGB
CMYK
RGB Variations
Color information
#64518B (or 0x64518B) is known color: Butterfly Bush. HEX triplet: 64, 51 and 8B. RGB value is (100,81,139). Sum of RGB (Red+Green+Blue) = 100+81+139=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #64518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64518B is #9BAE74. Grayscale: #5D5D5D. Windows color (decimal): -10202741 or 9130340. OLE color: 9130340.
HSL color Cylindrical-coordinate representation of color #64518B: hue angle of 259.66º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64518B is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 81 | 139 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.45 |
| HSL | 259.66º | 0.26% | 0.43% | - |
| HSV(B) | 259.66º | 0.42% | 0.55% | - |
| XYZ | 12.86 | 10.46 | 25.77 | - |
| YUV | 93.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 139 | 0.28 | 0.42 | 0 | 0.45 | 259.66 | 0.26 | 0.43 |
| Hex | 64 | 51 | 8B | 1C | 2A | 0 | 2D | 104 | 1A | 2B |
| Octal | 144 | 121 | 213 | 34 | 52 | 0 | 55 | 404 | 32 | 53 |
| Binary | 1100100 | 1010001 | 10001011 | 11100 | 101010 | 0 | 101101 | 100000100 | 11010 | 101011 |
Color Harmonies of #64518B
Complementary color
Monochromatic Colors of #64518B
Black with #64518B
Text Example
Text Example
White with #64518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64518B; }
p { color: rgb(100,81,139); }
H1.HeaderClassName
{
color: #64518B;
}
.AnyTagClassName
{
color: #64518B;
}
</style>
background-color css
<style>
a { background-color: #64518B; }
a { background-color: rgb(100,81,139); }
div.DivClassName
{
background-color: #64518B;
}
.BgClassName
{
background-color: #64518B;
}
</style>
border-color css
<style>
span { border-color: #64518B; }
span { border-color: rgb(100,81,139); }
td.TdClassName
{
border-color: #64518B;
}
.TagClassName
{
border-color: #64518B;
}
</style>