Shades of Daisy Bush #60429C
Tints of Daisy Bush #60429C
RGB
CMYK
RGB Variations
Color information
#60429C (or 0x60429C) is known color: Daisy Bush. HEX triplet: 60, 42 and 9C. RGB value is (96,66,156). Sum of RGB (Red+Green+Blue) = 96+66+156=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #60429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60429C is #9FBD63. Grayscale: #545454. Windows color (decimal): -10468708 or 10240608. OLE color: 10240608.
HSL color Cylindrical-coordinate representation of color #60429C: hue angle of 260º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60429C is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 66 | 156 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.39 |
| HSL | 260º | 0.41% | 0.44% | - |
| HSV(B) | 260º | 0.58% | 0.61% | - |
| XYZ | 12.77 | 8.78 | 32.47 | - |
| YUV | 85.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 156 | 0.38 | 0.58 | 0 | 0.39 | 260 | 0.41 | 0.44 |
| Hex | 60 | 42 | 9C | 26 | 3A | 0 | 27 | 104 | 29 | 2C |
| Octal | 140 | 102 | 234 | 46 | 72 | 0 | 47 | 404 | 51 | 54 |
| Binary | 1100000 | 1000010 | 10011100 | 100110 | 111010 | 0 | 100111 | 100000100 | 101001 | 101100 |
Color Harmonies of #60429C
Complementary color
Monochromatic Colors of #60429C
Black with #60429C
Text Example
Text Example
White with #60429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60429C; }
p { color: rgb(96,66,156); }
H1.HeaderClassName
{
color: #60429C;
}
.AnyTagClassName
{
color: #60429C;
}
</style>
background-color css
<style>
a { background-color: #60429C; }
a { background-color: rgb(96,66,156); }
div.DivClassName
{
background-color: #60429C;
}
.BgClassName
{
background-color: #60429C;
}
</style>
border-color css
<style>
span { border-color: #60429C; }
span { border-color: rgb(96,66,156); }
td.TdClassName
{
border-color: #60429C;
}
.TagClassName
{
border-color: #60429C;
}
</style>