Shades of Butterfly Bush #66578A
Tints of Butterfly Bush #66578A
RGB
CMYK
RGB Variations
Color information
#66578A (or 0x66578A) is known color: Butterfly Bush. HEX triplet: 66, 57 and 8A. RGB value is (102,87,138). Sum of RGB (Red+Green+Blue) = 102+87+138=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #66578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66578A is #99A875. Grayscale: #616161. Windows color (decimal): -10070134 or 9066342. OLE color: 9066342.
HSL color Cylindrical-coordinate representation of color #66578A: hue angle of 257.65º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66578A is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 87 | 138 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.46 |
| HSL | 257.65º | 0.23% | 0.44% | - |
| HSV(B) | 257.65º | 0.37% | 0.54% | - |
| XYZ | 13.48 | 11.48 | 25.55 | - |
| YUV | 97.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 138 | 0.26 | 0.37 | 0 | 0.46 | 257.65 | 0.23 | 0.44 |
| Hex | 66 | 57 | 8A | 1A | 25 | 0 | 2E | 102 | 17 | 2C |
| Octal | 146 | 127 | 212 | 32 | 45 | 0 | 56 | 402 | 27 | 54 |
| Binary | 1100110 | 1010111 | 10001010 | 11010 | 100101 | 0 | 101110 | 100000010 | 10111 | 101100 |
Color Harmonies of #66578A
Complementary color
Monochromatic Colors of #66578A
Black with #66578A
Text Example
Text Example
White with #66578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66578A; }
p { color: rgb(102,87,138); }
H1.HeaderClassName
{
color: #66578A;
}
.AnyTagClassName
{
color: #66578A;
}
</style>
background-color css
<style>
a { background-color: #66578A; }
a { background-color: rgb(102,87,138); }
div.DivClassName
{
background-color: #66578A;
}
.BgClassName
{
background-color: #66578A;
}
</style>
border-color css
<style>
span { border-color: #66578A; }
span { border-color: rgb(102,87,138); }
td.TdClassName
{
border-color: #66578A;
}
.TagClassName
{
border-color: #66578A;
}
</style>