Shades of Daisy Bush #654889
Tints of Daisy Bush #654889
RGB
CMYK
RGB Variations
Color information
#654889 (or 0x654889) is known color: Daisy Bush. HEX triplet: 65, 48 and 89. RGB value is (101,72,137). Sum of RGB (Red+Green+Blue) = 101+72+137=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #654889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654889 is #9AB776. Grayscale: #575757. Windows color (decimal): -10139511 or 8996965. OLE color: 8996965.
HSL color Cylindrical-coordinate representation of color #654889: hue angle of 266.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #654889 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 72 | 137 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.46 |
| HSL | 266.77º | 0.31% | 0.41% | - |
| HSV(B) | 266.77º | 0.47% | 0.54% | - |
| XYZ | 12.2 | 9.21 | 24.8 | - |
| YUV | 88.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 137 | 0.26 | 0.47 | 0 | 0.46 | 266.77 | 0.31 | 0.41 |
| Hex | 65 | 48 | 89 | 1A | 2F | 0 | 2E | 10B | 1F | 29 |
| Octal | 145 | 110 | 211 | 32 | 57 | 0 | 56 | 413 | 37 | 51 |
| Binary | 1100101 | 1001000 | 10001001 | 11010 | 101111 | 0 | 101110 | 100001011 | 11111 | 101001 |
Color Harmonies of #654889
Complementary color
Monochromatic Colors of #654889
Black with #654889
Text Example
Text Example
White with #654889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654889; }
p { color: rgb(101,72,137); }
H1.HeaderClassName
{
color: #654889;
}
.AnyTagClassName
{
color: #654889;
}
</style>
background-color css
<style>
a { background-color: #654889; }
a { background-color: rgb(101,72,137); }
div.DivClassName
{
background-color: #654889;
}
.BgClassName
{
background-color: #654889;
}
</style>
border-color css
<style>
span { border-color: #654889; }
span { border-color: rgb(101,72,137); }
td.TdClassName
{
border-color: #654889;
}
.TagClassName
{
border-color: #654889;
}
</style>