Shades of Butterfly Bush #614E90
Tints of Butterfly Bush #614E90
RGB
CMYK
RGB Variations
Color information
#614E90 (or 0x614E90) is known color: Butterfly Bush. HEX triplet: 61, 4E and 90. RGB value is (97,78,144). Sum of RGB (Red+Green+Blue) = 97+78+144=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #614E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614E90 is #9EB16F. Grayscale: #5A5A5A. Windows color (decimal): -10400112 or 9457249. OLE color: 9457249.
HSL color Cylindrical-coordinate representation of color #614E90: hue angle of 257.27º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #614E90 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 78 | 144 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.44 |
| HSL | 257.27º | 0.3% | 0.44% | - |
| HSV(B) | 257.27º | 0.46% | 0.56% | - |
| XYZ | 12.69 | 10 | 27.65 | - |
| YUV | 91.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 144 | 0.33 | 0.46 | 0 | 0.44 | 257.27 | 0.3 | 0.44 |
| Hex | 61 | 4E | 90 | 21 | 2E | 0 | 2C | 101 | 1E | 2C |
| Octal | 141 | 116 | 220 | 41 | 56 | 0 | 54 | 401 | 36 | 54 |
| Binary | 1100001 | 1001110 | 10010000 | 100001 | 101110 | 0 | 101100 | 100000001 | 11110 | 101100 |
Color Harmonies of #614E90
Complementary color
Monochromatic Colors of #614E90
Black with #614E90
Text Example
Text Example
White with #614E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E90; }
p { color: rgb(97,78,144); }
H1.HeaderClassName
{
color: #614E90;
}
.AnyTagClassName
{
color: #614E90;
}
</style>
background-color css
<style>
a { background-color: #614E90; }
a { background-color: rgb(97,78,144); }
div.DivClassName
{
background-color: #614E90;
}
.BgClassName
{
background-color: #614E90;
}
</style>
border-color css
<style>
span { border-color: #614E90; }
span { border-color: rgb(97,78,144); }
td.TdClassName
{
border-color: #614E90;
}
.TagClassName
{
border-color: #614E90;
}
</style>