Shades of Butterfly Bush #66498C
Tints of Butterfly Bush #66498C
RGB
CMYK
RGB Variations
Color information
#66498C (or 0x66498C) is known color: Butterfly Bush. HEX triplet: 66, 49 and 8C. RGB value is (102,73,140). Sum of RGB (Red+Green+Blue) = 102+73+140=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #66498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66498C is #99B673. Grayscale: #595959. Windows color (decimal): -10073716 or 9193830. OLE color: 9193830.
HSL color Cylindrical-coordinate representation of color #66498C: hue angle of 265.97º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66498C is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 73 | 140 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.45 |
| HSL | 265.97º | 0.31% | 0.42% | - |
| HSV(B) | 265.97º | 0.48% | 0.55% | - |
| XYZ | 12.6 | 9.48 | 25.98 | - |
| YUV | 89.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 140 | 0.27 | 0.48 | 0 | 0.45 | 265.97 | 0.31 | 0.42 |
| Hex | 66 | 49 | 8C | 1B | 30 | 0 | 2D | 10A | 1F | 2A |
| Octal | 146 | 111 | 214 | 33 | 60 | 0 | 55 | 412 | 37 | 52 |
| Binary | 1100110 | 1001001 | 10001100 | 11011 | 110000 | 0 | 101101 | 100001010 | 11111 | 101010 |
Color Harmonies of #66498C
Complementary color
Monochromatic Colors of #66498C
Black with #66498C
Text Example
Text Example
White with #66498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66498C; }
p { color: rgb(102,73,140); }
H1.HeaderClassName
{
color: #66498C;
}
.AnyTagClassName
{
color: #66498C;
}
</style>
background-color css
<style>
a { background-color: #66498C; }
a { background-color: rgb(102,73,140); }
div.DivClassName
{
background-color: #66498C;
}
.BgClassName
{
background-color: #66498C;
}
</style>
border-color css
<style>
span { border-color: #66498C; }
span { border-color: rgb(102,73,140); }
td.TdClassName
{
border-color: #66498C;
}
.TagClassName
{
border-color: #66498C;
}
</style>