Shades of Butterfly Bush #664A8E
Tints of Butterfly Bush #664A8E
RGB
CMYK
RGB Variations
Color information
#664A8E (or 0x664A8E) is known color: Butterfly Bush. HEX triplet: 66, 4A and 8E. RGB value is (102,74,142). Sum of RGB (Red+Green+Blue) = 102+74+142=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #664A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A8E is #99B571. Grayscale: #595959. Windows color (decimal): -10073458 or 9325158. OLE color: 9325158.
HSL color Cylindrical-coordinate representation of color #664A8E: hue angle of 264.71º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #664A8E is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 74 | 142 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.44 |
| HSL | 264.71º | 0.31% | 0.42% | - |
| HSV(B) | 264.71º | 0.48% | 0.56% | - |
| XYZ | 12.81 | 9.68 | 26.78 | - |
| YUV | 90.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 142 | 0.28 | 0.48 | 0 | 0.44 | 264.71 | 0.31 | 0.42 |
| Hex | 66 | 4A | 8E | 1C | 30 | 0 | 2C | 109 | 1F | 2A |
| Octal | 146 | 112 | 216 | 34 | 60 | 0 | 54 | 411 | 37 | 52 |
| Binary | 1100110 | 1001010 | 10001110 | 11100 | 110000 | 0 | 101100 | 100001001 | 11111 | 101010 |
Color Harmonies of #664A8E
Complementary color
Monochromatic Colors of #664A8E
Black with #664A8E
Text Example
Text Example
White with #664A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A8E; }
p { color: rgb(102,74,142); }
H1.HeaderClassName
{
color: #664A8E;
}
.AnyTagClassName
{
color: #664A8E;
}
</style>
background-color css
<style>
a { background-color: #664A8E; }
a { background-color: rgb(102,74,142); }
div.DivClassName
{
background-color: #664A8E;
}
.BgClassName
{
background-color: #664A8E;
}
</style>
border-color css
<style>
span { border-color: #664A8E; }
span { border-color: rgb(102,74,142); }
td.TdClassName
{
border-color: #664A8E;
}
.TagClassName
{
border-color: #664A8E;
}
</style>