Shades of Butterfly Bush #66559B
Tints of Butterfly Bush #66559B
RGB
CMYK
RGB Variations
Color information
#66559B (or 0x66559B) is known color: Butterfly Bush. HEX triplet: 66, 55 and 9B. RGB value is (102,85,155). Sum of RGB (Red+Green+Blue) = 102+85+155=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #66559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66559B is #99AA64. Grayscale: #616161. Windows color (decimal): -10070629 or 10179942. OLE color: 10179942.
HSL color Cylindrical-coordinate representation of color #66559B: hue angle of 254.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66559B is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 85 | 155 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.39 |
| HSL | 254.57º | 0.29% | 0.47% | - |
| HSV(B) | 254.57º | 0.45% | 0.61% | - |
| XYZ | 14.64 | 11.69 | 32.49 | - |
| YUV | 98.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 155 | 0.34 | 0.45 | 0 | 0.39 | 254.57 | 0.29 | 0.47 |
| Hex | 66 | 55 | 9B | 22 | 2D | 0 | 27 | FF | 1D | 2F |
| Octal | 146 | 125 | 233 | 42 | 55 | 0 | 47 | 377 | 35 | 57 |
| Binary | 1100110 | 1010101 | 10011011 | 100010 | 101101 | 0 | 100111 | 11111111 | 11101 | 101111 |
Color Harmonies of #66559B
Complementary color
Monochromatic Colors of #66559B
Black with #66559B
Text Example
Text Example
White with #66559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66559B; }
p { color: rgb(102,85,155); }
H1.HeaderClassName
{
color: #66559B;
}
.AnyTagClassName
{
color: #66559B;
}
</style>
background-color css
<style>
a { background-color: #66559B; }
a { background-color: rgb(102,85,155); }
div.DivClassName
{
background-color: #66559B;
}
.BgClassName
{
background-color: #66559B;
}
</style>
border-color css
<style>
span { border-color: #66559B; }
span { border-color: rgb(102,85,155); }
td.TdClassName
{
border-color: #66559B;
}
.TagClassName
{
border-color: #66559B;
}
</style>