Shades of Butterfly Bush #665199
Tints of Butterfly Bush #665199
RGB
CMYK
RGB Variations
Color information
#665199 (or 0x665199) is known color: Butterfly Bush. HEX triplet: 66, 51 and 99. RGB value is (102,81,153). Sum of RGB (Red+Green+Blue) = 102+81+153=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #665199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665199 is #99AE66. Grayscale: #5F5F5F. Windows color (decimal): -10071655 or 10047846. OLE color: 10047846.
HSL color Cylindrical-coordinate representation of color #665199: hue angle of 257.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #665199 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 81 | 153 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.4 |
| HSL | 257.5º | 0.31% | 0.46% | - |
| HSV(B) | 257.5º | 0.47% | 0.6% | - |
| XYZ | 14.17 | 11.01 | 31.52 | - |
| YUV | 95.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 153 | 0.33 | 0.47 | 0 | 0.4 | 257.5 | 0.31 | 0.46 |
| Hex | 66 | 51 | 99 | 21 | 2F | 0 | 28 | 102 | 1F | 2E |
| Octal | 146 | 121 | 231 | 41 | 57 | 0 | 50 | 402 | 37 | 56 |
| Binary | 1100110 | 1010001 | 10011001 | 100001 | 101111 | 0 | 101000 | 100000010 | 11111 | 101110 |
Color Harmonies of #665199
Complementary color
Monochromatic Colors of #665199
Black with #665199
Text Example
Text Example
White with #665199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665199; }
p { color: rgb(102,81,153); }
H1.HeaderClassName
{
color: #665199;
}
.AnyTagClassName
{
color: #665199;
}
</style>
background-color css
<style>
a { background-color: #665199; }
a { background-color: rgb(102,81,153); }
div.DivClassName
{
background-color: #665199;
}
.BgClassName
{
background-color: #665199;
}
</style>
border-color css
<style>
span { border-color: #665199; }
span { border-color: rgb(102,81,153); }
td.TdClassName
{
border-color: #665199;
}
.TagClassName
{
border-color: #665199;
}
</style>