Shades of Daisy Bush #65468D
Tints of Daisy Bush #65468D
RGB
CMYK
RGB Variations
Color information
#65468D (or 0x65468D) is known color: Daisy Bush. HEX triplet: 65, 46 and 8D. RGB value is (101,70,141). Sum of RGB (Red+Green+Blue) = 101+70+141=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #65468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65468D is #9AB972. Grayscale: #575757. Windows color (decimal): -10140019 or 9258597. OLE color: 9258597.
HSL color Cylindrical-coordinate representation of color #65468D: hue angle of 266.2º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65468D is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 70 | 141 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.45 |
| HSL | 266.2º | 0.34% | 0.41% | - |
| HSV(B) | 266.2º | 0.5% | 0.55% | - |
| XYZ | 12.36 | 9.07 | 26.3 | - |
| YUV | 87.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 141 | 0.28 | 0.50 | 0 | 0.45 | 266.2 | 0.34 | 0.41 |
| Hex | 65 | 46 | 8D | 1C | 32 | 0 | 2D | 10A | 22 | 29 |
| Octal | 145 | 106 | 215 | 34 | 62 | 0 | 55 | 412 | 42 | 51 |
| Binary | 1100101 | 1000110 | 10001101 | 11100 | 110010 | 0 | 101101 | 100001010 | 100010 | 101001 |
Color Harmonies of #65468D
Complementary color
Monochromatic Colors of #65468D
Black with #65468D
Text Example
Text Example
White with #65468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65468D; }
p { color: rgb(101,70,141); }
H1.HeaderClassName
{
color: #65468D;
}
.AnyTagClassName
{
color: #65468D;
}
</style>
background-color css
<style>
a { background-color: #65468D; }
a { background-color: rgb(101,70,141); }
div.DivClassName
{
background-color: #65468D;
}
.BgClassName
{
background-color: #65468D;
}
</style>
border-color css
<style>
span { border-color: #65468D; }
span { border-color: rgb(101,70,141); }
td.TdClassName
{
border-color: #65468D;
}
.TagClassName
{
border-color: #65468D;
}
</style>