Shades of Kingfisher Daisy #602280
Tints of Kingfisher Daisy #602280
RGB
CMYK
RGB Variations
Color information
#602280 (or 0x602280) is known color: Kingfisher Daisy. HEX triplet: 60, 22 and 80. RGB value is (96,34,128). Sum of RGB (Red+Green+Blue) = 96+34+128=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #602280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602280 is #9FDD7F. Grayscale: #3E3E3E. Windows color (decimal): -10476928 or 8397408. OLE color: 8397408.
HSL color Cylindrical-coordinate representation of color #602280: hue angle of 279.57º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602280 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 34 | 128 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.50 |
| HSL | 279.57º | 0.58% | 0.32% | - |
| HSV(B) | 279.57º | 0.73% | 0.5% | - |
| XYZ | 9.29 | 5.19 | 20.93 | - |
| YUV | 63.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 128 | 0.25 | 0.73 | 0 | 0.50 | 279.57 | 0.58 | 0.32 |
| Hex | 60 | 22 | 80 | 19 | 49 | 0 | 32 | 118 | 3A | 20 |
| Octal | 140 | 42 | 200 | 31 | 111 | 0 | 62 | 430 | 72 | 40 |
| Binary | 1100000 | 100010 | 10000000 | 11001 | 1001001 | 0 | 110010 | 100011000 | 111010 | 100000 |
Color Harmonies of #602280
Complementary color
Monochromatic Colors of #602280
Black with #602280
Text Example
Text Example
White with #602280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602280; }
p { color: rgb(96,34,128); }
H1.HeaderClassName
{
color: #602280;
}
.AnyTagClassName
{
color: #602280;
}
</style>
background-color css
<style>
a { background-color: #602280; }
a { background-color: rgb(96,34,128); }
div.DivClassName
{
background-color: #602280;
}
.BgClassName
{
background-color: #602280;
}
</style>
border-color css
<style>
span { border-color: #602280; }
span { border-color: rgb(96,34,128); }
td.TdClassName
{
border-color: #602280;
}
.TagClassName
{
border-color: #602280;
}
</style>