Shades of Butterfly Bush #664A84
Tints of Butterfly Bush #664A84
RGB
CMYK
RGB Variations
Color information
#664A84 (or 0x664A84) is known color: Butterfly Bush. HEX triplet: 66, 4A and 84. RGB value is (102,74,132). Sum of RGB (Red+Green+Blue) = 102+74+132=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #664A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A84 is #99B57B. Grayscale: #585858. Windows color (decimal): -10073468 or 8669798. OLE color: 8669798.
HSL color Cylindrical-coordinate representation of color #664A84: hue angle of 268.97º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #664A84 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 74 | 132 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.48 |
| HSL | 268.97º | 0.28% | 0.4% | - |
| HSV(B) | 268.97º | 0.44% | 0.52% | - |
| XYZ | 12.09 | 9.39 | 23 | - |
| YUV | 88.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 132 | 0.23 | 0.44 | 0 | 0.48 | 268.97 | 0.28 | 0.4 |
| Hex | 66 | 4A | 84 | 17 | 2C | 0 | 30 | 10D | 1C | 28 |
| Octal | 146 | 112 | 204 | 27 | 54 | 0 | 60 | 415 | 34 | 50 |
| Binary | 1100110 | 1001010 | 10000100 | 10111 | 101100 | 0 | 110000 | 100001101 | 11100 | 101000 |
Color Harmonies of #664A84
Complementary color
Monochromatic Colors of #664A84
Black with #664A84
Text Example
Text Example
White with #664A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A84; }
p { color: rgb(102,74,132); }
H1.HeaderClassName
{
color: #664A84;
}
.AnyTagClassName
{
color: #664A84;
}
</style>
background-color css
<style>
a { background-color: #664A84; }
a { background-color: rgb(102,74,132); }
div.DivClassName
{
background-color: #664A84;
}
.BgClassName
{
background-color: #664A84;
}
</style>
border-color css
<style>
span { border-color: #664A84; }
span { border-color: rgb(102,74,132); }
td.TdClassName
{
border-color: #664A84;
}
.TagClassName
{
border-color: #664A84;
}
</style>