Shades of Daisy Bush #613A96
Tints of Daisy Bush #613A96
RGB
CMYK
RGB Variations
Color information
#613A96 (or 0x613A96) is known color: Daisy Bush. HEX triplet: 61, 3A and 96. RGB value is (97,58,150). Sum of RGB (Red+Green+Blue) = 97+58+150=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #613A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A96 is #9EC569. Grayscale: #4F4F4F. Windows color (decimal): -10405226 or 9845345. OLE color: 9845345.
HSL color Cylindrical-coordinate representation of color #613A96: hue angle of 265.43º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #613A96 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 58 | 150 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.41 |
| HSL | 265.43º | 0.44% | 0.41% | - |
| HSV(B) | 265.43º | 0.61% | 0.59% | - |
| XYZ | 11.95 | 7.77 | 29.72 | - |
| YUV | 80.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 150 | 0.35 | 0.61 | 0 | 0.41 | 265.43 | 0.44 | 0.41 |
| Hex | 61 | 3A | 96 | 23 | 3D | 0 | 29 | 109 | 2C | 29 |
| Octal | 141 | 72 | 226 | 43 | 75 | 0 | 51 | 411 | 54 | 51 |
| Binary | 1100001 | 111010 | 10010110 | 100011 | 111101 | 0 | 101001 | 100001001 | 101100 | 101001 |
Color Harmonies of #613A96
Complementary color
Monochromatic Colors of #613A96
Black with #613A96
Text Example
Text Example
White with #613A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A96; }
p { color: rgb(97,58,150); }
H1.HeaderClassName
{
color: #613A96;
}
.AnyTagClassName
{
color: #613A96;
}
</style>
background-color css
<style>
a { background-color: #613A96; }
a { background-color: rgb(97,58,150); }
div.DivClassName
{
background-color: #613A96;
}
.BgClassName
{
background-color: #613A96;
}
</style>
border-color css
<style>
span { border-color: #613A96; }
span { border-color: rgb(97,58,150); }
td.TdClassName
{
border-color: #613A96;
}
.TagClassName
{
border-color: #613A96;
}
</style>