Shades of Daisy Bush #61458B
Tints of Daisy Bush #61458B
RGB
CMYK
RGB Variations
Color information
#61458B (or 0x61458B) is known color: Daisy Bush. HEX triplet: 61, 45 and 8B. RGB value is (97,69,139). Sum of RGB (Red+Green+Blue) = 97+69+139=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #61458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61458B is #9EBA74. Grayscale: #555555. Windows color (decimal): -10402421 or 9127265. OLE color: 9127265.
HSL color Cylindrical-coordinate representation of color #61458B: hue angle of 264º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61458B is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 69 | 139 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.45 |
| HSL | 264º | 0.34% | 0.41% | - |
| HSV(B) | 264º | 0.5% | 0.55% | - |
| XYZ | 11.72 | 8.66 | 25.48 | - |
| YUV | 85.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 139 | 0.30 | 0.50 | 0 | 0.45 | 264 | 0.34 | 0.41 |
| Hex | 61 | 45 | 8B | 1E | 32 | 0 | 2D | 108 | 22 | 29 |
| Octal | 141 | 105 | 213 | 36 | 62 | 0 | 55 | 410 | 42 | 51 |
| Binary | 1100001 | 1000101 | 10001011 | 11110 | 110010 | 0 | 101101 | 100001000 | 100010 | 101001 |
Color Harmonies of #61458B
Complementary color
Monochromatic Colors of #61458B
Black with #61458B
Text Example
Text Example
White with #61458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61458B; }
p { color: rgb(97,69,139); }
H1.HeaderClassName
{
color: #61458B;
}
.AnyTagClassName
{
color: #61458B;
}
</style>
background-color css
<style>
a { background-color: #61458B; }
a { background-color: rgb(97,69,139); }
div.DivClassName
{
background-color: #61458B;
}
.BgClassName
{
background-color: #61458B;
}
</style>
border-color css
<style>
span { border-color: #61458B; }
span { border-color: rgb(97,69,139); }
td.TdClassName
{
border-color: #61458B;
}
.TagClassName
{
border-color: #61458B;
}
</style>