Shades of Daisy Bush #61468F
Tints of Daisy Bush #61468F
RGB
CMYK
RGB Variations
Color information
#61468F (or 0x61468F) is known color: Daisy Bush. HEX triplet: 61, 46 and 8F. RGB value is (97,70,143). Sum of RGB (Red+Green+Blue) = 97+70+143=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #61468F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61468F is #9EB970. Grayscale: #565656. Windows color (decimal): -10402161 or 9389665. OLE color: 9389665.
HSL color Cylindrical-coordinate representation of color #61468F: hue angle of 262.19º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61468F is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 70 | 143 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.44 |
| HSL | 262.19º | 0.34% | 0.42% | - |
| HSV(B) | 262.19º | 0.51% | 0.56% | - |
| XYZ | 12.08 | 8.9 | 27.07 | - |
| YUV | 86.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 70 | 143 | 0.32 | 0.51 | 0 | 0.44 | 262.19 | 0.34 | 0.42 |
| Hex | 61 | 46 | 8F | 20 | 33 | 0 | 2C | 106 | 22 | 2A |
| Octal | 141 | 106 | 217 | 40 | 63 | 0 | 54 | 406 | 42 | 52 |
| Binary | 1100001 | 1000110 | 10001111 | 100000 | 110011 | 0 | 101100 | 100000110 | 100010 | 101010 |
Color Harmonies of #61468F
Complementary color
Monochromatic Colors of #61468F
Black with #61468F
Text Example
Text Example
White with #61468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61468F; }
p { color: rgb(97,70,143); }
H1.HeaderClassName
{
color: #61468F;
}
.AnyTagClassName
{
color: #61468F;
}
</style>
background-color css
<style>
a { background-color: #61468F; }
a { background-color: rgb(97,70,143); }
div.DivClassName
{
background-color: #61468F;
}
.BgClassName
{
background-color: #61468F;
}
</style>
border-color css
<style>
span { border-color: #61468F; }
span { border-color: rgb(97,70,143); }
td.TdClassName
{
border-color: #61468F;
}
.TagClassName
{
border-color: #61468F;
}
</style>