Shades of Kingfisher Daisy #602885
Tints of Kingfisher Daisy #602885
RGB
CMYK
RGB Variations
Color information
#602885 (or 0x602885) is known color: Kingfisher Daisy. HEX triplet: 60, 28 and 85. RGB value is (96,40,133). Sum of RGB (Red+Green+Blue) = 96+40+133=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #602885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602885 is #9FD77A. Grayscale: #434343. Windows color (decimal): -10475387 or 8726624. OLE color: 8726624.
HSL color Cylindrical-coordinate representation of color #602885: hue angle of 276.13º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602885 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 40 | 133 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.48 |
| HSL | 276.13º | 0.54% | 0.34% | - |
| HSV(B) | 276.13º | 0.7% | 0.52% | - |
| XYZ | 9.82 | 5.7 | 22.77 | - |
| YUV | 67.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 133 | 0.28 | 0.70 | 0 | 0.48 | 276.13 | 0.54 | 0.34 |
| Hex | 60 | 28 | 85 | 1C | 46 | 0 | 30 | 114 | 36 | 22 |
| Octal | 140 | 50 | 205 | 34 | 106 | 0 | 60 | 424 | 66 | 42 |
| Binary | 1100000 | 101000 | 10000101 | 11100 | 1000110 | 0 | 110000 | 100010100 | 110110 | 100010 |
Color Harmonies of #602885
Complementary color
Monochromatic Colors of #602885
Black with #602885
Text Example
Text Example
White with #602885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602885; }
p { color: rgb(96,40,133); }
H1.HeaderClassName
{
color: #602885;
}
.AnyTagClassName
{
color: #602885;
}
</style>
background-color css
<style>
a { background-color: #602885; }
a { background-color: rgb(96,40,133); }
div.DivClassName
{
background-color: #602885;
}
.BgClassName
{
background-color: #602885;
}
</style>
border-color css
<style>
span { border-color: #602885; }
span { border-color: rgb(96,40,133); }
td.TdClassName
{
border-color: #602885;
}
.TagClassName
{
border-color: #602885;
}
</style>