Shades of Daisy Bush #604A8D
Tints of Daisy Bush #604A8D
RGB
CMYK
RGB Variations
Color information
#604A8D (or 0x604A8D) is known color: Daisy Bush. HEX triplet: 60, 4A and 8D. RGB value is (96,74,141). Sum of RGB (Red+Green+Blue) = 96+74+141=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #604A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604A8D is #9FB572. Grayscale: #575757. Windows color (decimal): -10466675 or 9259616. OLE color: 9259616.
HSL color Cylindrical-coordinate representation of color #604A8D: hue angle of 259.7º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604A8D is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 74 | 141 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.45 |
| HSL | 259.7º | 0.31% | 0.42% | - |
| HSV(B) | 259.7º | 0.48% | 0.55% | - |
| XYZ | 12.08 | 9.31 | 26.36 | - |
| YUV | 88.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 141 | 0.32 | 0.48 | 0 | 0.45 | 259.7 | 0.31 | 0.42 |
| Hex | 60 | 4A | 8D | 20 | 30 | 0 | 2D | 104 | 1F | 2A |
| Octal | 140 | 112 | 215 | 40 | 60 | 0 | 55 | 404 | 37 | 52 |
| Binary | 1100000 | 1001010 | 10001101 | 100000 | 110000 | 0 | 101101 | 100000100 | 11111 | 101010 |
Color Harmonies of #604A8D
Complementary color
Monochromatic Colors of #604A8D
Black with #604A8D
Text Example
Text Example
White with #604A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A8D; }
p { color: rgb(96,74,141); }
H1.HeaderClassName
{
color: #604A8D;
}
.AnyTagClassName
{
color: #604A8D;
}
</style>
background-color css
<style>
a { background-color: #604A8D; }
a { background-color: rgb(96,74,141); }
div.DivClassName
{
background-color: #604A8D;
}
.BgClassName
{
background-color: #604A8D;
}
</style>
border-color css
<style>
span { border-color: #604A8D; }
span { border-color: rgb(96,74,141); }
td.TdClassName
{
border-color: #604A8D;
}
.TagClassName
{
border-color: #604A8D;
}
</style>