Shades of Daisy Bush #613F93
Tints of Daisy Bush #613F93
RGB
CMYK
RGB Variations
Color information
#613F93 (or 0x613F93) is known color: Daisy Bush. HEX triplet: 61, 3F and 93. RGB value is (97,63,147). Sum of RGB (Red+Green+Blue) = 97+63+147=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #613F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613F93 is #9EC06C. Grayscale: #525252. Windows color (decimal): -10403949 or 9650017. OLE color: 9650017.
HSL color Cylindrical-coordinate representation of color #613F93: hue angle of 264.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #613F93 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 63 | 147 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.42 |
| HSL | 264.29º | 0.4% | 0.41% | - |
| HSV(B) | 264.29º | 0.57% | 0.58% | - |
| XYZ | 11.97 | 8.2 | 28.56 | - |
| YUV | 82.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 147 | 0.34 | 0.57 | 0 | 0.42 | 264.29 | 0.4 | 0.41 |
| Hex | 61 | 3F | 93 | 22 | 39 | 0 | 2A | 108 | 28 | 29 |
| Octal | 141 | 77 | 223 | 42 | 71 | 0 | 52 | 410 | 50 | 51 |
| Binary | 1100001 | 111111 | 10010011 | 100010 | 111001 | 0 | 101010 | 100001000 | 101000 | 101001 |
Color Harmonies of #613F93
Complementary color
Monochromatic Colors of #613F93
Black with #613F93
Text Example
Text Example
White with #613F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F93; }
p { color: rgb(97,63,147); }
H1.HeaderClassName
{
color: #613F93;
}
.AnyTagClassName
{
color: #613F93;
}
</style>
background-color css
<style>
a { background-color: #613F93; }
a { background-color: rgb(97,63,147); }
div.DivClassName
{
background-color: #613F93;
}
.BgClassName
{
background-color: #613F93;
}
</style>
border-color css
<style>
span { border-color: #613F93; }
span { border-color: rgb(97,63,147); }
td.TdClassName
{
border-color: #613F93;
}
.TagClassName
{
border-color: #613F93;
}
</style>