Shades of Butterfly Bush #664A8D
Tints of Butterfly Bush #664A8D
RGB
CMYK
RGB Variations
Color information
#664A8D (or 0x664A8D) is known color: Butterfly Bush. HEX triplet: 66, 4A and 8D. RGB value is (102,74,141). Sum of RGB (Red+Green+Blue) = 102+74+141=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #664A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A8D is #99B572. Grayscale: #595959. Windows color (decimal): -10073459 or 9259622. OLE color: 9259622.
HSL color Cylindrical-coordinate representation of color #664A8D: hue angle of 265.07º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #664A8D is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 74 | 141 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.45 |
| HSL | 265.07º | 0.31% | 0.42% | - |
| HSV(B) | 265.07º | 0.48% | 0.55% | - |
| XYZ | 12.74 | 9.65 | 26.39 | - |
| YUV | 90.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 141 | 0.28 | 0.48 | 0 | 0.45 | 265.07 | 0.31 | 0.42 |
| Hex | 66 | 4A | 8D | 1C | 30 | 0 | 2D | 109 | 1F | 2A |
| Octal | 146 | 112 | 215 | 34 | 60 | 0 | 55 | 411 | 37 | 52 |
| Binary | 1100110 | 1001010 | 10001101 | 11100 | 110000 | 0 | 101101 | 100001001 | 11111 | 101010 |
Color Harmonies of #664A8D
Complementary color
Monochromatic Colors of #664A8D
Black with #664A8D
Text Example
Text Example
White with #664A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A8D; }
p { color: rgb(102,74,141); }
H1.HeaderClassName
{
color: #664A8D;
}
.AnyTagClassName
{
color: #664A8D;
}
</style>
background-color css
<style>
a { background-color: #664A8D; }
a { background-color: rgb(102,74,141); }
div.DivClassName
{
background-color: #664A8D;
}
.BgClassName
{
background-color: #664A8D;
}
</style>
border-color css
<style>
span { border-color: #664A8D; }
span { border-color: rgb(102,74,141); }
td.TdClassName
{
border-color: #664A8D;
}
.TagClassName
{
border-color: #664A8D;
}
</style>