Shades of Butterfly Bush #614E8C
Tints of Butterfly Bush #614E8C
RGB
CMYK
RGB Variations
Color information
#614E8C (or 0x614E8C) is known color: Butterfly Bush. HEX triplet: 61, 4E and 8C. RGB value is (97,78,140). Sum of RGB (Red+Green+Blue) = 97+78+140=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #614E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614E8C is #9EB173. Grayscale: #5A5A5A. Windows color (decimal): -10400116 or 9195105. OLE color: 9195105.
HSL color Cylindrical-coordinate representation of color #614E8C: hue angle of 258.39º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #614E8C is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 78 | 140 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.45 |
| HSL | 258.39º | 0.28% | 0.43% | - |
| HSV(B) | 258.39º | 0.44% | 0.55% | - |
| XYZ | 12.39 | 9.88 | 26.07 | - |
| YUV | 90.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 140 | 0.31 | 0.44 | 0 | 0.45 | 258.39 | 0.28 | 0.43 |
| Hex | 61 | 4E | 8C | 1F | 2C | 0 | 2D | 102 | 1C | 2B |
| Octal | 141 | 116 | 214 | 37 | 54 | 0 | 55 | 402 | 34 | 53 |
| Binary | 1100001 | 1001110 | 10001100 | 11111 | 101100 | 0 | 101101 | 100000010 | 11100 | 101011 |
Color Harmonies of #614E8C
Complementary color
Monochromatic Colors of #614E8C
Black with #614E8C
Text Example
Text Example
White with #614E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E8C; }
p { color: rgb(97,78,140); }
H1.HeaderClassName
{
color: #614E8C;
}
.AnyTagClassName
{
color: #614E8C;
}
</style>
background-color css
<style>
a { background-color: #614E8C; }
a { background-color: rgb(97,78,140); }
div.DivClassName
{
background-color: #614E8C;
}
.BgClassName
{
background-color: #614E8C;
}
</style>
border-color css
<style>
span { border-color: #614E8C; }
span { border-color: rgb(97,78,140); }
td.TdClassName
{
border-color: #614E8C;
}
.TagClassName
{
border-color: #614E8C;
}
</style>