Shades of Daisy Bush #604A9B
Tints of Daisy Bush #604A9B
RGB
CMYK
RGB Variations
Color information
#604A9B (or 0x604A9B) is known color: Daisy Bush. HEX triplet: 60, 4A and 9B. RGB value is (96,74,155). Sum of RGB (Red+Green+Blue) = 96+74+155=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #604A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604A9B is #9FB564. Grayscale: #595959. Windows color (decimal): -10466661 or 10177120. OLE color: 10177120.
HSL color Cylindrical-coordinate representation of color #604A9B: hue angle of 256.3º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #604A9B is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 74 | 155 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.39 |
| HSL | 256.3º | 0.35% | 0.45% | - |
| HSV(B) | 256.3º | 0.52% | 0.61% | - |
| XYZ | 13.19 | 9.75 | 32.2 | - |
| YUV | 89.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 155 | 0.38 | 0.52 | 0 | 0.39 | 256.3 | 0.35 | 0.45 |
| Hex | 60 | 4A | 9B | 26 | 34 | 0 | 27 | 100 | 23 | 2D |
| Octal | 140 | 112 | 233 | 46 | 64 | 0 | 47 | 400 | 43 | 55 |
| Binary | 1100000 | 1001010 | 10011011 | 100110 | 110100 | 0 | 100111 | 100000000 | 100011 | 101101 |
Color Harmonies of #604A9B
Complementary color
Monochromatic Colors of #604A9B
Black with #604A9B
Text Example
Text Example
White with #604A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A9B; }
p { color: rgb(96,74,155); }
H1.HeaderClassName
{
color: #604A9B;
}
.AnyTagClassName
{
color: #604A9B;
}
</style>
background-color css
<style>
a { background-color: #604A9B; }
a { background-color: rgb(96,74,155); }
div.DivClassName
{
background-color: #604A9B;
}
.BgClassName
{
background-color: #604A9B;
}
</style>
border-color css
<style>
span { border-color: #604A9B; }
span { border-color: rgb(96,74,155); }
td.TdClassName
{
border-color: #604A9B;
}
.TagClassName
{
border-color: #604A9B;
}
</style>