Shades of Butterfly Bush #614D9F
Tints of Butterfly Bush #614D9F
RGB
CMYK
RGB Variations
Color information
#614D9F (or 0x614D9F) is known color: Butterfly Bush. HEX triplet: 61, 4D and 9F. RGB value is (97,77,159). Sum of RGB (Red+Green+Blue) = 97+77+159=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #614D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614D9F is #9EB260. Grayscale: #5C5C5C. Windows color (decimal): -10400353 or 10440033. OLE color: 10440033.
HSL color Cylindrical-coordinate representation of color #614D9F: hue angle of 254.63º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #614D9F is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 77 | 159 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.38 |
| HSL | 254.63º | 0.35% | 0.46% | - |
| HSV(B) | 254.63º | 0.52% | 0.62% | - |
| XYZ | 13.84 | 10.35 | 34.07 | - |
| YUV | 92.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 159 | 0.39 | 0.52 | 0 | 0.38 | 254.63 | 0.35 | 0.46 |
| Hex | 61 | 4D | 9F | 27 | 34 | 0 | 26 | FF | 23 | 2E |
| Octal | 141 | 115 | 237 | 47 | 64 | 0 | 46 | 377 | 43 | 56 |
| Binary | 1100001 | 1001101 | 10011111 | 100111 | 110100 | 0 | 100110 | 11111111 | 100011 | 101110 |
Color Harmonies of #614D9F
Complementary color
Monochromatic Colors of #614D9F
Black with #614D9F
Text Example
Text Example
White with #614D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D9F; }
p { color: rgb(97,77,159); }
H1.HeaderClassName
{
color: #614D9F;
}
.AnyTagClassName
{
color: #614D9F;
}
</style>
background-color css
<style>
a { background-color: #614D9F; }
a { background-color: rgb(97,77,159); }
div.DivClassName
{
background-color: #614D9F;
}
.BgClassName
{
background-color: #614D9F;
}
</style>
border-color css
<style>
span { border-color: #614D9F; }
span { border-color: rgb(97,77,159); }
td.TdClassName
{
border-color: #614D9F;
}
.TagClassName
{
border-color: #614D9F;
}
</style>