Shades of Daisy Bush #613F90
Tints of Daisy Bush #613F90
RGB
CMYK
RGB Variations
Color information
#613F90 (or 0x613F90) is known color: Daisy Bush. HEX triplet: 61, 3F and 90. RGB value is (97,63,144). Sum of RGB (Red+Green+Blue) = 97+63+144=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #613F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613F90 is #9EC06F. Grayscale: #525252. Windows color (decimal): -10403952 or 9453409. OLE color: 9453409.
HSL color Cylindrical-coordinate representation of color #613F90: hue angle of 265.19º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #613F90 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 63 | 144 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.44 |
| HSL | 265.19º | 0.39% | 0.41% | - |
| HSV(B) | 265.19º | 0.56% | 0.56% | - |
| XYZ | 11.74 | 8.11 | 27.33 | - |
| YUV | 82.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 144 | 0.33 | 0.56 | 0 | 0.44 | 265.19 | 0.39 | 0.41 |
| Hex | 61 | 3F | 90 | 21 | 38 | 0 | 2C | 109 | 27 | 29 |
| Octal | 141 | 77 | 220 | 41 | 70 | 0 | 54 | 411 | 47 | 51 |
| Binary | 1100001 | 111111 | 10010000 | 100001 | 111000 | 0 | 101100 | 100001001 | 100111 | 101001 |
Color Harmonies of #613F90
Complementary color
Monochromatic Colors of #613F90
Black with #613F90
Text Example
Text Example
White with #613F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F90; }
p { color: rgb(97,63,144); }
H1.HeaderClassName
{
color: #613F90;
}
.AnyTagClassName
{
color: #613F90;
}
</style>
background-color css
<style>
a { background-color: #613F90; }
a { background-color: rgb(97,63,144); }
div.DivClassName
{
background-color: #613F90;
}
.BgClassName
{
background-color: #613F90;
}
</style>
border-color css
<style>
span { border-color: #613F90; }
span { border-color: rgb(97,63,144); }
td.TdClassName
{
border-color: #613F90;
}
.TagClassName
{
border-color: #613F90;
}
</style>