Shades of Butterfly Bush #684A87
Tints of Butterfly Bush #684A87
RGB
CMYK
RGB Variations
Color information
#684A87 (or 0x684A87) is known color: Butterfly Bush. HEX triplet: 68, 4A and 87. RGB value is (104,74,135). Sum of RGB (Red+Green+Blue) = 104+74+135=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #684A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684A87 is #97B578. Grayscale: #595959. Windows color (decimal): -9942393 or 8866408. OLE color: 8866408.
HSL color Cylindrical-coordinate representation of color #684A87: hue angle of 269.51º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #684A87 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 74 | 135 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.47 |
| HSL | 269.51º | 0.29% | 0.41% | - |
| HSV(B) | 269.51º | 0.45% | 0.53% | - |
| XYZ | 12.53 | 9.59 | 24.11 | - |
| YUV | 89.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 135 | 0.23 | 0.45 | 0 | 0.47 | 269.51 | 0.29 | 0.41 |
| Hex | 68 | 4A | 87 | 17 | 2D | 0 | 2F | 10E | 1D | 29 |
| Octal | 150 | 112 | 207 | 27 | 55 | 0 | 57 | 416 | 35 | 51 |
| Binary | 1101000 | 1001010 | 10000111 | 10111 | 101101 | 0 | 101111 | 100001110 | 11101 | 101001 |
Color Harmonies of #684A87
Complementary color
Monochromatic Colors of #684A87
Black with #684A87
Text Example
Text Example
White with #684A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A87; }
p { color: rgb(104,74,135); }
H1.HeaderClassName
{
color: #684A87;
}
.AnyTagClassName
{
color: #684A87;
}
</style>
background-color css
<style>
a { background-color: #684A87; }
a { background-color: rgb(104,74,135); }
div.DivClassName
{
background-color: #684A87;
}
.BgClassName
{
background-color: #684A87;
}
</style>
border-color css
<style>
span { border-color: #684A87; }
span { border-color: rgb(104,74,135); }
td.TdClassName
{
border-color: #684A87;
}
.TagClassName
{
border-color: #684A87;
}
</style>