Shades of Kingfisher Daisy #603985
Tints of Kingfisher Daisy #603985
RGB
CMYK
RGB Variations
Color information
#603985 (or 0x603985) is known color: Kingfisher Daisy. HEX triplet: 60, 39 and 85. RGB value is (96,57,133). Sum of RGB (Red+Green+Blue) = 96+57+133=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #603985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603985 is #9FC67A. Grayscale: #4D4D4D. Windows color (decimal): -10471035 or 8730976. OLE color: 8730976.
HSL color Cylindrical-coordinate representation of color #603985: hue angle of 270.79º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #603985 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 57 | 133 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.48 |
| HSL | 270.79º | 0.4% | 0.37% | - |
| HSV(B) | 270.79º | 0.57% | 0.52% | - |
| XYZ | 10.52 | 7.11 | 23.01 | - |
| YUV | 77.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 133 | 0.28 | 0.57 | 0 | 0.48 | 270.79 | 0.4 | 0.37 |
| Hex | 60 | 39 | 85 | 1C | 39 | 0 | 30 | 10F | 28 | 25 |
| Octal | 140 | 71 | 205 | 34 | 71 | 0 | 60 | 417 | 50 | 45 |
| Binary | 1100000 | 111001 | 10000101 | 11100 | 111001 | 0 | 110000 | 100001111 | 101000 | 100101 |
Color Harmonies of #603985
Complementary color
Monochromatic Colors of #603985
Black with #603985
Text Example
Text Example
White with #603985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603985; }
p { color: rgb(96,57,133); }
H1.HeaderClassName
{
color: #603985;
}
.AnyTagClassName
{
color: #603985;
}
</style>
background-color css
<style>
a { background-color: #603985; }
a { background-color: rgb(96,57,133); }
div.DivClassName
{
background-color: #603985;
}
.BgClassName
{
background-color: #603985;
}
</style>
border-color css
<style>
span { border-color: #603985; }
span { border-color: rgb(96,57,133); }
td.TdClassName
{
border-color: #603985;
}
.TagClassName
{
border-color: #603985;
}
</style>