Shades of Daisy Bush #60449C
Tints of Daisy Bush #60449C
RGB
CMYK
RGB Variations
Color information
#60449C (or 0x60449C) is known color: Daisy Bush. HEX triplet: 60, 44 and 9C. RGB value is (96,68,156). Sum of RGB (Red+Green+Blue) = 96+68+156=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #60449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60449C is #9FBB63. Grayscale: #565656. Windows color (decimal): -10468196 or 10241120. OLE color: 10241120.
HSL color Cylindrical-coordinate representation of color #60449C: hue angle of 259.09º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60449C is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 68 | 156 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.39 |
| HSL | 259.09º | 0.39% | 0.44% | - |
| HSV(B) | 259.09º | 0.56% | 0.61% | - |
| XYZ | 12.89 | 9.02 | 32.51 | - |
| YUV | 86.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 156 | 0.38 | 0.56 | 0 | 0.39 | 259.09 | 0.39 | 0.44 |
| Hex | 60 | 44 | 9C | 26 | 38 | 0 | 27 | 103 | 27 | 2C |
| Octal | 140 | 104 | 234 | 46 | 70 | 0 | 47 | 403 | 47 | 54 |
| Binary | 1100000 | 1000100 | 10011100 | 100110 | 111000 | 0 | 100111 | 100000011 | 100111 | 101100 |
Color Harmonies of #60449C
Complementary color
Monochromatic Colors of #60449C
Black with #60449C
Text Example
Text Example
White with #60449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60449C; }
p { color: rgb(96,68,156); }
H1.HeaderClassName
{
color: #60449C;
}
.AnyTagClassName
{
color: #60449C;
}
</style>
background-color css
<style>
a { background-color: #60449C; }
a { background-color: rgb(96,68,156); }
div.DivClassName
{
background-color: #60449C;
}
.BgClassName
{
background-color: #60449C;
}
</style>
border-color css
<style>
span { border-color: #60449C; }
span { border-color: rgb(96,68,156); }
td.TdClassName
{
border-color: #60449C;
}
.TagClassName
{
border-color: #60449C;
}
</style>