Shades of Daisy Bush #61458F
Tints of Daisy Bush #61458F
RGB
CMYK
RGB Variations
Color information
#61458F (or 0x61458F) is known color: Daisy Bush. HEX triplet: 61, 45 and 8F. RGB value is (97,69,143). Sum of RGB (Red+Green+Blue) = 97+69+143=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #61458F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61458F is #9EBA70. Grayscale: #555555. Windows color (decimal): -10402417 or 9389409. OLE color: 9389409.
HSL color Cylindrical-coordinate representation of color #61458F: hue angle of 262.7º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61458F is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 69 | 143 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.44 |
| HSL | 262.7º | 0.35% | 0.42% | - |
| HSV(B) | 262.7º | 0.52% | 0.56% | - |
| XYZ | 12.02 | 8.78 | 27.05 | - |
| YUV | 85.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 143 | 0.32 | 0.52 | 0 | 0.44 | 262.7 | 0.35 | 0.42 |
| Hex | 61 | 45 | 8F | 20 | 34 | 0 | 2C | 107 | 23 | 2A |
| Octal | 141 | 105 | 217 | 40 | 64 | 0 | 54 | 407 | 43 | 52 |
| Binary | 1100001 | 1000101 | 10001111 | 100000 | 110100 | 0 | 101100 | 100000111 | 100011 | 101010 |
Color Harmonies of #61458F
Complementary color
Monochromatic Colors of #61458F
Black with #61458F
Text Example
Text Example
White with #61458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61458F; }
p { color: rgb(97,69,143); }
H1.HeaderClassName
{
color: #61458F;
}
.AnyTagClassName
{
color: #61458F;
}
</style>
background-color css
<style>
a { background-color: #61458F; }
a { background-color: rgb(97,69,143); }
div.DivClassName
{
background-color: #61458F;
}
.BgClassName
{
background-color: #61458F;
}
</style>
border-color css
<style>
span { border-color: #61458F; }
span { border-color: rgb(97,69,143); }
td.TdClassName
{
border-color: #61458F;
}
.TagClassName
{
border-color: #61458F;
}
</style>