Shades of Daisy Bush #614B99
Tints of Daisy Bush #614B99
RGB
CMYK
RGB Variations
Color information
#614B99 (or 0x614B99) is known color: Daisy Bush. HEX triplet: 61, 4B and 99. RGB value is (97,75,153). Sum of RGB (Red+Green+Blue) = 97+75+153=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #614B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614B99 is #9EB466. Grayscale: #5A5A5A. Windows color (decimal): -10400871 or 10046305. OLE color: 10046305.
HSL color Cylindrical-coordinate representation of color #614B99: hue angle of 256.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #614B99 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 75 | 153 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.4 |
| HSL | 256.92º | 0.34% | 0.45% | - |
| HSV(B) | 256.92º | 0.51% | 0.6% | - |
| XYZ | 13.2 | 9.87 | 31.35 | - |
| YUV | 90.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 153 | 0.37 | 0.51 | 0 | 0.4 | 256.92 | 0.34 | 0.45 |
| Hex | 61 | 4B | 99 | 25 | 33 | 0 | 28 | 101 | 22 | 2D |
| Octal | 141 | 113 | 231 | 45 | 63 | 0 | 50 | 401 | 42 | 55 |
| Binary | 1100001 | 1001011 | 10011001 | 100101 | 110011 | 0 | 101000 | 100000001 | 100010 | 101101 |
Color Harmonies of #614B99
Complementary color
Monochromatic Colors of #614B99
Black with #614B99
Text Example
Text Example
White with #614B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B99; }
p { color: rgb(97,75,153); }
H1.HeaderClassName
{
color: #614B99;
}
.AnyTagClassName
{
color: #614B99;
}
</style>
background-color css
<style>
a { background-color: #614B99; }
a { background-color: rgb(97,75,153); }
div.DivClassName
{
background-color: #614B99;
}
.BgClassName
{
background-color: #614B99;
}
</style>
border-color css
<style>
span { border-color: #614B99; }
span { border-color: rgb(97,75,153); }
td.TdClassName
{
border-color: #614B99;
}
.TagClassName
{
border-color: #614B99;
}
</style>