Shades of Butterfly Bush #614D8B
Tints of Butterfly Bush #614D8B
RGB
CMYK
RGB Variations
Color information
#614D8B (or 0x614D8B) is known color: Butterfly Bush. HEX triplet: 61, 4D and 8B. RGB value is (97,77,139). Sum of RGB (Red+Green+Blue) = 97+77+139=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #614D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614D8B is #9EB274. Grayscale: #595959. Windows color (decimal): -10400373 or 9129313. OLE color: 9129313.
HSL color Cylindrical-coordinate representation of color #614D8B: hue angle of 259.35º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #614D8B is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 77 | 139 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.45 |
| HSL | 259.35º | 0.29% | 0.42% | - |
| HSV(B) | 259.35º | 0.45% | 0.55% | - |
| XYZ | 12.24 | 9.71 | 25.66 | - |
| YUV | 90.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 139 | 0.30 | 0.45 | 0 | 0.45 | 259.35 | 0.29 | 0.42 |
| Hex | 61 | 4D | 8B | 1E | 2D | 0 | 2D | 103 | 1D | 2A |
| Octal | 141 | 115 | 213 | 36 | 55 | 0 | 55 | 403 | 35 | 52 |
| Binary | 1100001 | 1001101 | 10001011 | 11110 | 101101 | 0 | 101101 | 100000011 | 11101 | 101010 |
Color Harmonies of #614D8B
Complementary color
Monochromatic Colors of #614D8B
Black with #614D8B
Text Example
Text Example
White with #614D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D8B; }
p { color: rgb(97,77,139); }
H1.HeaderClassName
{
color: #614D8B;
}
.AnyTagClassName
{
color: #614D8B;
}
</style>
background-color css
<style>
a { background-color: #614D8B; }
a { background-color: rgb(97,77,139); }
div.DivClassName
{
background-color: #614D8B;
}
.BgClassName
{
background-color: #614D8B;
}
</style>
border-color css
<style>
span { border-color: #614D8B; }
span { border-color: rgb(97,77,139); }
td.TdClassName
{
border-color: #614D8B;
}
.TagClassName
{
border-color: #614D8B;
}
</style>