Shades of Daisy Bush #603D88
Tints of Daisy Bush #603D88
RGB
CMYK
RGB Variations
Color information
#603D88 (or 0x603D88) is known color: Daisy Bush. HEX triplet: 60, 3D and 88. RGB value is (96,61,136). Sum of RGB (Red+Green+Blue) = 96+61+136=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #603D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D88 is #9FC277. Grayscale: #4F4F4F. Windows color (decimal): -10470008 or 8928608. OLE color: 8928608.
HSL color Cylindrical-coordinate representation of color #603D88: hue angle of 268º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #603D88 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 61 | 136 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.47 |
| HSL | 268º | 0.38% | 0.39% | - |
| HSV(B) | 268º | 0.55% | 0.53% | - |
| XYZ | 10.94 | 7.6 | 24.18 | - |
| YUV | 80.02 | 159.6 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 136 | 0.29 | 0.55 | 0 | 0.47 | 268 | 0.38 | 0.39 |
| Hex | 60 | 3D | 88 | 1D | 37 | 0 | 2F | 10C | 26 | 27 |
| Octal | 140 | 75 | 210 | 35 | 67 | 0 | 57 | 414 | 46 | 47 |
| Binary | 1100000 | 111101 | 10001000 | 11101 | 110111 | 0 | 101111 | 100001100 | 100110 | 100111 |
Color Harmonies of #603D88
Complementary color
Monochromatic Colors of #603D88
Black with #603D88
Text Example
Text Example
White with #603D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D88; }
p { color: rgb(96,61,136); }
H1.HeaderClassName
{
color: #603D88;
}
.AnyTagClassName
{
color: #603D88;
}
</style>
background-color css
<style>
a { background-color: #603D88; }
a { background-color: rgb(96,61,136); }
div.DivClassName
{
background-color: #603D88;
}
.BgClassName
{
background-color: #603D88;
}
</style>
border-color css
<style>
span { border-color: #603D88; }
span { border-color: rgb(96,61,136); }
td.TdClassName
{
border-color: #603D88;
}
.TagClassName
{
border-color: #603D88;
}
</style>