Shades of Daisy Bush #60448C
Tints of Daisy Bush #60448C
RGB
CMYK
RGB Variations
Color information
#60448C (or 0x60448C) is known color: Daisy Bush. HEX triplet: 60, 44 and 8C. RGB value is (96,68,140). Sum of RGB (Red+Green+Blue) = 96+68+140=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #60448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60448C is #9FBB73. Grayscale: #545454. Windows color (decimal): -10468212 or 9192544. OLE color: 9192544.
HSL color Cylindrical-coordinate representation of color #60448C: hue angle of 263.33º 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 #60448C is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 68 | 140 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.45 |
| HSL | 263.33º | 0.35% | 0.41% | - |
| HSV(B) | 263.33º | 0.51% | 0.55% | - |
| XYZ | 11.62 | 8.51 | 25.84 | - |
| YUV | 84.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 140 | 0.31 | 0.51 | 0 | 0.45 | 263.33 | 0.35 | 0.41 |
| Hex | 60 | 44 | 8C | 1F | 33 | 0 | 2D | 107 | 23 | 29 |
| Octal | 140 | 104 | 214 | 37 | 63 | 0 | 55 | 407 | 43 | 51 |
| Binary | 1100000 | 1000100 | 10001100 | 11111 | 110011 | 0 | 101101 | 100000111 | 100011 | 101001 |
Color Harmonies of #60448C
Complementary color
Monochromatic Colors of #60448C
Black with #60448C
Text Example
Text Example
White with #60448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60448C; }
p { color: rgb(96,68,140); }
H1.HeaderClassName
{
color: #60448C;
}
.AnyTagClassName
{
color: #60448C;
}
</style>
background-color css
<style>
a { background-color: #60448C; }
a { background-color: rgb(96,68,140); }
div.DivClassName
{
background-color: #60448C;
}
.BgClassName
{
background-color: #60448C;
}
</style>
border-color css
<style>
span { border-color: #60448C; }
span { border-color: rgb(96,68,140); }
td.TdClassName
{
border-color: #60448C;
}
.TagClassName
{
border-color: #60448C;
}
</style>