Shades of Daisy Bush #60428B
Tints of Daisy Bush #60428B
RGB
CMYK
RGB Variations
Color information
#60428B (or 0x60428B) is known color: Daisy Bush. HEX triplet: 60, 42 and 8B. RGB value is (96,66,139). Sum of RGB (Red+Green+Blue) = 96+66+139=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #60428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60428B is #9FBD74. Grayscale: #535353. Windows color (decimal): -10468725 or 9126496. OLE color: 9126496.
HSL color Cylindrical-coordinate representation of color #60428B: hue angle of 264.66º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60428B is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 66 | 139 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.45 |
| HSL | 264.66º | 0.36% | 0.4% | - |
| HSV(B) | 264.66º | 0.53% | 0.55% | - |
| XYZ | 11.43 | 8.25 | 25.42 | - |
| YUV | 83.29 | 159.44 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 139 | 0.31 | 0.53 | 0 | 0.45 | 264.66 | 0.36 | 0.4 |
| Hex | 60 | 42 | 8B | 1F | 35 | 0 | 2D | 109 | 24 | 28 |
| Octal | 140 | 102 | 213 | 37 | 65 | 0 | 55 | 411 | 44 | 50 |
| Binary | 1100000 | 1000010 | 10001011 | 11111 | 110101 | 0 | 101101 | 100001001 | 100100 | 101000 |
Color Harmonies of #60428B
Complementary color
Monochromatic Colors of #60428B
Black with #60428B
Text Example
Text Example
White with #60428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60428B; }
p { color: rgb(96,66,139); }
H1.HeaderClassName
{
color: #60428B;
}
.AnyTagClassName
{
color: #60428B;
}
</style>
background-color css
<style>
a { background-color: #60428B; }
a { background-color: rgb(96,66,139); }
div.DivClassName
{
background-color: #60428B;
}
.BgClassName
{
background-color: #60428B;
}
</style>
border-color css
<style>
span { border-color: #60428B; }
span { border-color: rgb(96,66,139); }
td.TdClassName
{
border-color: #60428B;
}
.TagClassName
{
border-color: #60428B;
}
</style>