Shades of Butterfly Bush #664E97
Tints of Butterfly Bush #664E97
RGB
CMYK
RGB Variations
Color information
#664E97 (or 0x664E97) is known color: Butterfly Bush. HEX triplet: 66, 4E and 97. RGB value is (102,78,151). Sum of RGB (Red+Green+Blue) = 102+78+151=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #664E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664E97 is #99B168. Grayscale: #5D5D5D. Windows color (decimal): -10072425 or 9916006. OLE color: 9916006.
HSL color Cylindrical-coordinate representation of color #664E97: hue angle of 259.73º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #664E97 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 78 | 151 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.41 |
| HSL | 259.73º | 0.32% | 0.45% | - |
| HSV(B) | 259.73º | 0.48% | 0.59% | - |
| XYZ | 13.79 | 10.51 | 30.58 | - |
| YUV | 93.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 151 | 0.32 | 0.48 | 0 | 0.41 | 259.73 | 0.32 | 0.45 |
| Hex | 66 | 4E | 97 | 20 | 30 | 0 | 29 | 104 | 20 | 2D |
| Octal | 146 | 116 | 227 | 40 | 60 | 0 | 51 | 404 | 40 | 55 |
| Binary | 1100110 | 1001110 | 10010111 | 100000 | 110000 | 0 | 101001 | 100000100 | 100000 | 101101 |
Color Harmonies of #664E97
Complementary color
Monochromatic Colors of #664E97
Black with #664E97
Text Example
Text Example
White with #664E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E97; }
p { color: rgb(102,78,151); }
H1.HeaderClassName
{
color: #664E97;
}
.AnyTagClassName
{
color: #664E97;
}
</style>
background-color css
<style>
a { background-color: #664E97; }
a { background-color: rgb(102,78,151); }
div.DivClassName
{
background-color: #664E97;
}
.BgClassName
{
background-color: #664E97;
}
</style>
border-color css
<style>
span { border-color: #664E97; }
span { border-color: rgb(102,78,151); }
td.TdClassName
{
border-color: #664E97;
}
.TagClassName
{
border-color: #664E97;
}
</style>