Shades of Daisy Bush #60469D
Tints of Daisy Bush #60469D
RGB
CMYK
RGB Variations
Color information
#60469D (or 0x60469D) is known color: Daisy Bush. HEX triplet: 60, 46 and 9D. RGB value is (96,70,157). Sum of RGB (Red+Green+Blue) = 96+70+157=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #60469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60469D is #9FB962. Grayscale: #575757. Windows color (decimal): -10467683 or 10307168. OLE color: 10307168.
HSL color Cylindrical-coordinate representation of color #60469D: hue angle of 257.93º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60469D is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 70 | 157 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.38 |
| HSL | 257.93º | 0.38% | 0.45% | - |
| HSV(B) | 257.93º | 0.55% | 0.62% | - |
| XYZ | 13.1 | 9.3 | 33 | - |
| YUV | 87.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 157 | 0.39 | 0.55 | 0 | 0.38 | 257.93 | 0.38 | 0.45 |
| Hex | 60 | 46 | 9D | 27 | 37 | 0 | 26 | 102 | 26 | 2D |
| Octal | 140 | 106 | 235 | 47 | 67 | 0 | 46 | 402 | 46 | 55 |
| Binary | 1100000 | 1000110 | 10011101 | 100111 | 110111 | 0 | 100110 | 100000010 | 100110 | 101101 |
Color Harmonies of #60469D
Complementary color
Monochromatic Colors of #60469D
Black with #60469D
Text Example
Text Example
White with #60469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60469D; }
p { color: rgb(96,70,157); }
H1.HeaderClassName
{
color: #60469D;
}
.AnyTagClassName
{
color: #60469D;
}
</style>
background-color css
<style>
a { background-color: #60469D; }
a { background-color: rgb(96,70,157); }
div.DivClassName
{
background-color: #60469D;
}
.BgClassName
{
background-color: #60469D;
}
</style>
border-color css
<style>
span { border-color: #60469D; }
span { border-color: rgb(96,70,157); }
td.TdClassName
{
border-color: #60469D;
}
.TagClassName
{
border-color: #60469D;
}
</style>