Shades of Butterfly Bush #664D8C
Tints of Butterfly Bush #664D8C
RGB
CMYK
RGB Variations
Color information
#664D8C (or 0x664D8C) is known color: Butterfly Bush. HEX triplet: 66, 4D and 8C. RGB value is (102,77,140). Sum of RGB (Red+Green+Blue) = 102+77+140=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #664D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664D8C is #99B273. Grayscale: #5B5B5B. Windows color (decimal): -10072692 or 9194854. OLE color: 9194854.
HSL color Cylindrical-coordinate representation of color #664D8C: hue angle of 263.81º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #664D8C is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 77 | 140 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.45 |
| HSL | 263.81º | 0.29% | 0.43% | - |
| HSV(B) | 263.81º | 0.45% | 0.55% | - |
| XYZ | 12.87 | 10.03 | 26.07 | - |
| YUV | 91.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 140 | 0.27 | 0.45 | 0 | 0.45 | 263.81 | 0.29 | 0.43 |
| Hex | 66 | 4D | 8C | 1B | 2D | 0 | 2D | 108 | 1D | 2B |
| Octal | 146 | 115 | 214 | 33 | 55 | 0 | 55 | 410 | 35 | 53 |
| Binary | 1100110 | 1001101 | 10001100 | 11011 | 101101 | 0 | 101101 | 100001000 | 11101 | 101011 |
Color Harmonies of #664D8C
Complementary color
Monochromatic Colors of #664D8C
Black with #664D8C
Text Example
Text Example
White with #664D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D8C; }
p { color: rgb(102,77,140); }
H1.HeaderClassName
{
color: #664D8C;
}
.AnyTagClassName
{
color: #664D8C;
}
</style>
background-color css
<style>
a { background-color: #664D8C; }
a { background-color: rgb(102,77,140); }
div.DivClassName
{
background-color: #664D8C;
}
.BgClassName
{
background-color: #664D8C;
}
</style>
border-color css
<style>
span { border-color: #664D8C; }
span { border-color: rgb(102,77,140); }
td.TdClassName
{
border-color: #664D8C;
}
.TagClassName
{
border-color: #664D8C;
}
</style>