Shades of Daisy Bush #65448A
Tints of Daisy Bush #65448A
RGB
CMYK
RGB Variations
Color information
#65448A (or 0x65448A) is known color: Daisy Bush. HEX triplet: 65, 44 and 8A. RGB value is (101,68,138). Sum of RGB (Red+Green+Blue) = 101+68+138=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #65448A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65448A is #9ABB75. Grayscale: #555555. Windows color (decimal): -10140534 or 9061477. OLE color: 9061477.
HSL color Cylindrical-coordinate representation of color #65448A: hue angle of 268.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65448A is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 68 | 138 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.46 |
| HSL | 268.29º | 0.34% | 0.4% | - |
| HSV(B) | 268.29º | 0.51% | 0.54% | - |
| XYZ | 12.02 | 8.74 | 25.1 | - |
| YUV | 85.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 138 | 0.27 | 0.51 | 0 | 0.46 | 268.29 | 0.34 | 0.4 |
| Hex | 65 | 44 | 8A | 1B | 33 | 0 | 2E | 10C | 22 | 28 |
| Octal | 145 | 104 | 212 | 33 | 63 | 0 | 56 | 414 | 42 | 50 |
| Binary | 1100101 | 1000100 | 10001010 | 11011 | 110011 | 0 | 101110 | 100001100 | 100010 | 101000 |
Color Harmonies of #65448A
Complementary color
Monochromatic Colors of #65448A
Black with #65448A
Text Example
Text Example
White with #65448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65448A; }
p { color: rgb(101,68,138); }
H1.HeaderClassName
{
color: #65448A;
}
.AnyTagClassName
{
color: #65448A;
}
</style>
background-color css
<style>
a { background-color: #65448A; }
a { background-color: rgb(101,68,138); }
div.DivClassName
{
background-color: #65448A;
}
.BgClassName
{
background-color: #65448A;
}
</style>
border-color css
<style>
span { border-color: #65448A; }
span { border-color: rgb(101,68,138); }
td.TdClassName
{
border-color: #65448A;
}
.TagClassName
{
border-color: #65448A;
}
</style>