Shades of Butterfly Bush #684C95
Tints of Butterfly Bush #684C95
RGB
CMYK
RGB Variations
Color information
#684C95 (or 0x684C95) is known color: Butterfly Bush. HEX triplet: 68, 4C and 95. RGB value is (104,76,149). Sum of RGB (Red+Green+Blue) = 104+76+149=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #684C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684C95 is #97B36A. Grayscale: #5C5C5C. Windows color (decimal): -9941867 or 9784424. OLE color: 9784424.
HSL color Cylindrical-coordinate representation of color #684C95: hue angle of 263.01º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #684C95 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 76 | 149 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.42 |
| HSL | 263.01º | 0.32% | 0.44% | - |
| HSV(B) | 263.01º | 0.49% | 0.58% | - |
| XYZ | 13.72 | 10.28 | 29.7 | - |
| YUV | 92.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 149 | 0.30 | 0.49 | 0 | 0.42 | 263.01 | 0.32 | 0.44 |
| Hex | 68 | 4C | 95 | 1E | 31 | 0 | 2A | 107 | 20 | 2C |
| Octal | 150 | 114 | 225 | 36 | 61 | 0 | 52 | 407 | 40 | 54 |
| Binary | 1101000 | 1001100 | 10010101 | 11110 | 110001 | 0 | 101010 | 100000111 | 100000 | 101100 |
Color Harmonies of #684C95
Complementary color
Monochromatic Colors of #684C95
Black with #684C95
Text Example
Text Example
White with #684C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C95; }
p { color: rgb(104,76,149); }
H1.HeaderClassName
{
color: #684C95;
}
.AnyTagClassName
{
color: #684C95;
}
</style>
background-color css
<style>
a { background-color: #684C95; }
a { background-color: rgb(104,76,149); }
div.DivClassName
{
background-color: #684C95;
}
.BgClassName
{
background-color: #684C95;
}
</style>
border-color css
<style>
span { border-color: #684C95; }
span { border-color: rgb(104,76,149); }
td.TdClassName
{
border-color: #684C95;
}
.TagClassName
{
border-color: #684C95;
}
</style>