Shades of Butterfly Bush #614F9A
Tints of Butterfly Bush #614F9A
RGB
CMYK
RGB Variations
Color information
#614F9A (or 0x614F9A) is known color: Butterfly Bush. HEX triplet: 61, 4F and 9A. RGB value is (97,79,154). Sum of RGB (Red+Green+Blue) = 97+79+154=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #614F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614F9A is #9EB065. Grayscale: #5C5C5C. Windows color (decimal): -10399846 or 10112865. OLE color: 10112865.
HSL color Cylindrical-coordinate representation of color #614F9A: hue angle of 254.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #614F9A is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 79 | 154 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.40 |
| HSL | 254.4º | 0.32% | 0.46% | - |
| HSV(B) | 254.4º | 0.49% | 0.6% | - |
| XYZ | 13.56 | 10.47 | 31.88 | - |
| YUV | 92.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 154 | 0.37 | 0.49 | 0 | 0.40 | 254.4 | 0.32 | 0.46 |
| Hex | 61 | 4F | 9A | 25 | 31 | 0 | 28 | FE | 20 | 2E |
| Octal | 141 | 117 | 232 | 45 | 61 | 0 | 50 | 376 | 40 | 56 |
| Binary | 1100001 | 1001111 | 10011010 | 100101 | 110001 | 0 | 101000 | 11111110 | 100000 | 101110 |
Color Harmonies of #614F9A
Complementary color
Monochromatic Colors of #614F9A
Black with #614F9A
Text Example
Text Example
White with #614F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F9A; }
p { color: rgb(97,79,154); }
H1.HeaderClassName
{
color: #614F9A;
}
.AnyTagClassName
{
color: #614F9A;
}
</style>
background-color css
<style>
a { background-color: #614F9A; }
a { background-color: rgb(97,79,154); }
div.DivClassName
{
background-color: #614F9A;
}
.BgClassName
{
background-color: #614F9A;
}
</style>
border-color css
<style>
span { border-color: #614F9A; }
span { border-color: rgb(97,79,154); }
td.TdClassName
{
border-color: #614F9A;
}
.TagClassName
{
border-color: #614F9A;
}
</style>