Shades of Daisy Bush #61479C
Tints of Daisy Bush #61479C
RGB
CMYK
RGB Variations
Color information
#61479C (or 0x61479C) is known color: Daisy Bush. HEX triplet: 61, 47 and 9C. RGB value is (97,71,156). Sum of RGB (Red+Green+Blue) = 97+71+156=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #61479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61479C is #9EB863. Grayscale: #585858. Windows color (decimal): -10401892 or 10241889. OLE color: 10241889.
HSL color Cylindrical-coordinate representation of color #61479C: hue angle of 258.35º 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 #61479C is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 71 | 156 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.39 |
| HSL | 258.35º | 0.37% | 0.45% | - |
| HSV(B) | 258.35º | 0.54% | 0.61% | - |
| XYZ | 13.18 | 9.45 | 32.58 | - |
| YUV | 88.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 156 | 0.38 | 0.54 | 0 | 0.39 | 258.35 | 0.37 | 0.45 |
| Hex | 61 | 47 | 9C | 26 | 36 | 0 | 27 | 102 | 25 | 2D |
| Octal | 141 | 107 | 234 | 46 | 66 | 0 | 47 | 402 | 45 | 55 |
| Binary | 1100001 | 1000111 | 10011100 | 100110 | 110110 | 0 | 100111 | 100000010 | 100101 | 101101 |
Color Harmonies of #61479C
Complementary color
Monochromatic Colors of #61479C
Black with #61479C
Text Example
Text Example
White with #61479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61479C; }
p { color: rgb(97,71,156); }
H1.HeaderClassName
{
color: #61479C;
}
.AnyTagClassName
{
color: #61479C;
}
</style>
background-color css
<style>
a { background-color: #61479C; }
a { background-color: rgb(97,71,156); }
div.DivClassName
{
background-color: #61479C;
}
.BgClassName
{
background-color: #61479C;
}
</style>
border-color css
<style>
span { border-color: #61479C; }
span { border-color: rgb(97,71,156); }
td.TdClassName
{
border-color: #61479C;
}
.TagClassName
{
border-color: #61479C;
}
</style>