Shades of Daisy Bush #60458A
Tints of Daisy Bush #60458A
RGB
CMYK
RGB Variations
Color information
#60458A (or 0x60458A) is known color: Daisy Bush. HEX triplet: 60, 45 and 8A. RGB value is (96,69,138). Sum of RGB (Red+Green+Blue) = 96+69+138=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #60458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60458A is #9FBA75. Grayscale: #545454. Windows color (decimal): -10467958 or 9061728. OLE color: 9061728.
HSL color Cylindrical-coordinate representation of color #60458A: hue angle of 263.48º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60458A is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 69 | 138 | - |
| CMYK | 0.30 | 0.5 | 0 | 0.46 |
| HSL | 263.48º | 0.33% | 0.41% | - |
| HSV(B) | 263.48º | 0.5% | 0.54% | - |
| XYZ | 11.54 | 8.58 | 25.09 | - |
| YUV | 84.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 138 | 0.30 | 0.5 | 0 | 0.46 | 263.48 | 0.33 | 0.41 |
| Hex | 60 | 45 | 8A | 1E | 32 | 0 | 2E | 107 | 21 | 29 |
| Octal | 140 | 105 | 212 | 36 | 62 | 0 | 56 | 407 | 41 | 51 |
| Binary | 1100000 | 1000101 | 10001010 | 11110 | 110010 | 0 | 101110 | 100000111 | 100001 | 101001 |
Color Harmonies of #60458A
Complementary color
Monochromatic Colors of #60458A
Black with #60458A
Text Example
Text Example
White with #60458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60458A; }
p { color: rgb(96,69,138); }
H1.HeaderClassName
{
color: #60458A;
}
.AnyTagClassName
{
color: #60458A;
}
</style>
background-color css
<style>
a { background-color: #60458A; }
a { background-color: rgb(96,69,138); }
div.DivClassName
{
background-color: #60458A;
}
.BgClassName
{
background-color: #60458A;
}
</style>
border-color css
<style>
span { border-color: #60458A; }
span { border-color: rgb(96,69,138); }
td.TdClassName
{
border-color: #60458A;
}
.TagClassName
{
border-color: #60458A;
}
</style>