Shades of Daisy Bush #654688
Tints of Daisy Bush #654688
RGB
CMYK
RGB Variations
Color information
#654688 (or 0x654688) is known color: Daisy Bush. HEX triplet: 65, 46 and 88. RGB value is (101,70,136). Sum of RGB (Red+Green+Blue) = 101+70+136=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #654688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654688 is #9AB977. Grayscale: #565656. Windows color (decimal): -10140024 or 8930917. OLE color: 8930917.
HSL color Cylindrical-coordinate representation of color #654688: hue angle of 268.18º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #654688 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 70 | 136 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.47 |
| HSL | 268.18º | 0.32% | 0.4% | - |
| HSV(B) | 268.18º | 0.49% | 0.53% | - |
| XYZ | 12 | 8.92 | 24.38 | - |
| YUV | 86.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 136 | 0.26 | 0.49 | 0 | 0.47 | 268.18 | 0.32 | 0.4 |
| Hex | 65 | 46 | 88 | 1A | 31 | 0 | 2F | 10C | 20 | 28 |
| Octal | 145 | 106 | 210 | 32 | 61 | 0 | 57 | 414 | 40 | 50 |
| Binary | 1100101 | 1000110 | 10001000 | 11010 | 110001 | 0 | 101111 | 100001100 | 100000 | 101000 |
Color Harmonies of #654688
Complementary color
Monochromatic Colors of #654688
Black with #654688
Text Example
Text Example
White with #654688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654688; }
p { color: rgb(101,70,136); }
H1.HeaderClassName
{
color: #654688;
}
.AnyTagClassName
{
color: #654688;
}
</style>
background-color css
<style>
a { background-color: #654688; }
a { background-color: rgb(101,70,136); }
div.DivClassName
{
background-color: #654688;
}
.BgClassName
{
background-color: #654688;
}
</style>
border-color css
<style>
span { border-color: #654688; }
span { border-color: rgb(101,70,136); }
td.TdClassName
{
border-color: #654688;
}
.TagClassName
{
border-color: #654688;
}
</style>