Shades of Butterfly Bush #66548B
Tints of Butterfly Bush #66548B
RGB
CMYK
RGB Variations
Color information
#66548B (or 0x66548B) is known color: Butterfly Bush. HEX triplet: 66, 54 and 8B. RGB value is (102,84,139). Sum of RGB (Red+Green+Blue) = 102+84+139=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #66548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66548B is #99AB74. Grayscale: #5F5F5F. Windows color (decimal): -10070901 or 9131110. OLE color: 9131110.
HSL color Cylindrical-coordinate representation of color #66548B: hue angle of 259.64º 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 #66548B is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 84 | 139 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.45 |
| HSL | 259.64º | 0.25% | 0.44% | - |
| HSV(B) | 259.64º | 0.4% | 0.55% | - |
| XYZ | 13.31 | 11.03 | 25.85 | - |
| YUV | 95.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 139 | 0.27 | 0.40 | 0 | 0.45 | 259.64 | 0.25 | 0.44 |
| Hex | 66 | 54 | 8B | 1B | 28 | 0 | 2D | 104 | 19 | 2C |
| Octal | 146 | 124 | 213 | 33 | 50 | 0 | 55 | 404 | 31 | 54 |
| Binary | 1100110 | 1010100 | 10001011 | 11011 | 101000 | 0 | 101101 | 100000100 | 11001 | 101100 |
Color Harmonies of #66548B
Complementary color
Monochromatic Colors of #66548B
Black with #66548B
Text Example
Text Example
White with #66548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66548B; }
p { color: rgb(102,84,139); }
H1.HeaderClassName
{
color: #66548B;
}
.AnyTagClassName
{
color: #66548B;
}
</style>
background-color css
<style>
a { background-color: #66548B; }
a { background-color: rgb(102,84,139); }
div.DivClassName
{
background-color: #66548B;
}
.BgClassName
{
background-color: #66548B;
}
</style>
border-color css
<style>
span { border-color: #66548B; }
span { border-color: rgb(102,84,139); }
td.TdClassName
{
border-color: #66548B;
}
.TagClassName
{
border-color: #66548B;
}
</style>