Shades of Daisy Bush #603A98
Tints of Daisy Bush #603A98
RGB
CMYK
RGB Variations
Color information
#603A98 (or 0x603A98) is known color: Daisy Bush. HEX triplet: 60, 3A and 98. RGB value is (96,58,152). Sum of RGB (Red+Green+Blue) = 96+58+152=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #603A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603A98 is #9FC567. Grayscale: #4F4F4F. Windows color (decimal): -10470760 or 9976416. OLE color: 9976416.
HSL color Cylindrical-coordinate representation of color #603A98: hue angle of 264.26º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #603A98 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 58 | 152 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.40 |
| HSL | 264.26º | 0.45% | 0.41% | - |
| HSV(B) | 264.26º | 0.62% | 0.6% | - |
| XYZ | 12 | 7.78 | 30.57 | - |
| YUV | 80.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 152 | 0.37 | 0.62 | 0 | 0.40 | 264.26 | 0.45 | 0.41 |
| Hex | 60 | 3A | 98 | 25 | 3E | 0 | 28 | 108 | 2D | 29 |
| Octal | 140 | 72 | 230 | 45 | 76 | 0 | 50 | 410 | 55 | 51 |
| Binary | 1100000 | 111010 | 10011000 | 100101 | 111110 | 0 | 101000 | 100001000 | 101101 | 101001 |
Color Harmonies of #603A98
Complementary color
Monochromatic Colors of #603A98
Black with #603A98
Text Example
Text Example
White with #603A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A98; }
p { color: rgb(96,58,152); }
H1.HeaderClassName
{
color: #603A98;
}
.AnyTagClassName
{
color: #603A98;
}
</style>
background-color css
<style>
a { background-color: #603A98; }
a { background-color: rgb(96,58,152); }
div.DivClassName
{
background-color: #603A98;
}
.BgClassName
{
background-color: #603A98;
}
</style>
border-color css
<style>
span { border-color: #603A98; }
span { border-color: rgb(96,58,152); }
td.TdClassName
{
border-color: #603A98;
}
.TagClassName
{
border-color: #603A98;
}
</style>