Shades of Kingfisher Daisy #603085
Tints of Kingfisher Daisy #603085
RGB
CMYK
RGB Variations
Color information
#603085 (or 0x603085) is known color: Kingfisher Daisy. HEX triplet: 60, 30 and 85. RGB value is (96,48,133). Sum of RGB (Red+Green+Blue) = 96+48+133=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #603085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603085 is #9FCF7A. Grayscale: #474747. Windows color (decimal): -10473339 or 8728672. OLE color: 8728672.
HSL color Cylindrical-coordinate representation of color #603085: hue angle of 273.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603085 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 48 | 133 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.48 |
| HSL | 273.88º | 0.47% | 0.35% | - |
| HSV(B) | 273.88º | 0.64% | 0.52% | - |
| XYZ | 10.11 | 6.29 | 22.87 | - |
| YUV | 72.04 | 162.4 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 133 | 0.28 | 0.64 | 0 | 0.48 | 273.88 | 0.47 | 0.35 |
| Hex | 60 | 30 | 85 | 1C | 40 | 0 | 30 | 112 | 2F | 23 |
| Octal | 140 | 60 | 205 | 34 | 100 | 0 | 60 | 422 | 57 | 43 |
| Binary | 1100000 | 110000 | 10000101 | 11100 | 1000000 | 0 | 110000 | 100010010 | 101111 | 100011 |
Color Harmonies of #603085
Complementary color
Monochromatic Colors of #603085
Black with #603085
Text Example
Text Example
White with #603085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603085; }
p { color: rgb(96,48,133); }
H1.HeaderClassName
{
color: #603085;
}
.AnyTagClassName
{
color: #603085;
}
</style>
background-color css
<style>
a { background-color: #603085; }
a { background-color: rgb(96,48,133); }
div.DivClassName
{
background-color: #603085;
}
.BgClassName
{
background-color: #603085;
}
</style>
border-color css
<style>
span { border-color: #603085; }
span { border-color: rgb(96,48,133); }
td.TdClassName
{
border-color: #603085;
}
.TagClassName
{
border-color: #603085;
}
</style>