Shades of Daisy Bush #613C94
Tints of Daisy Bush #613C94
RGB
CMYK
RGB Variations
Color information
#613C94 (or 0x613C94) is known color: Daisy Bush. HEX triplet: 61, 3C and 94. RGB value is (97,60,148). Sum of RGB (Red+Green+Blue) = 97+60+148=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #613C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613C94 is #9EC36B. Grayscale: #505050. Windows color (decimal): -10404716 or 9714785. OLE color: 9714785.
HSL color Cylindrical-coordinate representation of color #613C94: hue angle of 265.23º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #613C94 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 60 | 148 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.42 |
| HSL | 265.23º | 0.42% | 0.41% | - |
| HSV(B) | 265.23º | 0.59% | 0.58% | - |
| XYZ | 11.89 | 7.91 | 28.92 | - |
| YUV | 81.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 148 | 0.34 | 0.59 | 0 | 0.42 | 265.23 | 0.42 | 0.41 |
| Hex | 61 | 3C | 94 | 22 | 3B | 0 | 2A | 109 | 2A | 29 |
| Octal | 141 | 74 | 224 | 42 | 73 | 0 | 52 | 411 | 52 | 51 |
| Binary | 1100001 | 111100 | 10010100 | 100010 | 111011 | 0 | 101010 | 100001001 | 101010 | 101001 |
Color Harmonies of #613C94
Complementary color
Monochromatic Colors of #613C94
Black with #613C94
Text Example
Text Example
White with #613C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C94; }
p { color: rgb(97,60,148); }
H1.HeaderClassName
{
color: #613C94;
}
.AnyTagClassName
{
color: #613C94;
}
</style>
background-color css
<style>
a { background-color: #613C94; }
a { background-color: rgb(97,60,148); }
div.DivClassName
{
background-color: #613C94;
}
.BgClassName
{
background-color: #613C94;
}
</style>
border-color css
<style>
span { border-color: #613C94; }
span { border-color: rgb(97,60,148); }
td.TdClassName
{
border-color: #613C94;
}
.TagClassName
{
border-color: #613C94;
}
</style>