Shades of Daisy Bush #604C9C
Tints of Daisy Bush #604C9C
RGB
CMYK
RGB Variations
Color information
#604C9C (or 0x604C9C) is known color: Daisy Bush. HEX triplet: 60, 4C and 9C. RGB value is (96,76,156). Sum of RGB (Red+Green+Blue) = 96+76+156=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #604C9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604C9C is #9FB363. Grayscale: #5A5A5A. Windows color (decimal): -10466148 or 10243168. OLE color: 10243168.
HSL color Cylindrical-coordinate representation of color #604C9C: hue angle of 255º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #604C9C is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 76 | 156 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.39 |
| HSL | 255º | 0.34% | 0.45% | - |
| HSV(B) | 255º | 0.51% | 0.61% | - |
| XYZ | 13.41 | 10.06 | 32.69 | - |
| YUV | 91.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 156 | 0.38 | 0.51 | 0 | 0.39 | 255 | 0.34 | 0.45 |
| Hex | 60 | 4C | 9C | 26 | 33 | 0 | 27 | FF | 22 | 2D |
| Octal | 140 | 114 | 234 | 46 | 63 | 0 | 47 | 377 | 42 | 55 |
| Binary | 1100000 | 1001100 | 10011100 | 100110 | 110011 | 0 | 100111 | 11111111 | 100010 | 101101 |
Color Harmonies of #604C9C
Complementary color
Monochromatic Colors of #604C9C
Black with #604C9C
Text Example
Text Example
White with #604C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C9C; }
p { color: rgb(96,76,156); }
H1.HeaderClassName
{
color: #604C9C;
}
.AnyTagClassName
{
color: #604C9C;
}
</style>
background-color css
<style>
a { background-color: #604C9C; }
a { background-color: rgb(96,76,156); }
div.DivClassName
{
background-color: #604C9C;
}
.BgClassName
{
background-color: #604C9C;
}
</style>
border-color css
<style>
span { border-color: #604C9C; }
span { border-color: rgb(96,76,156); }
td.TdClassName
{
border-color: #604C9C;
}
.TagClassName
{
border-color: #604C9C;
}
</style>