Shades of Butterfly Bush #664E7F
Tints of Butterfly Bush #664E7F
RGB
CMYK
RGB Variations
Color information
#664E7F (or 0x664E7F) is known color: Butterfly Bush. HEX triplet: 66, 4E and 7F. RGB value is (102,78,127). Sum of RGB (Red+Green+Blue) = 102+78+127=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #664E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E7F is #99B180. Grayscale: #5A5A5A. Windows color (decimal): -10072449 or 8343142. OLE color: 8343142.
HSL color Cylindrical-coordinate representation of color #664E7F: hue angle of 269.39º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #664E7F is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 78 | 127 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.50 |
| HSL | 269.39º | 0.24% | 0.4% | - |
| HSV(B) | 269.39º | 0.39% | 0.5% | - |
| XYZ | 12.03 | 9.81 | 21.34 | - |
| YUV | 90.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 127 | 0.20 | 0.39 | 0 | 0.50 | 269.39 | 0.24 | 0.4 |
| Hex | 66 | 4E | 7F | 14 | 27 | 0 | 32 | 10D | 18 | 28 |
| Octal | 146 | 116 | 177 | 24 | 47 | 0 | 62 | 415 | 30 | 50 |
| Binary | 1100110 | 1001110 | 1111111 | 10100 | 100111 | 0 | 110010 | 100001101 | 11000 | 101000 |
Color Harmonies of #664E7F
Complementary color
Monochromatic Colors of #664E7F
Black with #664E7F
Text Example
Text Example
White with #664E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E7F; }
p { color: rgb(102,78,127); }
H1.HeaderClassName
{
color: #664E7F;
}
.AnyTagClassName
{
color: #664E7F;
}
</style>
background-color css
<style>
a { background-color: #664E7F; }
a { background-color: rgb(102,78,127); }
div.DivClassName
{
background-color: #664E7F;
}
.BgClassName
{
background-color: #664E7F;
}
</style>
border-color css
<style>
span { border-color: #664E7F; }
span { border-color: rgb(102,78,127); }
td.TdClassName
{
border-color: #664E7F;
}
.TagClassName
{
border-color: #664E7F;
}
</style>