Shades of Butterfly Bush #614D99
Tints of Butterfly Bush #614D99
RGB
CMYK
RGB Variations
Color information
#614D99 (or 0x614D99) is known color: Butterfly Bush. HEX triplet: 61, 4D and 99. RGB value is (97,77,153). Sum of RGB (Red+Green+Blue) = 97+77+153=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #614D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614D99 is #9EB266. Grayscale: #5B5B5B. Windows color (decimal): -10400359 or 10046817. OLE color: 10046817.
HSL color Cylindrical-coordinate representation of color #614D99: hue angle of 255.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #614D99 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 77 | 153 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.4 |
| HSL | 255.79º | 0.33% | 0.45% | - |
| HSV(B) | 255.79º | 0.5% | 0.6% | - |
| XYZ | 13.33 | 10.15 | 31.39 | - |
| YUV | 91.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 153 | 0.37 | 0.50 | 0 | 0.4 | 255.79 | 0.33 | 0.45 |
| Hex | 61 | 4D | 99 | 25 | 32 | 0 | 28 | 100 | 21 | 2D |
| Octal | 141 | 115 | 231 | 45 | 62 | 0 | 50 | 400 | 41 | 55 |
| Binary | 1100001 | 1001101 | 10011001 | 100101 | 110010 | 0 | 101000 | 100000000 | 100001 | 101101 |
Color Harmonies of #614D99
Complementary color
Monochromatic Colors of #614D99
Black with #614D99
Text Example
Text Example
White with #614D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D99; }
p { color: rgb(97,77,153); }
H1.HeaderClassName
{
color: #614D99;
}
.AnyTagClassName
{
color: #614D99;
}
</style>
background-color css
<style>
a { background-color: #614D99; }
a { background-color: rgb(97,77,153); }
div.DivClassName
{
background-color: #614D99;
}
.BgClassName
{
background-color: #614D99;
}
</style>
border-color css
<style>
span { border-color: #614D99; }
span { border-color: rgb(97,77,153); }
td.TdClassName
{
border-color: #614D99;
}
.TagClassName
{
border-color: #614D99;
}
</style>