Shades of Butterfly Bush #664A96
Tints of Butterfly Bush #664A96
RGB
CMYK
RGB Variations
Color information
#664A96 (or 0x664A96) is known color: Butterfly Bush. HEX triplet: 66, 4A and 96. RGB value is (102,74,150). Sum of RGB (Red+Green+Blue) = 102+74+150=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #664A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A96 is #99B569. Grayscale: #5A5A5A. Windows color (decimal): -10073450 or 9849446. OLE color: 9849446.
HSL color Cylindrical-coordinate representation of color #664A96: hue angle of 262.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #664A96 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 74 | 150 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.41 |
| HSL | 262.11º | 0.34% | 0.44% | - |
| HSV(B) | 262.11º | 0.51% | 0.59% | - |
| XYZ | 13.43 | 9.92 | 30.06 | - |
| YUV | 91.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 150 | 0.32 | 0.51 | 0 | 0.41 | 262.11 | 0.34 | 0.44 |
| Hex | 66 | 4A | 96 | 20 | 33 | 0 | 29 | 106 | 22 | 2C |
| Octal | 146 | 112 | 226 | 40 | 63 | 0 | 51 | 406 | 42 | 54 |
| Binary | 1100110 | 1001010 | 10010110 | 100000 | 110011 | 0 | 101001 | 100000110 | 100010 | 101100 |
Color Harmonies of #664A96
Complementary color
Monochromatic Colors of #664A96
Black with #664A96
Text Example
Text Example
White with #664A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A96; }
p { color: rgb(102,74,150); }
H1.HeaderClassName
{
color: #664A96;
}
.AnyTagClassName
{
color: #664A96;
}
</style>
background-color css
<style>
a { background-color: #664A96; }
a { background-color: rgb(102,74,150); }
div.DivClassName
{
background-color: #664A96;
}
.BgClassName
{
background-color: #664A96;
}
</style>
border-color css
<style>
span { border-color: #664A96; }
span { border-color: rgb(102,74,150); }
td.TdClassName
{
border-color: #664A96;
}
.TagClassName
{
border-color: #664A96;
}
</style>