Shades of Butterfly Bush #684D96
Tints of Butterfly Bush #684D96
RGB
CMYK
RGB Variations
Color information
#684D96 (or 0x684D96) is known color: Butterfly Bush. HEX triplet: 68, 4D and 96. RGB value is (104,77,150). Sum of RGB (Red+Green+Blue) = 104+77+150=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #684D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684D96 is #97B269. Grayscale: #5D5D5D. Windows color (decimal): -9941610 or 9850216. OLE color: 9850216.
HSL color Cylindrical-coordinate representation of color #684D96: hue angle of 262.19º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #684D96 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 77 | 150 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.41 |
| HSL | 262.19º | 0.32% | 0.45% | - |
| HSV(B) | 262.19º | 0.49% | 0.59% | - |
| XYZ | 13.87 | 10.45 | 30.14 | - |
| YUV | 93.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 150 | 0.31 | 0.49 | 0 | 0.41 | 262.19 | 0.32 | 0.45 |
| Hex | 68 | 4D | 96 | 1F | 31 | 0 | 29 | 106 | 20 | 2D |
| Octal | 150 | 115 | 226 | 37 | 61 | 0 | 51 | 406 | 40 | 55 |
| Binary | 1101000 | 1001101 | 10010110 | 11111 | 110001 | 0 | 101001 | 100000110 | 100000 | 101101 |
Color Harmonies of #684D96
Complementary color
Monochromatic Colors of #684D96
Black with #684D96
Text Example
Text Example
White with #684D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D96; }
p { color: rgb(104,77,150); }
H1.HeaderClassName
{
color: #684D96;
}
.AnyTagClassName
{
color: #684D96;
}
</style>
background-color css
<style>
a { background-color: #684D96; }
a { background-color: rgb(104,77,150); }
div.DivClassName
{
background-color: #684D96;
}
.BgClassName
{
background-color: #684D96;
}
</style>
border-color css
<style>
span { border-color: #684D96; }
span { border-color: rgb(104,77,150); }
td.TdClassName
{
border-color: #684D96;
}
.TagClassName
{
border-color: #684D96;
}
</style>