Shades of Daisy Bush #65448C
Tints of Daisy Bush #65448C
RGB
CMYK
RGB Variations
Color information
#65448C (or 0x65448C) is known color: Daisy Bush. HEX triplet: 65, 44 and 8C. RGB value is (101,68,140). Sum of RGB (Red+Green+Blue) = 101+68+140=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #65448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65448C is #9ABB73. Grayscale: #555555. Windows color (decimal): -10140532 or 9192549. OLE color: 9192549.
HSL color Cylindrical-coordinate representation of color #65448C: hue angle of 267.5º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65448C is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 68 | 140 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.45 |
| HSL | 267.5º | 0.35% | 0.41% | - |
| HSV(B) | 267.5º | 0.51% | 0.55% | - |
| XYZ | 12.17 | 8.79 | 25.87 | - |
| YUV | 86.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 140 | 0.28 | 0.51 | 0 | 0.45 | 267.5 | 0.35 | 0.41 |
| Hex | 65 | 44 | 8C | 1C | 33 | 0 | 2D | 10C | 23 | 29 |
| Octal | 145 | 104 | 214 | 34 | 63 | 0 | 55 | 414 | 43 | 51 |
| Binary | 1100101 | 1000100 | 10001100 | 11100 | 110011 | 0 | 101101 | 100001100 | 100011 | 101001 |
Color Harmonies of #65448C
Complementary color
Monochromatic Colors of #65448C
Black with #65448C
Text Example
Text Example
White with #65448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65448C; }
p { color: rgb(101,68,140); }
H1.HeaderClassName
{
color: #65448C;
}
.AnyTagClassName
{
color: #65448C;
}
</style>
background-color css
<style>
a { background-color: #65448C; }
a { background-color: rgb(101,68,140); }
div.DivClassName
{
background-color: #65448C;
}
.BgClassName
{
background-color: #65448C;
}
</style>
border-color css
<style>
span { border-color: #65448C; }
span { border-color: rgb(101,68,140); }
td.TdClassName
{
border-color: #65448C;
}
.TagClassName
{
border-color: #65448C;
}
</style>