Shades of Daisy Bush #613F91
Tints of Daisy Bush #613F91
RGB
CMYK
RGB Variations
Color information
#613F91 (or 0x613F91) is known color: Daisy Bush. HEX triplet: 61, 3F and 91. RGB value is (97,63,145). Sum of RGB (Red+Green+Blue) = 97+63+145=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #613F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613F91 is #9EC06E. Grayscale: #525252. Windows color (decimal): -10403951 or 9518945. OLE color: 9518945.
HSL color Cylindrical-coordinate representation of color #613F91: hue angle of 264.88º degrees, saturation: 0.39, 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 #613F91 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 63 | 145 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.43 |
| HSL | 264.88º | 0.39% | 0.41% | - |
| HSV(B) | 264.88º | 0.57% | 0.57% | - |
| XYZ | 11.82 | 8.14 | 27.74 | - |
| YUV | 82.51 | 163.26 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 145 | 0.33 | 0.57 | 0 | 0.43 | 264.88 | 0.39 | 0.41 |
| Hex | 61 | 3F | 91 | 21 | 39 | 0 | 2B | 109 | 27 | 29 |
| Octal | 141 | 77 | 221 | 41 | 71 | 0 | 53 | 411 | 47 | 51 |
| Binary | 1100001 | 111111 | 10010001 | 100001 | 111001 | 0 | 101011 | 100001001 | 100111 | 101001 |
Color Harmonies of #613F91
Complementary color
Monochromatic Colors of #613F91
Black with #613F91
Text Example
Text Example
White with #613F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F91; }
p { color: rgb(97,63,145); }
H1.HeaderClassName
{
color: #613F91;
}
.AnyTagClassName
{
color: #613F91;
}
</style>
background-color css
<style>
a { background-color: #613F91; }
a { background-color: rgb(97,63,145); }
div.DivClassName
{
background-color: #613F91;
}
.BgClassName
{
background-color: #613F91;
}
</style>
border-color css
<style>
span { border-color: #613F91; }
span { border-color: rgb(97,63,145); }
td.TdClassName
{
border-color: #613F91;
}
.TagClassName
{
border-color: #613F91;
}
</style>