Shades of Butterfly Bush #614C82
Tints of Butterfly Bush #614C82
RGB
CMYK
RGB Variations
Color information
#614C82 (or 0x614C82) is known color: Butterfly Bush. HEX triplet: 61, 4C and 82. RGB value is (97,76,130). Sum of RGB (Red+Green+Blue) = 97+76+130=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #614C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C82 is #9EB37D. Grayscale: #585858. Windows color (decimal): -10400638 or 8539233. OLE color: 8539233.
HSL color Cylindrical-coordinate representation of color #614C82: hue angle of 263.33º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614C82 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 76 | 130 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.49 |
| HSL | 263.33º | 0.26% | 0.4% | - |
| HSV(B) | 263.33º | 0.42% | 0.51% | - |
| XYZ | 11.54 | 9.32 | 22.31 | - |
| YUV | 88.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 130 | 0.25 | 0.42 | 0 | 0.49 | 263.33 | 0.26 | 0.4 |
| Hex | 61 | 4C | 82 | 19 | 2A | 0 | 31 | 107 | 1A | 28 |
| Octal | 141 | 114 | 202 | 31 | 52 | 0 | 61 | 407 | 32 | 50 |
| Binary | 1100001 | 1001100 | 10000010 | 11001 | 101010 | 0 | 110001 | 100000111 | 11010 | 101000 |
Color Harmonies of #614C82
Complementary color
Monochromatic Colors of #614C82
Black with #614C82
Text Example
Text Example
White with #614C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C82; }
p { color: rgb(97,76,130); }
H1.HeaderClassName
{
color: #614C82;
}
.AnyTagClassName
{
color: #614C82;
}
</style>
background-color css
<style>
a { background-color: #614C82; }
a { background-color: rgb(97,76,130); }
div.DivClassName
{
background-color: #614C82;
}
.BgClassName
{
background-color: #614C82;
}
</style>
border-color css
<style>
span { border-color: #614C82; }
span { border-color: rgb(97,76,130); }
td.TdClassName
{
border-color: #614C82;
}
.TagClassName
{
border-color: #614C82;
}
</style>