Shades of Butterfly Bush #664A83
Tints of Butterfly Bush #664A83
RGB
CMYK
RGB Variations
Color information
#664A83 (or 0x664A83) is known color: Butterfly Bush. HEX triplet: 66, 4A and 83. RGB value is (102,74,131). Sum of RGB (Red+Green+Blue) = 102+74+131=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #664A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A83 is #99B57C. Grayscale: #585858. Windows color (decimal): -10073469 or 8604262. OLE color: 8604262.
HSL color Cylindrical-coordinate representation of color #664A83: hue angle of 269.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #664A83 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 74 | 131 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.49 |
| HSL | 269.47º | 0.28% | 0.4% | - |
| HSV(B) | 269.47º | 0.44% | 0.51% | - |
| XYZ | 12.03 | 9.36 | 22.65 | - |
| YUV | 88.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 131 | 0.22 | 0.44 | 0 | 0.49 | 269.47 | 0.28 | 0.4 |
| Hex | 66 | 4A | 83 | 16 | 2C | 0 | 31 | 10D | 1C | 28 |
| Octal | 146 | 112 | 203 | 26 | 54 | 0 | 61 | 415 | 34 | 50 |
| Binary | 1100110 | 1001010 | 10000011 | 10110 | 101100 | 0 | 110001 | 100001101 | 11100 | 101000 |
Color Harmonies of #664A83
Complementary color
Monochromatic Colors of #664A83
Black with #664A83
Text Example
Text Example
White with #664A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A83; }
p { color: rgb(102,74,131); }
H1.HeaderClassName
{
color: #664A83;
}
.AnyTagClassName
{
color: #664A83;
}
</style>
background-color css
<style>
a { background-color: #664A83; }
a { background-color: rgb(102,74,131); }
div.DivClassName
{
background-color: #664A83;
}
.BgClassName
{
background-color: #664A83;
}
</style>
border-color css
<style>
span { border-color: #664A83; }
span { border-color: rgb(102,74,131); }
td.TdClassName
{
border-color: #664A83;
}
.TagClassName
{
border-color: #664A83;
}
</style>