Shades of Butterfly Bush #614E7C
Tints of Butterfly Bush #614E7C
RGB
CMYK
RGB Variations
Color information
#614E7C (or 0x614E7C) is known color: Butterfly Bush. HEX triplet: 61, 4E and 7C. RGB value is (97,78,124). Sum of RGB (Red+Green+Blue) = 97+78+124=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #614E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E7C is #9EB183. Grayscale: #585858. Windows color (decimal): -10400132 or 8146529. OLE color: 8146529.
HSL color Cylindrical-coordinate representation of color #614E7C: hue angle of 264.78º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #614E7C is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 78 | 124 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.51 |
| HSL | 264.78º | 0.23% | 0.4% | - |
| HSV(B) | 264.78º | 0.37% | 0.49% | - |
| XYZ | 11.29 | 9.45 | 20.3 | - |
| YUV | 88.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 124 | 0.22 | 0.37 | 0 | 0.51 | 264.78 | 0.23 | 0.4 |
| Hex | 61 | 4E | 7C | 16 | 25 | 0 | 33 | 109 | 17 | 28 |
| Octal | 141 | 116 | 174 | 26 | 45 | 0 | 63 | 411 | 27 | 50 |
| Binary | 1100001 | 1001110 | 1111100 | 10110 | 100101 | 0 | 110011 | 100001001 | 10111 | 101000 |
Color Harmonies of #614E7C
Complementary color
Monochromatic Colors of #614E7C
Black with #614E7C
Text Example
Text Example
White with #614E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E7C; }
p { color: rgb(97,78,124); }
H1.HeaderClassName
{
color: #614E7C;
}
.AnyTagClassName
{
color: #614E7C;
}
</style>
background-color css
<style>
a { background-color: #614E7C; }
a { background-color: rgb(97,78,124); }
div.DivClassName
{
background-color: #614E7C;
}
.BgClassName
{
background-color: #614E7C;
}
</style>
border-color css
<style>
span { border-color: #614E7C; }
span { border-color: rgb(97,78,124); }
td.TdClassName
{
border-color: #614E7C;
}
.TagClassName
{
border-color: #614E7C;
}
</style>