Shades of Daisy Bush #654389
Tints of Daisy Bush #654389
RGB
CMYK
RGB Variations
Color information
#654389 (or 0x654389) is known color: Daisy Bush. HEX triplet: 65, 43 and 89. RGB value is (101,67,137). Sum of RGB (Red+Green+Blue) = 101+67+137=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #654389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654389 is #9ABC76. Grayscale: #545454. Windows color (decimal): -10140791 or 8995685. OLE color: 8995685.
HSL color Cylindrical-coordinate representation of color #654389: hue angle of 269.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #654389 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 67 | 137 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.46 |
| HSL | 269.14º | 0.34% | 0.4% | - |
| HSV(B) | 269.14º | 0.51% | 0.54% | - |
| XYZ | 11.89 | 8.59 | 24.7 | - |
| YUV | 85.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 137 | 0.26 | 0.51 | 0 | 0.46 | 269.14 | 0.34 | 0.4 |
| Hex | 65 | 43 | 89 | 1A | 33 | 0 | 2E | 10D | 22 | 28 |
| Octal | 145 | 103 | 211 | 32 | 63 | 0 | 56 | 415 | 42 | 50 |
| Binary | 1100101 | 1000011 | 10001001 | 11010 | 110011 | 0 | 101110 | 100001101 | 100010 | 101000 |
Color Harmonies of #654389
Complementary color
Monochromatic Colors of #654389
Black with #654389
Text Example
Text Example
White with #654389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654389; }
p { color: rgb(101,67,137); }
H1.HeaderClassName
{
color: #654389;
}
.AnyTagClassName
{
color: #654389;
}
</style>
background-color css
<style>
a { background-color: #654389; }
a { background-color: rgb(101,67,137); }
div.DivClassName
{
background-color: #654389;
}
.BgClassName
{
background-color: #654389;
}
</style>
border-color css
<style>
span { border-color: #654389; }
span { border-color: rgb(101,67,137); }
td.TdClassName
{
border-color: #654389;
}
.TagClassName
{
border-color: #654389;
}
</style>