Shades of Butterfly Bush #614E82
Tints of Butterfly Bush #614E82
RGB
CMYK
RGB Variations
Color information
#614E82 (or 0x614E82) is known color: Butterfly Bush. HEX triplet: 61, 4E and 82. RGB value is (97,78,130). Sum of RGB (Red+Green+Blue) = 97+78+130=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #614E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614E82 is #9EB17D. Grayscale: #595959. Windows color (decimal): -10400126 or 8539745. OLE color: 8539745.
HSL color Cylindrical-coordinate representation of color #614E82: hue angle of 261.92º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #614E82 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 78 | 130 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.49 |
| HSL | 261.92º | 0.25% | 0.41% | - |
| HSV(B) | 261.92º | 0.4% | 0.51% | - |
| XYZ | 11.68 | 9.6 | 22.36 | - |
| YUV | 89.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 130 | 0.25 | 0.40 | 0 | 0.49 | 261.92 | 0.25 | 0.41 |
| Hex | 61 | 4E | 82 | 19 | 28 | 0 | 31 | 106 | 19 | 29 |
| Octal | 141 | 116 | 202 | 31 | 50 | 0 | 61 | 406 | 31 | 51 |
| Binary | 1100001 | 1001110 | 10000010 | 11001 | 101000 | 0 | 110001 | 100000110 | 11001 | 101001 |
Color Harmonies of #614E82
Complementary color
Monochromatic Colors of #614E82
Black with #614E82
Text Example
Text Example
White with #614E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E82; }
p { color: rgb(97,78,130); }
H1.HeaderClassName
{
color: #614E82;
}
.AnyTagClassName
{
color: #614E82;
}
</style>
background-color css
<style>
a { background-color: #614E82; }
a { background-color: rgb(97,78,130); }
div.DivClassName
{
background-color: #614E82;
}
.BgClassName
{
background-color: #614E82;
}
</style>
border-color css
<style>
span { border-color: #614E82; }
span { border-color: rgb(97,78,130); }
td.TdClassName
{
border-color: #614E82;
}
.TagClassName
{
border-color: #614E82;
}
</style>