Shades of Daisy Bush #61438D
Tints of Daisy Bush #61438D
RGB
CMYK
RGB Variations
Color information
#61438D (or 0x61438D) is known color: Daisy Bush. HEX triplet: 61, 43 and 8D. RGB value is (97,67,141). Sum of RGB (Red+Green+Blue) = 97+67+141=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #61438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61438D is #9EBC72. Grayscale: #545454. Windows color (decimal): -10402931 or 9257825. OLE color: 9257825.
HSL color Cylindrical-coordinate representation of color #61438D: hue angle of 264.32º degrees, saturation: 0.36, 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 #61438D is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 67 | 141 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.45 |
| HSL | 264.32º | 0.36% | 0.41% | - |
| HSV(B) | 264.32º | 0.52% | 0.55% | - |
| XYZ | 11.74 | 8.48 | 26.22 | - |
| YUV | 84.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 141 | 0.31 | 0.52 | 0 | 0.45 | 264.32 | 0.36 | 0.41 |
| Hex | 61 | 43 | 8D | 1F | 34 | 0 | 2D | 108 | 24 | 29 |
| Octal | 141 | 103 | 215 | 37 | 64 | 0 | 55 | 410 | 44 | 51 |
| Binary | 1100001 | 1000011 | 10001101 | 11111 | 110100 | 0 | 101101 | 100001000 | 100100 | 101001 |
Color Harmonies of #61438D
Complementary color
Monochromatic Colors of #61438D
Black with #61438D
Text Example
Text Example
White with #61438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61438D; }
p { color: rgb(97,67,141); }
H1.HeaderClassName
{
color: #61438D;
}
.AnyTagClassName
{
color: #61438D;
}
</style>
background-color css
<style>
a { background-color: #61438D; }
a { background-color: rgb(97,67,141); }
div.DivClassName
{
background-color: #61438D;
}
.BgClassName
{
background-color: #61438D;
}
</style>
border-color css
<style>
span { border-color: #61438D; }
span { border-color: rgb(97,67,141); }
td.TdClassName
{
border-color: #61438D;
}
.TagClassName
{
border-color: #61438D;
}
</style>