Shades of Daisy Bush #613C91
Tints of Daisy Bush #613C91
RGB
CMYK
RGB Variations
Color information
#613C91 (or 0x613C91) is known color: Daisy Bush. HEX triplet: 61, 3C and 91. RGB value is (97,60,145). Sum of RGB (Red+Green+Blue) = 97+60+145=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #613C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613C91 is #9EC36E. Grayscale: #505050. Windows color (decimal): -10404719 or 9518177. OLE color: 9518177.
HSL color Cylindrical-coordinate representation of color #613C91: hue angle of 266.12º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #613C91 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 60 | 145 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.43 |
| HSL | 266.12º | 0.41% | 0.4% | - |
| HSV(B) | 266.12º | 0.59% | 0.57% | - |
| XYZ | 11.66 | 7.82 | 27.68 | - |
| YUV | 80.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 145 | 0.33 | 0.59 | 0 | 0.43 | 266.12 | 0.41 | 0.4 |
| Hex | 61 | 3C | 91 | 21 | 3B | 0 | 2B | 10A | 29 | 28 |
| Octal | 141 | 74 | 221 | 41 | 73 | 0 | 53 | 412 | 51 | 50 |
| Binary | 1100001 | 111100 | 10010001 | 100001 | 111011 | 0 | 101011 | 100001010 | 101001 | 101000 |
Color Harmonies of #613C91
Complementary color
Monochromatic Colors of #613C91
Black with #613C91
Text Example
Text Example
White with #613C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C91; }
p { color: rgb(97,60,145); }
H1.HeaderClassName
{
color: #613C91;
}
.AnyTagClassName
{
color: #613C91;
}
</style>
background-color css
<style>
a { background-color: #613C91; }
a { background-color: rgb(97,60,145); }
div.DivClassName
{
background-color: #613C91;
}
.BgClassName
{
background-color: #613C91;
}
</style>
border-color css
<style>
span { border-color: #613C91; }
span { border-color: rgb(97,60,145); }
td.TdClassName
{
border-color: #613C91;
}
.TagClassName
{
border-color: #613C91;
}
</style>