Shades of Daisy Bush #613E93
Tints of Daisy Bush #613E93
RGB
CMYK
RGB Variations
Color information
#613E93 (or 0x613E93) is known color: Daisy Bush. HEX triplet: 61, 3E and 93. RGB value is (97,62,147). Sum of RGB (Red+Green+Blue) = 97+62+147=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #613E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613E93 is #9EC16C. Grayscale: #515151. Windows color (decimal): -10404205 or 9649761. OLE color: 9649761.
HSL color Cylindrical-coordinate representation of color #613E93: hue angle of 264.71º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613E93 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 62 | 147 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.42 |
| HSL | 264.71º | 0.41% | 0.41% | - |
| HSV(B) | 264.71º | 0.58% | 0.58% | - |
| XYZ | 11.92 | 8.09 | 28.54 | - |
| YUV | 82.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 147 | 0.34 | 0.58 | 0 | 0.42 | 264.71 | 0.41 | 0.41 |
| Hex | 61 | 3E | 93 | 22 | 3A | 0 | 2A | 109 | 29 | 29 |
| Octal | 141 | 76 | 223 | 42 | 72 | 0 | 52 | 411 | 51 | 51 |
| Binary | 1100001 | 111110 | 10010011 | 100010 | 111010 | 0 | 101010 | 100001001 | 101001 | 101001 |
Color Harmonies of #613E93
Complementary color
Monochromatic Colors of #613E93
Black with #613E93
Text Example
Text Example
White with #613E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E93; }
p { color: rgb(97,62,147); }
H1.HeaderClassName
{
color: #613E93;
}
.AnyTagClassName
{
color: #613E93;
}
</style>
background-color css
<style>
a { background-color: #613E93; }
a { background-color: rgb(97,62,147); }
div.DivClassName
{
background-color: #613E93;
}
.BgClassName
{
background-color: #613E93;
}
</style>
border-color css
<style>
span { border-color: #613E93; }
span { border-color: rgb(97,62,147); }
td.TdClassName
{
border-color: #613E93;
}
.TagClassName
{
border-color: #613E93;
}
</style>