Shades of Daisy Bush #613A8C
Tints of Daisy Bush #613A8C
RGB
CMYK
RGB Variations
Color information
#613A8C (or 0x613A8C) is known color: Daisy Bush. HEX triplet: 61, 3A and 8C. RGB value is (97,58,140). Sum of RGB (Red+Green+Blue) = 97+58+140=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #613A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A8C is #9EC573. Grayscale: #4E4E4E. Windows color (decimal): -10405236 or 9189985. OLE color: 9189985.
HSL color Cylindrical-coordinate representation of color #613A8C: hue angle of 268.54º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #613A8C is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 58 | 140 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.45 |
| HSL | 268.54º | 0.41% | 0.39% | - |
| HSV(B) | 268.54º | 0.59% | 0.55% | - |
| XYZ | 11.18 | 7.46 | 25.66 | - |
| YUV | 79.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 140 | 0.31 | 0.59 | 0 | 0.45 | 268.54 | 0.41 | 0.39 |
| Hex | 61 | 3A | 8C | 1F | 3B | 0 | 2D | 10D | 29 | 27 |
| Octal | 141 | 72 | 214 | 37 | 73 | 0 | 55 | 415 | 51 | 47 |
| Binary | 1100001 | 111010 | 10001100 | 11111 | 111011 | 0 | 101101 | 100001101 | 101001 | 100111 |
Color Harmonies of #613A8C
Complementary color
Monochromatic Colors of #613A8C
Black with #613A8C
Text Example
Text Example
White with #613A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A8C; }
p { color: rgb(97,58,140); }
H1.HeaderClassName
{
color: #613A8C;
}
.AnyTagClassName
{
color: #613A8C;
}
</style>
background-color css
<style>
a { background-color: #613A8C; }
a { background-color: rgb(97,58,140); }
div.DivClassName
{
background-color: #613A8C;
}
.BgClassName
{
background-color: #613A8C;
}
</style>
border-color css
<style>
span { border-color: #613A8C; }
span { border-color: rgb(97,58,140); }
td.TdClassName
{
border-color: #613A8C;
}
.TagClassName
{
border-color: #613A8C;
}
</style>