Shades of Daisy Bush #613E91
Tints of Daisy Bush #613E91
RGB
CMYK
RGB Variations
Color information
#613E91 (or 0x613E91) is known color: Daisy Bush. HEX triplet: 61, 3E and 91. RGB value is (97,62,145). Sum of RGB (Red+Green+Blue) = 97+62+145=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #613E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613E91 is #9EC16E. Grayscale: #515151. Windows color (decimal): -10404207 or 9518689. OLE color: 9518689.
HSL color Cylindrical-coordinate representation of color #613E91: hue angle of 265.3º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #613E91 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 62 | 145 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.43 |
| HSL | 265.3º | 0.4% | 0.41% | - |
| HSV(B) | 265.3º | 0.57% | 0.57% | - |
| XYZ | 11.76 | 8.03 | 27.72 | - |
| YUV | 81.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 145 | 0.33 | 0.57 | 0 | 0.43 | 265.3 | 0.4 | 0.41 |
| Hex | 61 | 3E | 91 | 21 | 39 | 0 | 2B | 109 | 28 | 29 |
| Octal | 141 | 76 | 221 | 41 | 71 | 0 | 53 | 411 | 50 | 51 |
| Binary | 1100001 | 111110 | 10010001 | 100001 | 111001 | 0 | 101011 | 100001001 | 101000 | 101001 |
Color Harmonies of #613E91
Complementary color
Monochromatic Colors of #613E91
Black with #613E91
Text Example
Text Example
White with #613E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E91; }
p { color: rgb(97,62,145); }
H1.HeaderClassName
{
color: #613E91;
}
.AnyTagClassName
{
color: #613E91;
}
</style>
background-color css
<style>
a { background-color: #613E91; }
a { background-color: rgb(97,62,145); }
div.DivClassName
{
background-color: #613E91;
}
.BgClassName
{
background-color: #613E91;
}
</style>
border-color css
<style>
span { border-color: #613E91; }
span { border-color: rgb(97,62,145); }
td.TdClassName
{
border-color: #613E91;
}
.TagClassName
{
border-color: #613E91;
}
</style>