Shades of Daisy Bush #613B92
Tints of Daisy Bush #613B92
RGB
CMYK
RGB Variations
Color information
#613B92 (or 0x613B92) is known color: Daisy Bush. HEX triplet: 61, 3B and 92. RGB value is (97,59,146). Sum of RGB (Red+Green+Blue) = 97+59+146=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #613B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613B92 is #9EC46D. Grayscale: #4F4F4F. Windows color (decimal): -10404974 or 9583457. OLE color: 9583457.
HSL color Cylindrical-coordinate representation of color #613B92: hue angle of 266.21º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613B92 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 59 | 146 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.43 |
| HSL | 266.21º | 0.42% | 0.4% | - |
| HSV(B) | 266.21º | 0.6% | 0.57% | - |
| XYZ | 11.68 | 7.74 | 28.07 | - |
| YUV | 80.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 146 | 0.34 | 0.60 | 0 | 0.43 | 266.21 | 0.42 | 0.4 |
| Hex | 61 | 3B | 92 | 22 | 3C | 0 | 2B | 10A | 2A | 28 |
| Octal | 141 | 73 | 222 | 42 | 74 | 0 | 53 | 412 | 52 | 50 |
| Binary | 1100001 | 111011 | 10010010 | 100010 | 111100 | 0 | 101011 | 100001010 | 101010 | 101000 |
Color Harmonies of #613B92
Complementary color
Monochromatic Colors of #613B92
Black with #613B92
Text Example
Text Example
White with #613B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B92; }
p { color: rgb(97,59,146); }
H1.HeaderClassName
{
color: #613B92;
}
.AnyTagClassName
{
color: #613B92;
}
</style>
background-color css
<style>
a { background-color: #613B92; }
a { background-color: rgb(97,59,146); }
div.DivClassName
{
background-color: #613B92;
}
.BgClassName
{
background-color: #613B92;
}
</style>
border-color css
<style>
span { border-color: #613B92; }
span { border-color: rgb(97,59,146); }
td.TdClassName
{
border-color: #613B92;
}
.TagClassName
{
border-color: #613B92;
}
</style>