Shades of Daisy Bush #602C94
Tints of Daisy Bush #602C94
RGB
CMYK
RGB Variations
Color information
#602C94 (or 0x602C94) is known color: Daisy Bush. HEX triplet: 60, 2C and 94. RGB value is (96,44,148). Sum of RGB (Red+Green+Blue) = 96+44+148=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #602C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C94 is #9FD36B. Grayscale: #474747. Windows color (decimal): -10474348 or 9710688. OLE color: 9710688.
HSL color Cylindrical-coordinate representation of color #602C94: hue angle of 270º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602C94 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 44 | 148 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.42 |
| HSL | 270º | 0.54% | 0.38% | - |
| HSV(B) | 270º | 0.7% | 0.58% | - |
| XYZ | 11.07 | 6.43 | 28.67 | - |
| YUV | 71.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 148 | 0.35 | 0.70 | 0 | 0.42 | 270 | 0.54 | 0.38 |
| Hex | 60 | 2C | 94 | 23 | 46 | 0 | 2A | 10E | 36 | 26 |
| Octal | 140 | 54 | 224 | 43 | 106 | 0 | 52 | 416 | 66 | 46 |
| Binary | 1100000 | 101100 | 10010100 | 100011 | 1000110 | 0 | 101010 | 100001110 | 110110 | 100110 |
Color Harmonies of #602C94
Complementary color
Monochromatic Colors of #602C94
Black with #602C94
Text Example
Text Example
White with #602C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C94; }
p { color: rgb(96,44,148); }
H1.HeaderClassName
{
color: #602C94;
}
.AnyTagClassName
{
color: #602C94;
}
</style>
background-color css
<style>
a { background-color: #602C94; }
a { background-color: rgb(96,44,148); }
div.DivClassName
{
background-color: #602C94;
}
.BgClassName
{
background-color: #602C94;
}
</style>
border-color css
<style>
span { border-color: #602C94; }
span { border-color: rgb(96,44,148); }
td.TdClassName
{
border-color: #602C94;
}
.TagClassName
{
border-color: #602C94;
}
</style>