Shades of Butterfly Bush #66509A
Tints of Butterfly Bush #66509A
RGB
CMYK
RGB Variations
Color information
#66509A (or 0x66509A) is known color: Butterfly Bush. HEX triplet: 66, 50 and 9A. RGB value is (102,80,154). Sum of RGB (Red+Green+Blue) = 102+80+154=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #66509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66509A is #99AF65. Grayscale: #5E5E5E. Windows color (decimal): -10071910 or 10113126. OLE color: 10113126.
HSL color Cylindrical-coordinate representation of color #66509A: hue angle of 257.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66509A is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 80 | 154 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.40 |
| HSL | 257.84º | 0.32% | 0.46% | - |
| HSV(B) | 257.84º | 0.48% | 0.6% | - |
| XYZ | 14.18 | 10.9 | 31.93 | - |
| YUV | 95.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 154 | 0.34 | 0.48 | 0 | 0.40 | 257.84 | 0.32 | 0.46 |
| Hex | 66 | 50 | 9A | 22 | 30 | 0 | 28 | 102 | 20 | 2E |
| Octal | 146 | 120 | 232 | 42 | 60 | 0 | 50 | 402 | 40 | 56 |
| Binary | 1100110 | 1010000 | 10011010 | 100010 | 110000 | 0 | 101000 | 100000010 | 100000 | 101110 |
Color Harmonies of #66509A
Complementary color
Monochromatic Colors of #66509A
Black with #66509A
Text Example
Text Example
White with #66509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66509A; }
p { color: rgb(102,80,154); }
H1.HeaderClassName
{
color: #66509A;
}
.AnyTagClassName
{
color: #66509A;
}
</style>
background-color css
<style>
a { background-color: #66509A; }
a { background-color: rgb(102,80,154); }
div.DivClassName
{
background-color: #66509A;
}
.BgClassName
{
background-color: #66509A;
}
</style>
border-color css
<style>
span { border-color: #66509A; }
span { border-color: rgb(102,80,154); }
td.TdClassName
{
border-color: #66509A;
}
.TagClassName
{
border-color: #66509A;
}
</style>