Shades of Butterfly Bush #614E99
Tints of Butterfly Bush #614E99
RGB
CMYK
RGB Variations
Color information
#614E99 (or 0x614E99) is known color: Butterfly Bush. HEX triplet: 61, 4E and 99. RGB value is (97,78,153). Sum of RGB (Red+Green+Blue) = 97+78+153=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #614E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614E99 is #9EB166. Grayscale: #5B5B5B. Windows color (decimal): -10400103 or 10047073. OLE color: 10047073.
HSL color Cylindrical-coordinate representation of color #614E99: hue angle of 255.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #614E99 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 78 | 153 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.4 |
| HSL | 255.2º | 0.32% | 0.45% | - |
| HSV(B) | 255.2º | 0.49% | 0.6% | - |
| XYZ | 13.4 | 10.29 | 31.42 | - |
| YUV | 92.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 153 | 0.37 | 0.49 | 0 | 0.4 | 255.2 | 0.32 | 0.45 |
| Hex | 61 | 4E | 99 | 25 | 31 | 0 | 28 | FF | 20 | 2D |
| Octal | 141 | 116 | 231 | 45 | 61 | 0 | 50 | 377 | 40 | 55 |
| Binary | 1100001 | 1001110 | 10011001 | 100101 | 110001 | 0 | 101000 | 11111111 | 100000 | 101101 |
Color Harmonies of #614E99
Complementary color
Monochromatic Colors of #614E99
Black with #614E99
Text Example
Text Example
White with #614E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E99; }
p { color: rgb(97,78,153); }
H1.HeaderClassName
{
color: #614E99;
}
.AnyTagClassName
{
color: #614E99;
}
</style>
background-color css
<style>
a { background-color: #614E99; }
a { background-color: rgb(97,78,153); }
div.DivClassName
{
background-color: #614E99;
}
.BgClassName
{
background-color: #614E99;
}
</style>
border-color css
<style>
span { border-color: #614E99; }
span { border-color: rgb(97,78,153); }
td.TdClassName
{
border-color: #614E99;
}
.TagClassName
{
border-color: #614E99;
}
</style>