Shades of Kingfisher Daisy #603188
Tints of Kingfisher Daisy #603188
RGB
CMYK
RGB Variations
Color information
#603188 (or 0x603188) is known color: Kingfisher Daisy. HEX triplet: 60, 31 and 88. RGB value is (96,49,136). Sum of RGB (Red+Green+Blue) = 96+49+136=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #603188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603188 is #9FCE77. Grayscale: #484848. Windows color (decimal): -10473080 or 8925536. OLE color: 8925536.
HSL color Cylindrical-coordinate representation of color #603188: hue angle of 272.41º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603188 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 49 | 136 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.47 |
| HSL | 272.41º | 0.47% | 0.36% | - |
| HSV(B) | 272.41º | 0.64% | 0.53% | - |
| XYZ | 10.37 | 6.46 | 23.99 | - |
| YUV | 72.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 136 | 0.29 | 0.64 | 0 | 0.47 | 272.41 | 0.47 | 0.36 |
| Hex | 60 | 31 | 88 | 1D | 40 | 0 | 2F | 110 | 2F | 24 |
| Octal | 140 | 61 | 210 | 35 | 100 | 0 | 57 | 420 | 57 | 44 |
| Binary | 1100000 | 110001 | 10001000 | 11101 | 1000000 | 0 | 101111 | 100010000 | 101111 | 100100 |
Color Harmonies of #603188
Complementary color
Monochromatic Colors of #603188
Black with #603188
Text Example
Text Example
White with #603188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603188; }
p { color: rgb(96,49,136); }
H1.HeaderClassName
{
color: #603188;
}
.AnyTagClassName
{
color: #603188;
}
</style>
background-color css
<style>
a { background-color: #603188; }
a { background-color: rgb(96,49,136); }
div.DivClassName
{
background-color: #603188;
}
.BgClassName
{
background-color: #603188;
}
</style>
border-color css
<style>
span { border-color: #603188; }
span { border-color: rgb(96,49,136); }
td.TdClassName
{
border-color: #603188;
}
.TagClassName
{
border-color: #603188;
}
</style>