Shades of Butterfly Bush #66548D
Tints of Butterfly Bush #66548D
RGB
CMYK
RGB Variations
Color information
#66548D (or 0x66548D) is known color: Butterfly Bush. HEX triplet: 66, 54 and 8D. RGB value is (102,84,141). Sum of RGB (Red+Green+Blue) = 102+84+141=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #66548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66548D is #99AB72. Grayscale: #5F5F5F. Windows color (decimal): -10070899 or 9262182. OLE color: 9262182.
HSL color Cylindrical-coordinate representation of color #66548D: hue angle of 258.95º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66548D is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 84 | 141 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.45 |
| HSL | 258.95º | 0.25% | 0.44% | - |
| HSV(B) | 258.95º | 0.4% | 0.55% | - |
| XYZ | 13.46 | 11.09 | 26.63 | - |
| YUV | 95.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 141 | 0.28 | 0.40 | 0 | 0.45 | 258.95 | 0.25 | 0.44 |
| Hex | 66 | 54 | 8D | 1C | 28 | 0 | 2D | 103 | 19 | 2C |
| Octal | 146 | 124 | 215 | 34 | 50 | 0 | 55 | 403 | 31 | 54 |
| Binary | 1100110 | 1010100 | 10001101 | 11100 | 101000 | 0 | 101101 | 100000011 | 11001 | 101100 |
Color Harmonies of #66548D
Complementary color
Monochromatic Colors of #66548D
Black with #66548D
Text Example
Text Example
White with #66548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66548D; }
p { color: rgb(102,84,141); }
H1.HeaderClassName
{
color: #66548D;
}
.AnyTagClassName
{
color: #66548D;
}
</style>
background-color css
<style>
a { background-color: #66548D; }
a { background-color: rgb(102,84,141); }
div.DivClassName
{
background-color: #66548D;
}
.BgClassName
{
background-color: #66548D;
}
</style>
border-color css
<style>
span { border-color: #66548D; }
span { border-color: rgb(102,84,141); }
td.TdClassName
{
border-color: #66548D;
}
.TagClassName
{
border-color: #66548D;
}
</style>