Shades of Daisy Bush #65498E
Tints of Daisy Bush #65498E
RGB
CMYK
RGB Variations
Color information
#65498E (or 0x65498E) is known color: Daisy Bush. HEX triplet: 65, 49 and 8E. RGB value is (101,73,142). Sum of RGB (Red+Green+Blue) = 101+73+142=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #65498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65498E is #9AB671. Grayscale: #585858. Windows color (decimal): -10139250 or 9324901. OLE color: 9324901.
HSL color Cylindrical-coordinate representation of color #65498E: hue angle of 264.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65498E is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 73 | 142 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.44 |
| HSL | 264.35º | 0.32% | 0.42% | - |
| HSV(B) | 264.35º | 0.49% | 0.56% | - |
| XYZ | 12.63 | 9.48 | 26.76 | - |
| YUV | 89.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 142 | 0.29 | 0.49 | 0 | 0.44 | 264.35 | 0.32 | 0.42 |
| Hex | 65 | 49 | 8E | 1D | 31 | 0 | 2C | 108 | 20 | 2A |
| Octal | 145 | 111 | 216 | 35 | 61 | 0 | 54 | 410 | 40 | 52 |
| Binary | 1100101 | 1001001 | 10001110 | 11101 | 110001 | 0 | 101100 | 100001000 | 100000 | 101010 |
Color Harmonies of #65498E
Complementary color
Monochromatic Colors of #65498E
Black with #65498E
Text Example
Text Example
White with #65498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65498E; }
p { color: rgb(101,73,142); }
H1.HeaderClassName
{
color: #65498E;
}
.AnyTagClassName
{
color: #65498E;
}
</style>
background-color css
<style>
a { background-color: #65498E; }
a { background-color: rgb(101,73,142); }
div.DivClassName
{
background-color: #65498E;
}
.BgClassName
{
background-color: #65498E;
}
</style>
border-color css
<style>
span { border-color: #65498E; }
span { border-color: rgb(101,73,142); }
td.TdClassName
{
border-color: #65498E;
}
.TagClassName
{
border-color: #65498E;
}
</style>