Shades of Daisy Bush #61448C
Tints of Daisy Bush #61448C
RGB
CMYK
RGB Variations
Color information
#61448C (or 0x61448C) is known color: Daisy Bush. HEX triplet: 61, 44 and 8C. RGB value is (97,68,140). Sum of RGB (Red+Green+Blue) = 97+68+140=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #61448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61448C is #9EBB73. Grayscale: #545454. Windows color (decimal): -10402676 or 9192545. OLE color: 9192545.
HSL color Cylindrical-coordinate representation of color #61448C: hue angle of 264.17º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61448C is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 68 | 140 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.45 |
| HSL | 264.17º | 0.35% | 0.41% | - |
| HSV(B) | 264.17º | 0.51% | 0.55% | - |
| XYZ | 11.73 | 8.57 | 25.85 | - |
| YUV | 84.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 140 | 0.31 | 0.51 | 0 | 0.45 | 264.17 | 0.35 | 0.41 |
| Hex | 61 | 44 | 8C | 1F | 33 | 0 | 2D | 108 | 23 | 29 |
| Octal | 141 | 104 | 214 | 37 | 63 | 0 | 55 | 410 | 43 | 51 |
| Binary | 1100001 | 1000100 | 10001100 | 11111 | 110011 | 0 | 101101 | 100001000 | 100011 | 101001 |
Color Harmonies of #61448C
Complementary color
Monochromatic Colors of #61448C
Black with #61448C
Text Example
Text Example
White with #61448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61448C; }
p { color: rgb(97,68,140); }
H1.HeaderClassName
{
color: #61448C;
}
.AnyTagClassName
{
color: #61448C;
}
</style>
background-color css
<style>
a { background-color: #61448C; }
a { background-color: rgb(97,68,140); }
div.DivClassName
{
background-color: #61448C;
}
.BgClassName
{
background-color: #61448C;
}
</style>
border-color css
<style>
span { border-color: #61448C; }
span { border-color: rgb(97,68,140); }
td.TdClassName
{
border-color: #61448C;
}
.TagClassName
{
border-color: #61448C;
}
</style>