Shades of Butterfly Bush #64558C
Tints of Butterfly Bush #64558C
RGB
CMYK
RGB Variations
Color information
#64558C (or 0x64558C) is known color: Butterfly Bush. HEX triplet: 64, 55 and 8C. RGB value is (100,85,140). Sum of RGB (Red+Green+Blue) = 100+85+140=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #64558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64558C is #9BAA73. Grayscale: #5F5F5F. Windows color (decimal): -10201716 or 9196900. OLE color: 9196900.
HSL color Cylindrical-coordinate representation of color #64558C: hue angle of 256.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64558C is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 85 | 140 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.45 |
| HSL | 256.36º | 0.24% | 0.44% | - |
| HSV(B) | 256.36º | 0.39% | 0.55% | - |
| XYZ | 13.24 | 11.1 | 26.26 | - |
| YUV | 95.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 140 | 0.29 | 0.39 | 0 | 0.45 | 256.36 | 0.24 | 0.44 |
| Hex | 64 | 55 | 8C | 1D | 27 | 0 | 2D | 100 | 18 | 2C |
| Octal | 144 | 125 | 214 | 35 | 47 | 0 | 55 | 400 | 30 | 54 |
| Binary | 1100100 | 1010101 | 10001100 | 11101 | 100111 | 0 | 101101 | 100000000 | 11000 | 101100 |
Color Harmonies of #64558C
Complementary color
Monochromatic Colors of #64558C
Black with #64558C
Text Example
Text Example
White with #64558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64558C; }
p { color: rgb(100,85,140); }
H1.HeaderClassName
{
color: #64558C;
}
.AnyTagClassName
{
color: #64558C;
}
</style>
background-color css
<style>
a { background-color: #64558C; }
a { background-color: rgb(100,85,140); }
div.DivClassName
{
background-color: #64558C;
}
.BgClassName
{
background-color: #64558C;
}
</style>
border-color css
<style>
span { border-color: #64558C; }
span { border-color: rgb(100,85,140); }
td.TdClassName
{
border-color: #64558C;
}
.TagClassName
{
border-color: #64558C;
}
</style>