Shades of Kingfisher Daisy #603B89
Tints of Kingfisher Daisy #603B89
RGB
CMYK
RGB Variations
Color information
#603B89 (or 0x603B89) is known color: Kingfisher Daisy. HEX triplet: 60, 3B and 89. RGB value is (96,59,137). Sum of RGB (Red+Green+Blue) = 96+59+137=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #603B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603B89 is #9FC476. Grayscale: #4E4E4E. Windows color (decimal): -10470519 or 8993632. OLE color: 8993632.
HSL color Cylindrical-coordinate representation of color #603B89: hue angle of 268.46º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #603B89 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 59 | 137 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.46 |
| HSL | 268.46º | 0.4% | 0.38% | - |
| HSV(B) | 268.46º | 0.57% | 0.54% | - |
| XYZ | 10.9 | 7.42 | 24.52 | - |
| YUV | 78.96 | 160.76 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 137 | 0.30 | 0.57 | 0 | 0.46 | 268.46 | 0.4 | 0.38 |
| Hex | 60 | 3B | 89 | 1E | 39 | 0 | 2E | 10C | 28 | 26 |
| Octal | 140 | 73 | 211 | 36 | 71 | 0 | 56 | 414 | 50 | 46 |
| Binary | 1100000 | 111011 | 10001001 | 11110 | 111001 | 0 | 101110 | 100001100 | 101000 | 100110 |
Color Harmonies of #603B89
Complementary color
Monochromatic Colors of #603B89
Black with #603B89
Text Example
Text Example
White with #603B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B89; }
p { color: rgb(96,59,137); }
H1.HeaderClassName
{
color: #603B89;
}
.AnyTagClassName
{
color: #603B89;
}
</style>
background-color css
<style>
a { background-color: #603B89; }
a { background-color: rgb(96,59,137); }
div.DivClassName
{
background-color: #603B89;
}
.BgClassName
{
background-color: #603B89;
}
</style>
border-color css
<style>
span { border-color: #603B89; }
span { border-color: rgb(96,59,137); }
td.TdClassName
{
border-color: #603B89;
}
.TagClassName
{
border-color: #603B89;
}
</style>