Shades of Butterfly Bush #64539B
Tints of Butterfly Bush #64539B
RGB
CMYK
RGB Variations
Color information
#64539B (or 0x64539B) is known color: Butterfly Bush. HEX triplet: 64, 53 and 9B. RGB value is (100,83,155). Sum of RGB (Red+Green+Blue) = 100+83+155=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #64539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64539B is #9BAC64. Grayscale: #606060. Windows color (decimal): -10202213 or 10179428. OLE color: 10179428.
HSL color Cylindrical-coordinate representation of color #64539B: hue angle of 254.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64539B is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 83 | 155 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.39 |
| HSL | 254.17º | 0.3% | 0.47% | - |
| HSV(B) | 254.17º | 0.46% | 0.61% | - |
| XYZ | 14.27 | 11.26 | 32.43 | - |
| YUV | 96.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 155 | 0.35 | 0.46 | 0 | 0.39 | 254.17 | 0.3 | 0.47 |
| Hex | 64 | 53 | 9B | 23 | 2E | 0 | 27 | FE | 1E | 2F |
| Octal | 144 | 123 | 233 | 43 | 56 | 0 | 47 | 376 | 36 | 57 |
| Binary | 1100100 | 1010011 | 10011011 | 100011 | 101110 | 0 | 100111 | 11111110 | 11110 | 101111 |
Color Harmonies of #64539B
Complementary color
Monochromatic Colors of #64539B
Black with #64539B
Text Example
Text Example
White with #64539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64539B; }
p { color: rgb(100,83,155); }
H1.HeaderClassName
{
color: #64539B;
}
.AnyTagClassName
{
color: #64539B;
}
</style>
background-color css
<style>
a { background-color: #64539B; }
a { background-color: rgb(100,83,155); }
div.DivClassName
{
background-color: #64539B;
}
.BgClassName
{
background-color: #64539B;
}
</style>
border-color css
<style>
span { border-color: #64539B; }
span { border-color: rgb(100,83,155); }
td.TdClassName
{
border-color: #64539B;
}
.TagClassName
{
border-color: #64539B;
}
</style>