Shades of Butterfly Bush #614C84
Tints of Butterfly Bush #614C84
RGB
CMYK
RGB Variations
Color information
#614C84 (or 0x614C84) is known color: Butterfly Bush. HEX triplet: 61, 4C and 84. RGB value is (97,76,132). Sum of RGB (Red+Green+Blue) = 97+76+132=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #614C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C84 is #9EB37B. Grayscale: #585858. Windows color (decimal): -10400636 or 8670305. OLE color: 8670305.
HSL color Cylindrical-coordinate representation of color #614C84: hue angle of 262.5º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614C84 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 76 | 132 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.48 |
| HSL | 262.5º | 0.27% | 0.41% | - |
| HSV(B) | 262.5º | 0.42% | 0.52% | - |
| XYZ | 11.68 | 9.38 | 23.02 | - |
| YUV | 88.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 132 | 0.27 | 0.42 | 0 | 0.48 | 262.5 | 0.27 | 0.41 |
| Hex | 61 | 4C | 84 | 1B | 2A | 0 | 30 | 106 | 1B | 29 |
| Octal | 141 | 114 | 204 | 33 | 52 | 0 | 60 | 406 | 33 | 51 |
| Binary | 1100001 | 1001100 | 10000100 | 11011 | 101010 | 0 | 110000 | 100000110 | 11011 | 101001 |
Color Harmonies of #614C84
Complementary color
Monochromatic Colors of #614C84
Black with #614C84
Text Example
Text Example
White with #614C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C84; }
p { color: rgb(97,76,132); }
H1.HeaderClassName
{
color: #614C84;
}
.AnyTagClassName
{
color: #614C84;
}
</style>
background-color css
<style>
a { background-color: #614C84; }
a { background-color: rgb(97,76,132); }
div.DivClassName
{
background-color: #614C84;
}
.BgClassName
{
background-color: #614C84;
}
</style>
border-color css
<style>
span { border-color: #614C84; }
span { border-color: rgb(97,76,132); }
td.TdClassName
{
border-color: #614C84;
}
.TagClassName
{
border-color: #614C84;
}
</style>