Shades of Daisy Bush #65498B
Tints of Daisy Bush #65498B
RGB
CMYK
RGB Variations
Color information
#65498B (or 0x65498B) is known color: Daisy Bush. HEX triplet: 65, 49 and 8B. RGB value is (101,73,139). Sum of RGB (Red+Green+Blue) = 101+73+139=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #65498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65498B is #9AB674. Grayscale: #585858. Windows color (decimal): -10139253 or 9128293. OLE color: 9128293.
HSL color Cylindrical-coordinate representation of color #65498B: hue angle of 265.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65498B is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 73 | 139 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.45 |
| HSL | 265.45º | 0.31% | 0.42% | - |
| HSV(B) | 265.45º | 0.47% | 0.55% | - |
| XYZ | 12.41 | 9.4 | 25.59 | - |
| YUV | 88.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 139 | 0.27 | 0.47 | 0 | 0.45 | 265.45 | 0.31 | 0.42 |
| Hex | 65 | 49 | 8B | 1B | 2F | 0 | 2D | 109 | 1F | 2A |
| Octal | 145 | 111 | 213 | 33 | 57 | 0 | 55 | 411 | 37 | 52 |
| Binary | 1100101 | 1001001 | 10001011 | 11011 | 101111 | 0 | 101101 | 100001001 | 11111 | 101010 |
Color Harmonies of #65498B
Complementary color
Monochromatic Colors of #65498B
Black with #65498B
Text Example
Text Example
White with #65498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65498B; }
p { color: rgb(101,73,139); }
H1.HeaderClassName
{
color: #65498B;
}
.AnyTagClassName
{
color: #65498B;
}
</style>
background-color css
<style>
a { background-color: #65498B; }
a { background-color: rgb(101,73,139); }
div.DivClassName
{
background-color: #65498B;
}
.BgClassName
{
background-color: #65498B;
}
</style>
border-color css
<style>
span { border-color: #65498B; }
span { border-color: rgb(101,73,139); }
td.TdClassName
{
border-color: #65498B;
}
.TagClassName
{
border-color: #65498B;
}
</style>