Shades of Butterfly Bush #614C85
Tints of Butterfly Bush #614C85
RGB
CMYK
RGB Variations
Color information
#614C85 (or 0x614C85) is known color: Butterfly Bush. HEX triplet: 61, 4C and 85. RGB value is (97,76,133). Sum of RGB (Red+Green+Blue) = 97+76+133=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #614C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C85 is #9EB37A. Grayscale: #585858. Windows color (decimal): -10400635 or 8735841. OLE color: 8735841.
HSL color Cylindrical-coordinate representation of color #614C85: hue angle of 262.11º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #614C85 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 76 | 133 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.48 |
| HSL | 262.11º | 0.27% | 0.41% | - |
| HSV(B) | 262.11º | 0.43% | 0.52% | - |
| XYZ | 11.75 | 9.4 | 23.39 | - |
| YUV | 88.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 133 | 0.27 | 0.43 | 0 | 0.48 | 262.11 | 0.27 | 0.41 |
| Hex | 61 | 4C | 85 | 1B | 2B | 0 | 30 | 106 | 1B | 29 |
| Octal | 141 | 114 | 205 | 33 | 53 | 0 | 60 | 406 | 33 | 51 |
| Binary | 1100001 | 1001100 | 10000101 | 11011 | 101011 | 0 | 110000 | 100000110 | 11011 | 101001 |
Color Harmonies of #614C85
Complementary color
Monochromatic Colors of #614C85
Black with #614C85
Text Example
Text Example
White with #614C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C85; }
p { color: rgb(97,76,133); }
H1.HeaderClassName
{
color: #614C85;
}
.AnyTagClassName
{
color: #614C85;
}
</style>
background-color css
<style>
a { background-color: #614C85; }
a { background-color: rgb(97,76,133); }
div.DivClassName
{
background-color: #614C85;
}
.BgClassName
{
background-color: #614C85;
}
</style>
border-color css
<style>
span { border-color: #614C85; }
span { border-color: rgb(97,76,133); }
td.TdClassName
{
border-color: #614C85;
}
.TagClassName
{
border-color: #614C85;
}
</style>