Shades of Daisy Bush #61489C
Tints of Daisy Bush #61489C
RGB
CMYK
RGB Variations
Color information
#61489C (or 0x61489C) is known color: Daisy Bush. HEX triplet: 61, 48 and 9C. RGB value is (97,72,156). Sum of RGB (Red+Green+Blue) = 97+72+156=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #61489C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61489C is #9EB763. Grayscale: #585858. Windows color (decimal): -10401636 or 10242145. OLE color: 10242145.
HSL color Cylindrical-coordinate representation of color #61489C: hue angle of 257.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61489C is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 72 | 156 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.39 |
| HSL | 257.86º | 0.37% | 0.45% | - |
| HSV(B) | 257.86º | 0.54% | 0.61% | - |
| XYZ | 13.25 | 9.58 | 32.6 | - |
| YUV | 89.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 72 | 156 | 0.38 | 0.54 | 0 | 0.39 | 257.86 | 0.37 | 0.45 |
| Hex | 61 | 48 | 9C | 26 | 36 | 0 | 27 | 102 | 25 | 2D |
| Octal | 141 | 110 | 234 | 46 | 66 | 0 | 47 | 402 | 45 | 55 |
| Binary | 1100001 | 1001000 | 10011100 | 100110 | 110110 | 0 | 100111 | 100000010 | 100101 | 101101 |
Color Harmonies of #61489C
Complementary color
Monochromatic Colors of #61489C
Black with #61489C
Text Example
Text Example
White with #61489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61489C; }
p { color: rgb(97,72,156); }
H1.HeaderClassName
{
color: #61489C;
}
.AnyTagClassName
{
color: #61489C;
}
</style>
background-color css
<style>
a { background-color: #61489C; }
a { background-color: rgb(97,72,156); }
div.DivClassName
{
background-color: #61489C;
}
.BgClassName
{
background-color: #61489C;
}
</style>
border-color css
<style>
span { border-color: #61489C; }
span { border-color: rgb(97,72,156); }
td.TdClassName
{
border-color: #61489C;
}
.TagClassName
{
border-color: #61489C;
}
</style>