Shades of Daisy Bush #61478C
Tints of Daisy Bush #61478C
RGB
CMYK
RGB Variations
Color information
#61478C (or 0x61478C) is known color: Daisy Bush. HEX triplet: 61, 47 and 8C. RGB value is (97,71,140). Sum of RGB (Red+Green+Blue) = 97+71+140=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #61478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61478C is #9EB873. Grayscale: #565656. Windows color (decimal): -10401908 or 9193313. OLE color: 9193313.
HSL color Cylindrical-coordinate representation of color #61478C: hue angle of 262.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61478C is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 71 | 140 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.45 |
| HSL | 262.61º | 0.33% | 0.41% | - |
| HSV(B) | 262.61º | 0.49% | 0.55% | - |
| XYZ | 11.92 | 8.94 | 25.91 | - |
| YUV | 86.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 140 | 0.31 | 0.49 | 0 | 0.45 | 262.61 | 0.33 | 0.41 |
| Hex | 61 | 47 | 8C | 1F | 31 | 0 | 2D | 107 | 21 | 29 |
| Octal | 141 | 107 | 214 | 37 | 61 | 0 | 55 | 407 | 41 | 51 |
| Binary | 1100001 | 1000111 | 10001100 | 11111 | 110001 | 0 | 101101 | 100000111 | 100001 | 101001 |
Color Harmonies of #61478C
Complementary color
Monochromatic Colors of #61478C
Black with #61478C
Text Example
Text Example
White with #61478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61478C; }
p { color: rgb(97,71,140); }
H1.HeaderClassName
{
color: #61478C;
}
.AnyTagClassName
{
color: #61478C;
}
</style>
background-color css
<style>
a { background-color: #61478C; }
a { background-color: rgb(97,71,140); }
div.DivClassName
{
background-color: #61478C;
}
.BgClassName
{
background-color: #61478C;
}
</style>
border-color css
<style>
span { border-color: #61478C; }
span { border-color: rgb(97,71,140); }
td.TdClassName
{
border-color: #61478C;
}
.TagClassName
{
border-color: #61478C;
}
</style>