Shades of Butterfly Bush #66509E
Tints of Butterfly Bush #66509E
RGB
CMYK
RGB Variations
Color information
#66509E (or 0x66509E) is known color: Butterfly Bush. HEX triplet: 66, 50 and 9E. RGB value is (102,80,158). Sum of RGB (Red+Green+Blue) = 102+80+158=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #66509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66509E is #99AF61. Grayscale: #5F5F5F. Windows color (decimal): -10071906 or 10375270. OLE color: 10375270.
HSL color Cylindrical-coordinate representation of color #66509E: hue angle of 256.92º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66509E is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 80 | 158 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.38 |
| HSL | 256.92º | 0.33% | 0.47% | - |
| HSV(B) | 256.92º | 0.49% | 0.62% | - |
| XYZ | 14.52 | 11.03 | 33.71 | - |
| YUV | 95.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 158 | 0.35 | 0.49 | 0 | 0.38 | 256.92 | 0.33 | 0.47 |
| Hex | 66 | 50 | 9E | 23 | 31 | 0 | 26 | 101 | 21 | 2F |
| Octal | 146 | 120 | 236 | 43 | 61 | 0 | 46 | 401 | 41 | 57 |
| Binary | 1100110 | 1010000 | 10011110 | 100011 | 110001 | 0 | 100110 | 100000001 | 100001 | 101111 |
Color Harmonies of #66509E
Complementary color
Monochromatic Colors of #66509E
Black with #66509E
Text Example
Text Example
White with #66509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66509E; }
p { color: rgb(102,80,158); }
H1.HeaderClassName
{
color: #66509E;
}
.AnyTagClassName
{
color: #66509E;
}
</style>
background-color css
<style>
a { background-color: #66509E; }
a { background-color: rgb(102,80,158); }
div.DivClassName
{
background-color: #66509E;
}
.BgClassName
{
background-color: #66509E;
}
</style>
border-color css
<style>
span { border-color: #66509E; }
span { border-color: rgb(102,80,158); }
td.TdClassName
{
border-color: #66509E;
}
.TagClassName
{
border-color: #66509E;
}
</style>