Shades of Daisy Bush #61419C
Tints of Daisy Bush #61419C
RGB
CMYK
RGB Variations
Color information
#61419C (or 0x61419C) is known color: Daisy Bush. HEX triplet: 61, 41 and 9C. RGB value is (97,65,156). Sum of RGB (Red+Green+Blue) = 97+65+156=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #61419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61419C is #9EBE63. Grayscale: #545454. Windows color (decimal): -10403428 or 10240353. OLE color: 10240353.
HSL color Cylindrical-coordinate representation of color #61419C: hue angle of 261.1º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61419C is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 65 | 156 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.39 |
| HSL | 261.1º | 0.41% | 0.43% | - |
| HSV(B) | 261.1º | 0.58% | 0.61% | - |
| XYZ | 12.82 | 8.72 | 32.46 | - |
| YUV | 84.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 156 | 0.38 | 0.58 | 0 | 0.39 | 261.1 | 0.41 | 0.43 |
| Hex | 61 | 41 | 9C | 26 | 3A | 0 | 27 | 105 | 29 | 2B |
| Octal | 141 | 101 | 234 | 46 | 72 | 0 | 47 | 405 | 51 | 53 |
| Binary | 1100001 | 1000001 | 10011100 | 100110 | 111010 | 0 | 100111 | 100000101 | 101001 | 101011 |
Color Harmonies of #61419C
Complementary color
Monochromatic Colors of #61419C
Black with #61419C
Text Example
Text Example
White with #61419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61419C; }
p { color: rgb(97,65,156); }
H1.HeaderClassName
{
color: #61419C;
}
.AnyTagClassName
{
color: #61419C;
}
</style>
background-color css
<style>
a { background-color: #61419C; }
a { background-color: rgb(97,65,156); }
div.DivClassName
{
background-color: #61419C;
}
.BgClassName
{
background-color: #61419C;
}
</style>
border-color css
<style>
span { border-color: #61419C; }
span { border-color: rgb(97,65,156); }
td.TdClassName
{
border-color: #61419C;
}
.TagClassName
{
border-color: #61419C;
}
</style>