Shades of Kingfisher Daisy #603287
Tints of Kingfisher Daisy #603287
RGB
CMYK
RGB Variations
Color information
#603287 (or 0x603287) is known color: Kingfisher Daisy. HEX triplet: 60, 32 and 87. RGB value is (96,50,135). Sum of RGB (Red+Green+Blue) = 96+50+135=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #603287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603287 is #9FCD78. Grayscale: #494949. Windows color (decimal): -10472825 or 8860256. OLE color: 8860256.
HSL color Cylindrical-coordinate representation of color #603287: hue angle of 272.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #603287 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 50 | 135 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.47 |
| HSL | 272.47º | 0.46% | 0.36% | - |
| HSV(B) | 272.47º | 0.63% | 0.53% | - |
| XYZ | 10.34 | 6.52 | 23.63 | - |
| YUV | 73.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 135 | 0.29 | 0.63 | 0 | 0.47 | 272.47 | 0.46 | 0.36 |
| Hex | 60 | 32 | 87 | 1D | 3F | 0 | 2F | 110 | 2E | 24 |
| Octal | 140 | 62 | 207 | 35 | 77 | 0 | 57 | 420 | 56 | 44 |
| Binary | 1100000 | 110010 | 10000111 | 11101 | 111111 | 0 | 101111 | 100010000 | 101110 | 100100 |
Color Harmonies of #603287
Complementary color
Monochromatic Colors of #603287
Black with #603287
Text Example
Text Example
White with #603287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603287; }
p { color: rgb(96,50,135); }
H1.HeaderClassName
{
color: #603287;
}
.AnyTagClassName
{
color: #603287;
}
</style>
background-color css
<style>
a { background-color: #603287; }
a { background-color: rgb(96,50,135); }
div.DivClassName
{
background-color: #603287;
}
.BgClassName
{
background-color: #603287;
}
</style>
border-color css
<style>
span { border-color: #603287; }
span { border-color: rgb(96,50,135); }
td.TdClassName
{
border-color: #603287;
}
.TagClassName
{
border-color: #603287;
}
</style>