Shades of Daisy Bush #654591
Tints of Daisy Bush #654591
RGB
CMYK
RGB Variations
Color information
#654591 (or 0x654591) is known color: Daisy Bush. HEX triplet: 65, 45 and 91. RGB value is (101,69,145). Sum of RGB (Red+Green+Blue) = 101+69+145=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #654591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654591 is #9ABA6E. Grayscale: #565656. Windows color (decimal): -10140271 or 9520485. OLE color: 9520485.
HSL color Cylindrical-coordinate representation of color #654591: hue angle of 265.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #654591 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 69 | 145 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.43 |
| HSL | 265.26º | 0.36% | 0.42% | - |
| HSV(B) | 265.26º | 0.52% | 0.57% | - |
| XYZ | 12.61 | 9.07 | 27.87 | - |
| YUV | 87.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 145 | 0.30 | 0.52 | 0 | 0.43 | 265.26 | 0.36 | 0.42 |
| Hex | 65 | 45 | 91 | 1E | 34 | 0 | 2B | 109 | 24 | 2A |
| Octal | 145 | 105 | 221 | 36 | 64 | 0 | 53 | 411 | 44 | 52 |
| Binary | 1100101 | 1000101 | 10010001 | 11110 | 110100 | 0 | 101011 | 100001001 | 100100 | 101010 |
Color Harmonies of #654591
Complementary color
Monochromatic Colors of #654591
Black with #654591
Text Example
Text Example
White with #654591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654591; }
p { color: rgb(101,69,145); }
H1.HeaderClassName
{
color: #654591;
}
.AnyTagClassName
{
color: #654591;
}
</style>
background-color css
<style>
a { background-color: #654591; }
a { background-color: rgb(101,69,145); }
div.DivClassName
{
background-color: #654591;
}
.BgClassName
{
background-color: #654591;
}
</style>
border-color css
<style>
span { border-color: #654591; }
span { border-color: rgb(101,69,145); }
td.TdClassName
{
border-color: #654591;
}
.TagClassName
{
border-color: #654591;
}
</style>