Shades of Daisy Bush #61498C
Tints of Daisy Bush #61498C
RGB
CMYK
RGB Variations
Color information
#61498C (or 0x61498C) is known color: Daisy Bush. HEX triplet: 61, 49 and 8C. RGB value is (97,73,140). Sum of RGB (Red+Green+Blue) = 97+73+140=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #61498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61498C is #9EB673. Grayscale: #575757. Windows color (decimal): -10401396 or 9193825. OLE color: 9193825.
HSL color Cylindrical-coordinate representation of color #61498C: hue angle of 261.49º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61498C is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 73 | 140 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.45 |
| HSL | 261.49º | 0.31% | 0.42% | - |
| HSV(B) | 261.49º | 0.48% | 0.55% | - |
| XYZ | 12.05 | 9.2 | 25.95 | - |
| YUV | 87.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 140 | 0.31 | 0.48 | 0 | 0.45 | 261.49 | 0.31 | 0.42 |
| Hex | 61 | 49 | 8C | 1F | 30 | 0 | 2D | 105 | 1F | 2A |
| Octal | 141 | 111 | 214 | 37 | 60 | 0 | 55 | 405 | 37 | 52 |
| Binary | 1100001 | 1001001 | 10001100 | 11111 | 110000 | 0 | 101101 | 100000101 | 11111 | 101010 |
Color Harmonies of #61498C
Complementary color
Monochromatic Colors of #61498C
Black with #61498C
Text Example
Text Example
White with #61498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61498C; }
p { color: rgb(97,73,140); }
H1.HeaderClassName
{
color: #61498C;
}
.AnyTagClassName
{
color: #61498C;
}
</style>
background-color css
<style>
a { background-color: #61498C; }
a { background-color: rgb(97,73,140); }
div.DivClassName
{
background-color: #61498C;
}
.BgClassName
{
background-color: #61498C;
}
</style>
border-color css
<style>
span { border-color: #61498C; }
span { border-color: rgb(97,73,140); }
td.TdClassName
{
border-color: #61498C;
}
.TagClassName
{
border-color: #61498C;
}
</style>