Shades of Daisy Bush #65448E
Tints of Daisy Bush #65448E
RGB
CMYK
RGB Variations
Color information
#65448E (or 0x65448E) is known color: Daisy Bush. HEX triplet: 65, 44 and 8E. RGB value is (101,68,142). Sum of RGB (Red+Green+Blue) = 101+68+142=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #65448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65448E is #9ABB71. Grayscale: #565656. Windows color (decimal): -10140530 or 9323621. OLE color: 9323621.
HSL color Cylindrical-coordinate representation of color #65448E: hue angle of 266.76º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65448E is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 68 | 142 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.44 |
| HSL | 266.76º | 0.35% | 0.41% | - |
| HSV(B) | 266.76º | 0.52% | 0.56% | - |
| XYZ | 12.32 | 8.85 | 26.65 | - |
| YUV | 86.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 142 | 0.29 | 0.52 | 0 | 0.44 | 266.76 | 0.35 | 0.41 |
| Hex | 65 | 44 | 8E | 1D | 34 | 0 | 2C | 10B | 23 | 29 |
| Octal | 145 | 104 | 216 | 35 | 64 | 0 | 54 | 413 | 43 | 51 |
| Binary | 1100101 | 1000100 | 10001110 | 11101 | 110100 | 0 | 101100 | 100001011 | 100011 | 101001 |
Color Harmonies of #65448E
Complementary color
Monochromatic Colors of #65448E
Black with #65448E
Text Example
Text Example
White with #65448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65448E; }
p { color: rgb(101,68,142); }
H1.HeaderClassName
{
color: #65448E;
}
.AnyTagClassName
{
color: #65448E;
}
</style>
background-color css
<style>
a { background-color: #65448E; }
a { background-color: rgb(101,68,142); }
div.DivClassName
{
background-color: #65448E;
}
.BgClassName
{
background-color: #65448E;
}
</style>
border-color css
<style>
span { border-color: #65448E; }
span { border-color: rgb(101,68,142); }
td.TdClassName
{
border-color: #65448E;
}
.TagClassName
{
border-color: #65448E;
}
</style>