Shades of Butterfly Bush #684E98
Tints of Butterfly Bush #684E98
RGB
CMYK
RGB Variations
Color information
#684E98 (or 0x684E98) is known color: Butterfly Bush. HEX triplet: 68, 4E and 98. RGB value is (104,78,152). Sum of RGB (Red+Green+Blue) = 104+78+152=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #684E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684E98 is #97B167. Grayscale: #5D5D5D. Windows color (decimal): -9941352 or 9981544. OLE color: 9981544.
HSL color Cylindrical-coordinate representation of color #684E98: hue angle of 261.08º 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 #684E98 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 78 | 152 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.40 |
| HSL | 261.08º | 0.32% | 0.45% | - |
| HSV(B) | 261.08º | 0.49% | 0.6% | - |
| XYZ | 14.1 | 10.66 | 31.02 | - |
| YUV | 94.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 152 | 0.32 | 0.49 | 0 | 0.40 | 261.08 | 0.32 | 0.45 |
| Hex | 68 | 4E | 98 | 20 | 31 | 0 | 28 | 105 | 20 | 2D |
| Octal | 150 | 116 | 230 | 40 | 61 | 0 | 50 | 405 | 40 | 55 |
| Binary | 1101000 | 1001110 | 10011000 | 100000 | 110001 | 0 | 101000 | 100000101 | 100000 | 101101 |
Color Harmonies of #684E98
Complementary color
Monochromatic Colors of #684E98
Black with #684E98
Text Example
Text Example
White with #684E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E98; }
p { color: rgb(104,78,152); }
H1.HeaderClassName
{
color: #684E98;
}
.AnyTagClassName
{
color: #684E98;
}
</style>
background-color css
<style>
a { background-color: #684E98; }
a { background-color: rgb(104,78,152); }
div.DivClassName
{
background-color: #684E98;
}
.BgClassName
{
background-color: #684E98;
}
</style>
border-color css
<style>
span { border-color: #684E98; }
span { border-color: rgb(104,78,152); }
td.TdClassName
{
border-color: #684E98;
}
.TagClassName
{
border-color: #684E98;
}
</style>