Shades of Daisy Bush #61448D
Tints of Daisy Bush #61448D
RGB
CMYK
RGB Variations
Color information
#61448D (or 0x61448D) is known color: Daisy Bush. HEX triplet: 61, 44 and 8D. RGB value is (97,68,141). Sum of RGB (Red+Green+Blue) = 97+68+141=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #61448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61448D is #9EBB72. Grayscale: #545454. Windows color (decimal): -10402675 or 9258081. OLE color: 9258081.
HSL color Cylindrical-coordinate representation of color #61448D: hue angle of 263.84º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61448D is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 68 | 141 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.45 |
| HSL | 263.84º | 0.35% | 0.41% | - |
| HSV(B) | 263.84º | 0.52% | 0.55% | - |
| XYZ | 11.8 | 8.6 | 26.24 | - |
| YUV | 84.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 141 | 0.31 | 0.52 | 0 | 0.45 | 263.84 | 0.35 | 0.41 |
| Hex | 61 | 44 | 8D | 1F | 34 | 0 | 2D | 108 | 23 | 29 |
| Octal | 141 | 104 | 215 | 37 | 64 | 0 | 55 | 410 | 43 | 51 |
| Binary | 1100001 | 1000100 | 10001101 | 11111 | 110100 | 0 | 101101 | 100001000 | 100011 | 101001 |
Color Harmonies of #61448D
Complementary color
Monochromatic Colors of #61448D
Black with #61448D
Text Example
Text Example
White with #61448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61448D; }
p { color: rgb(97,68,141); }
H1.HeaderClassName
{
color: #61448D;
}
.AnyTagClassName
{
color: #61448D;
}
</style>
background-color css
<style>
a { background-color: #61448D; }
a { background-color: rgb(97,68,141); }
div.DivClassName
{
background-color: #61448D;
}
.BgClassName
{
background-color: #61448D;
}
</style>
border-color css
<style>
span { border-color: #61448D; }
span { border-color: rgb(97,68,141); }
td.TdClassName
{
border-color: #61448D;
}
.TagClassName
{
border-color: #61448D;
}
</style>