Shades of Butterfly Bush #684C90
Tints of Butterfly Bush #684C90
RGB
CMYK
RGB Variations
Color information
#684C90 (or 0x684C90) is known color: Butterfly Bush. HEX triplet: 68, 4C and 90. RGB value is (104,76,144). Sum of RGB (Red+Green+Blue) = 104+76+144=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #684C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684C90 is #97B36F. Grayscale: #5B5B5B. Windows color (decimal): -9941872 or 9456744. OLE color: 9456744.
HSL color Cylindrical-coordinate representation of color #684C90: hue angle of 264.71º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #684C90 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 76 | 144 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.44 |
| HSL | 264.71º | 0.31% | 0.43% | - |
| HSV(B) | 264.71º | 0.47% | 0.56% | - |
| XYZ | 13.33 | 10.13 | 27.64 | - |
| YUV | 92.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 144 | 0.28 | 0.47 | 0 | 0.44 | 264.71 | 0.31 | 0.43 |
| Hex | 68 | 4C | 90 | 1C | 2F | 0 | 2C | 109 | 1F | 2B |
| Octal | 150 | 114 | 220 | 34 | 57 | 0 | 54 | 411 | 37 | 53 |
| Binary | 1101000 | 1001100 | 10010000 | 11100 | 101111 | 0 | 101100 | 100001001 | 11111 | 101011 |
Color Harmonies of #684C90
Complementary color
Monochromatic Colors of #684C90
Black with #684C90
Text Example
Text Example
White with #684C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C90; }
p { color: rgb(104,76,144); }
H1.HeaderClassName
{
color: #684C90;
}
.AnyTagClassName
{
color: #684C90;
}
</style>
background-color css
<style>
a { background-color: #684C90; }
a { background-color: rgb(104,76,144); }
div.DivClassName
{
background-color: #684C90;
}
.BgClassName
{
background-color: #684C90;
}
</style>
border-color css
<style>
span { border-color: #684C90; }
span { border-color: rgb(104,76,144); }
td.TdClassName
{
border-color: #684C90;
}
.TagClassName
{
border-color: #684C90;
}
</style>