Shades of Daisy Bush #604B9A
Tints of Daisy Bush #604B9A
RGB
CMYK
RGB Variations
Color information
#604B9A (or 0x604B9A) is known color: Daisy Bush. HEX triplet: 60, 4B and 9A. RGB value is (96,75,154). Sum of RGB (Red+Green+Blue) = 96+75+154=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #604B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604B9A is #9FB465. Grayscale: #595959. Windows color (decimal): -10466406 or 10111840. OLE color: 10111840.
HSL color Cylindrical-coordinate representation of color #604B9A: hue angle of 255.95º 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 #604B9A is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 75 | 154 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.40 |
| HSL | 255.95º | 0.34% | 0.45% | - |
| HSV(B) | 255.95º | 0.51% | 0.6% | - |
| XYZ | 13.17 | 9.85 | 31.78 | - |
| YUV | 90.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 75 | 154 | 0.38 | 0.51 | 0 | 0.40 | 255.95 | 0.34 | 0.45 |
| Hex | 60 | 4B | 9A | 26 | 33 | 0 | 28 | 100 | 22 | 2D |
| Octal | 140 | 113 | 232 | 46 | 63 | 0 | 50 | 400 | 42 | 55 |
| Binary | 1100000 | 1001011 | 10011010 | 100110 | 110011 | 0 | 101000 | 100000000 | 100010 | 101101 |
Color Harmonies of #604B9A
Complementary color
Monochromatic Colors of #604B9A
Black with #604B9A
Text Example
Text Example
White with #604B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604B9A; }
p { color: rgb(96,75,154); }
H1.HeaderClassName
{
color: #604B9A;
}
.AnyTagClassName
{
color: #604B9A;
}
</style>
background-color css
<style>
a { background-color: #604B9A; }
a { background-color: rgb(96,75,154); }
div.DivClassName
{
background-color: #604B9A;
}
.BgClassName
{
background-color: #604B9A;
}
</style>
border-color css
<style>
span { border-color: #604B9A; }
span { border-color: rgb(96,75,154); }
td.TdClassName
{
border-color: #604B9A;
}
.TagClassName
{
border-color: #604B9A;
}
</style>