Shades of Butterfly Bush #684E99
Tints of Butterfly Bush #684E99
RGB
CMYK
RGB Variations
Color information
#684E99 (or 0x684E99) is known color: Butterfly Bush. HEX triplet: 68, 4E and 99. RGB value is (104,78,153). Sum of RGB (Red+Green+Blue) = 104+78+153=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #684E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684E99 is #97B166. Grayscale: #5E5E5E. Windows color (decimal): -9941351 or 10047080. OLE color: 10047080.
HSL color Cylindrical-coordinate representation of color #684E99: hue angle of 260.8º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #684E99 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 78 | 153 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.4 |
| HSL | 260.8º | 0.32% | 0.45% | - |
| HSV(B) | 260.8º | 0.49% | 0.6% | - |
| XYZ | 14.18 | 10.69 | 31.45 | - |
| YUV | 94.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 153 | 0.32 | 0.49 | 0 | 0.4 | 260.8 | 0.32 | 0.45 |
| Hex | 68 | 4E | 99 | 20 | 31 | 0 | 28 | 105 | 20 | 2D |
| Octal | 150 | 116 | 231 | 40 | 61 | 0 | 50 | 405 | 40 | 55 |
| Binary | 1101000 | 1001110 | 10011001 | 100000 | 110001 | 0 | 101000 | 100000101 | 100000 | 101101 |
Color Harmonies of #684E99
Complementary color
Monochromatic Colors of #684E99
Black with #684E99
Text Example
Text Example
White with #684E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E99; }
p { color: rgb(104,78,153); }
H1.HeaderClassName
{
color: #684E99;
}
.AnyTagClassName
{
color: #684E99;
}
</style>
background-color css
<style>
a { background-color: #684E99; }
a { background-color: rgb(104,78,153); }
div.DivClassName
{
background-color: #684E99;
}
.BgClassName
{
background-color: #684E99;
}
</style>
border-color css
<style>
span { border-color: #684E99; }
span { border-color: rgb(104,78,153); }
td.TdClassName
{
border-color: #684E99;
}
.TagClassName
{
border-color: #684E99;
}
</style>