Shades of Butterfly Bush #66539D
Tints of Butterfly Bush #66539D
RGB
CMYK
RGB Variations
Color information
#66539D (or 0x66539D) is known color: Butterfly Bush. HEX triplet: 66, 53 and 9D. RGB value is (102,83,157). Sum of RGB (Red+Green+Blue) = 102+83+157=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #66539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66539D is #99AC62. Grayscale: #606060. Windows color (decimal): -10071139 or 10310502. OLE color: 10310502.
HSL color Cylindrical-coordinate representation of color #66539D: hue angle of 255.41º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66539D is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 83 | 157 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.38 |
| HSL | 255.41º | 0.31% | 0.47% | - |
| HSV(B) | 255.41º | 0.47% | 0.62% | - |
| XYZ | 14.66 | 11.45 | 33.33 | - |
| YUV | 97.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 157 | 0.35 | 0.47 | 0 | 0.38 | 255.41 | 0.31 | 0.47 |
| Hex | 66 | 53 | 9D | 23 | 2F | 0 | 26 | FF | 1F | 2F |
| Octal | 146 | 123 | 235 | 43 | 57 | 0 | 46 | 377 | 37 | 57 |
| Binary | 1100110 | 1010011 | 10011101 | 100011 | 101111 | 0 | 100110 | 11111111 | 11111 | 101111 |
Color Harmonies of #66539D
Complementary color
Monochromatic Colors of #66539D
Black with #66539D
Text Example
Text Example
White with #66539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66539D; }
p { color: rgb(102,83,157); }
H1.HeaderClassName
{
color: #66539D;
}
.AnyTagClassName
{
color: #66539D;
}
</style>
background-color css
<style>
a { background-color: #66539D; }
a { background-color: rgb(102,83,157); }
div.DivClassName
{
background-color: #66539D;
}
.BgClassName
{
background-color: #66539D;
}
</style>
border-color css
<style>
span { border-color: #66539D; }
span { border-color: rgb(102,83,157); }
td.TdClassName
{
border-color: #66539D;
}
.TagClassName
{
border-color: #66539D;
}
</style>