Shades of Daisy Bush #604C9A
Tints of Daisy Bush #604C9A
RGB
CMYK
RGB Variations
Color information
#604C9A (or 0x604C9A) is known color: Daisy Bush. HEX triplet: 60, 4C and 9A. RGB value is (96,76,154). Sum of RGB (Red+Green+Blue) = 96+76+154=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #604C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604C9A is #9FB365. Grayscale: #5A5A5A. Windows color (decimal): -10466150 or 10112096. OLE color: 10112096.
HSL color Cylindrical-coordinate representation of color #604C9A: hue angle of 255.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #604C9A is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 76 | 154 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.40 |
| HSL | 255.38º | 0.34% | 0.45% | - |
| HSV(B) | 255.38º | 0.51% | 0.6% | - |
| XYZ | 13.24 | 9.99 | 31.8 | - |
| YUV | 90.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 154 | 0.38 | 0.51 | 0 | 0.40 | 255.38 | 0.34 | 0.45 |
| Hex | 60 | 4C | 9A | 26 | 33 | 0 | 28 | FF | 22 | 2D |
| Octal | 140 | 114 | 232 | 46 | 63 | 0 | 50 | 377 | 42 | 55 |
| Binary | 1100000 | 1001100 | 10011010 | 100110 | 110011 | 0 | 101000 | 11111111 | 100010 | 101101 |
Color Harmonies of #604C9A
Complementary color
Monochromatic Colors of #604C9A
Black with #604C9A
Text Example
Text Example
White with #604C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C9A; }
p { color: rgb(96,76,154); }
H1.HeaderClassName
{
color: #604C9A;
}
.AnyTagClassName
{
color: #604C9A;
}
</style>
background-color css
<style>
a { background-color: #604C9A; }
a { background-color: rgb(96,76,154); }
div.DivClassName
{
background-color: #604C9A;
}
.BgClassName
{
background-color: #604C9A;
}
</style>
border-color css
<style>
span { border-color: #604C9A; }
span { border-color: rgb(96,76,154); }
td.TdClassName
{
border-color: #604C9A;
}
.TagClassName
{
border-color: #604C9A;
}
</style>