Shades of Butterfly Bush #664A8A
Tints of Butterfly Bush #664A8A
RGB
CMYK
RGB Variations
Color information
#664A8A (or 0x664A8A) is known color: Butterfly Bush. HEX triplet: 66, 4A and 8A. RGB value is (102,74,138). Sum of RGB (Red+Green+Blue) = 102+74+138=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #664A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A8A is #99B575. Grayscale: #595959. Windows color (decimal): -10073462 or 9063014. OLE color: 9063014.
HSL color Cylindrical-coordinate representation of color #664A8A: hue angle of 266.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #664A8A is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 74 | 138 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.46 |
| HSL | 266.25º | 0.3% | 0.42% | - |
| HSV(B) | 266.25º | 0.46% | 0.54% | - |
| XYZ | 12.52 | 9.56 | 25.23 | - |
| YUV | 89.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 138 | 0.26 | 0.46 | 0 | 0.46 | 266.25 | 0.3 | 0.42 |
| Hex | 66 | 4A | 8A | 1A | 2E | 0 | 2E | 10A | 1E | 2A |
| Octal | 146 | 112 | 212 | 32 | 56 | 0 | 56 | 412 | 36 | 52 |
| Binary | 1100110 | 1001010 | 10001010 | 11010 | 101110 | 0 | 101110 | 100001010 | 11110 | 101010 |
Color Harmonies of #664A8A
Complementary color
Monochromatic Colors of #664A8A
Black with #664A8A
Text Example
Text Example
White with #664A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A8A; }
p { color: rgb(102,74,138); }
H1.HeaderClassName
{
color: #664A8A;
}
.AnyTagClassName
{
color: #664A8A;
}
</style>
background-color css
<style>
a { background-color: #664A8A; }
a { background-color: rgb(102,74,138); }
div.DivClassName
{
background-color: #664A8A;
}
.BgClassName
{
background-color: #664A8A;
}
</style>
border-color css
<style>
span { border-color: #664A8A; }
span { border-color: rgb(102,74,138); }
td.TdClassName
{
border-color: #664A8A;
}
.TagClassName
{
border-color: #664A8A;
}
</style>