Shades of Daisy Bush #614A98
Tints of Daisy Bush #614A98
RGB
CMYK
RGB Variations
Color information
#614A98 (or 0x614A98) is known color: Daisy Bush. HEX triplet: 61, 4A and 98. RGB value is (97,74,152). Sum of RGB (Red+Green+Blue) = 97+74+152=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #614A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614A98 is #9EB567. Grayscale: #595959. Windows color (decimal): -10401128 or 9980513. OLE color: 9980513.
HSL color Cylindrical-coordinate representation of color #614A98: hue angle of 257.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #614A98 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 74 | 152 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.40 |
| HSL | 257.69º | 0.35% | 0.44% | - |
| HSV(B) | 257.69º | 0.51% | 0.6% | - |
| XYZ | 13.05 | 9.71 | 30.89 | - |
| YUV | 89.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 152 | 0.36 | 0.51 | 0 | 0.40 | 257.69 | 0.35 | 0.44 |
| Hex | 61 | 4A | 98 | 24 | 33 | 0 | 28 | 102 | 23 | 2C |
| Octal | 141 | 112 | 230 | 44 | 63 | 0 | 50 | 402 | 43 | 54 |
| Binary | 1100001 | 1001010 | 10011000 | 100100 | 110011 | 0 | 101000 | 100000010 | 100011 | 101100 |
Color Harmonies of #614A98
Complementary color
Monochromatic Colors of #614A98
Black with #614A98
Text Example
Text Example
White with #614A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A98; }
p { color: rgb(97,74,152); }
H1.HeaderClassName
{
color: #614A98;
}
.AnyTagClassName
{
color: #614A98;
}
</style>
background-color css
<style>
a { background-color: #614A98; }
a { background-color: rgb(97,74,152); }
div.DivClassName
{
background-color: #614A98;
}
.BgClassName
{
background-color: #614A98;
}
</style>
border-color css
<style>
span { border-color: #614A98; }
span { border-color: rgb(97,74,152); }
td.TdClassName
{
border-color: #614A98;
}
.TagClassName
{
border-color: #614A98;
}
</style>