Shades of Daisy Bush #654992
Tints of Daisy Bush #654992
RGB
CMYK
RGB Variations
Color information
#654992 (or 0x654992) is known color: Daisy Bush. HEX triplet: 65, 49 and 92. RGB value is (101,73,146). Sum of RGB (Red+Green+Blue) = 101+73+146=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #654992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654992 is #9AB66D. Grayscale: #595959. Windows color (decimal): -10139246 or 9587045. OLE color: 9587045.
HSL color Cylindrical-coordinate representation of color #654992: hue angle of 263.01º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654992 is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 73 | 146 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.43 |
| HSL | 263.01º | 0.33% | 0.43% | - |
| HSV(B) | 263.01º | 0.5% | 0.57% | - |
| XYZ | 12.94 | 9.61 | 28.37 | - |
| YUV | 89.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 146 | 0.31 | 0.5 | 0 | 0.43 | 263.01 | 0.33 | 0.43 |
| Hex | 65 | 49 | 92 | 1F | 32 | 0 | 2B | 107 | 21 | 2B |
| Octal | 145 | 111 | 222 | 37 | 62 | 0 | 53 | 407 | 41 | 53 |
| Binary | 1100101 | 1001001 | 10010010 | 11111 | 110010 | 0 | 101011 | 100000111 | 100001 | 101011 |
Color Harmonies of #654992
Complementary color
Monochromatic Colors of #654992
Black with #654992
Text Example
Text Example
White with #654992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654992; }
p { color: rgb(101,73,146); }
H1.HeaderClassName
{
color: #654992;
}
.AnyTagClassName
{
color: #654992;
}
</style>
background-color css
<style>
a { background-color: #654992; }
a { background-color: rgb(101,73,146); }
div.DivClassName
{
background-color: #654992;
}
.BgClassName
{
background-color: #654992;
}
</style>
border-color css
<style>
span { border-color: #654992; }
span { border-color: rgb(101,73,146); }
td.TdClassName
{
border-color: #654992;
}
.TagClassName
{
border-color: #654992;
}
</style>