Shades of Butterfly Bush #66498E
Tints of Butterfly Bush #66498E
RGB
CMYK
RGB Variations
Color information
#66498E (or 0x66498E) is known color: Butterfly Bush. HEX triplet: 66, 49 and 8E. RGB value is (102,73,142). Sum of RGB (Red+Green+Blue) = 102+73+142=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #66498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66498E is #99B671. Grayscale: #595959. Windows color (decimal): -10073714 or 9324902. OLE color: 9324902.
HSL color Cylindrical-coordinate representation of color #66498E: hue angle of 265.22º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66498E is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 73 | 142 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.44 |
| HSL | 265.22º | 0.32% | 0.42% | - |
| HSV(B) | 265.22º | 0.49% | 0.56% | - |
| XYZ | 12.74 | 9.54 | 26.76 | - |
| YUV | 89.54 | 157.61 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 142 | 0.28 | 0.49 | 0 | 0.44 | 265.22 | 0.32 | 0.42 |
| Hex | 66 | 49 | 8E | 1C | 31 | 0 | 2C | 109 | 20 | 2A |
| Octal | 146 | 111 | 216 | 34 | 61 | 0 | 54 | 411 | 40 | 52 |
| Binary | 1100110 | 1001001 | 10001110 | 11100 | 110001 | 0 | 101100 | 100001001 | 100000 | 101010 |
Color Harmonies of #66498E
Complementary color
Monochromatic Colors of #66498E
Black with #66498E
Text Example
Text Example
White with #66498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66498E; }
p { color: rgb(102,73,142); }
H1.HeaderClassName
{
color: #66498E;
}
.AnyTagClassName
{
color: #66498E;
}
</style>
background-color css
<style>
a { background-color: #66498E; }
a { background-color: rgb(102,73,142); }
div.DivClassName
{
background-color: #66498E;
}
.BgClassName
{
background-color: #66498E;
}
</style>
border-color css
<style>
span { border-color: #66498E; }
span { border-color: rgb(102,73,142); }
td.TdClassName
{
border-color: #66498E;
}
.TagClassName
{
border-color: #66498E;
}
</style>