Shades of Butterfly Bush #665485
Tints of Butterfly Bush #665485
RGB
CMYK
RGB Variations
Color information
#665485 (or 0x665485) is known color: Butterfly Bush. HEX triplet: 66, 54 and 85. RGB value is (102,84,133). Sum of RGB (Red+Green+Blue) = 102+84+133=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #665485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665485 is #99AB7A. Grayscale: #5E5E5E. Windows color (decimal): -10070907 or 8737894. OLE color: 8737894.
HSL color Cylindrical-coordinate representation of color #665485: hue angle of 262.04º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665485 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 84 | 133 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.48 |
| HSL | 262.04º | 0.23% | 0.43% | - |
| HSV(B) | 262.04º | 0.37% | 0.52% | - |
| XYZ | 12.88 | 10.86 | 23.61 | - |
| YUV | 94.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 133 | 0.23 | 0.37 | 0 | 0.48 | 262.04 | 0.23 | 0.43 |
| Hex | 66 | 54 | 85 | 17 | 25 | 0 | 30 | 106 | 17 | 2B |
| Octal | 146 | 124 | 205 | 27 | 45 | 0 | 60 | 406 | 27 | 53 |
| Binary | 1100110 | 1010100 | 10000101 | 10111 | 100101 | 0 | 110000 | 100000110 | 10111 | 101011 |
Color Harmonies of #665485
Complementary color
Monochromatic Colors of #665485
Black with #665485
Text Example
Text Example
White with #665485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665485; }
p { color: rgb(102,84,133); }
H1.HeaderClassName
{
color: #665485;
}
.AnyTagClassName
{
color: #665485;
}
</style>
background-color css
<style>
a { background-color: #665485; }
a { background-color: rgb(102,84,133); }
div.DivClassName
{
background-color: #665485;
}
.BgClassName
{
background-color: #665485;
}
</style>
border-color css
<style>
span { border-color: #665485; }
span { border-color: rgb(102,84,133); }
td.TdClassName
{
border-color: #665485;
}
.TagClassName
{
border-color: #665485;
}
</style>