Shades of Daisy Bush #654292
Tints of Daisy Bush #654292
RGB
CMYK
RGB Variations
Color information
#654292 (or 0x654292) is known color: Daisy Bush. HEX triplet: 65, 42 and 92. RGB value is (101,66,146). Sum of RGB (Red+Green+Blue) = 101+66+146=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #654292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654292 is #9ABD6D. Grayscale: #555555. Windows color (decimal): -10141038 or 9585253. OLE color: 9585253.
HSL color Cylindrical-coordinate representation of color #654292: hue angle of 266.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #654292 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 66 | 146 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.43 |
| HSL | 266.25º | 0.38% | 0.42% | - |
| HSV(B) | 266.25º | 0.55% | 0.57% | - |
| XYZ | 12.5 | 8.74 | 28.22 | - |
| YUV | 85.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 146 | 0.31 | 0.55 | 0 | 0.43 | 266.25 | 0.38 | 0.42 |
| Hex | 65 | 42 | 92 | 1F | 37 | 0 | 2B | 10A | 26 | 2A |
| Octal | 145 | 102 | 222 | 37 | 67 | 0 | 53 | 412 | 46 | 52 |
| Binary | 1100101 | 1000010 | 10010010 | 11111 | 110111 | 0 | 101011 | 100001010 | 100110 | 101010 |
Color Harmonies of #654292
Complementary color
Monochromatic Colors of #654292
Black with #654292
Text Example
Text Example
White with #654292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654292; }
p { color: rgb(101,66,146); }
H1.HeaderClassName
{
color: #654292;
}
.AnyTagClassName
{
color: #654292;
}
</style>
background-color css
<style>
a { background-color: #654292; }
a { background-color: rgb(101,66,146); }
div.DivClassName
{
background-color: #654292;
}
.BgClassName
{
background-color: #654292;
}
</style>
border-color css
<style>
span { border-color: #654292; }
span { border-color: rgb(101,66,146); }
td.TdClassName
{
border-color: #654292;
}
.TagClassName
{
border-color: #654292;
}
</style>