Shades of Kingfisher Daisy #602584
Tints of Kingfisher Daisy #602584
RGB
CMYK
RGB Variations
Color information
#602584 (or 0x602584) is known color: Kingfisher Daisy. HEX triplet: 60, 25 and 84. RGB value is (96,37,132). Sum of RGB (Red+Green+Blue) = 96+37+132=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #602584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602584 is #9FDA7B. Grayscale: #414141. Windows color (decimal): -10476156 or 8660320. OLE color: 8660320.
HSL color Cylindrical-coordinate representation of color #602584: hue angle of 277.26º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #602584 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 37 | 132 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.48 |
| HSL | 277.26º | 0.56% | 0.33% | - |
| HSV(B) | 277.26º | 0.72% | 0.52% | - |
| XYZ | 9.65 | 5.48 | 22.38 | - |
| YUV | 65.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 132 | 0.27 | 0.72 | 0 | 0.48 | 277.26 | 0.56 | 0.33 |
| Hex | 60 | 25 | 84 | 1B | 48 | 0 | 30 | 115 | 38 | 21 |
| Octal | 140 | 45 | 204 | 33 | 110 | 0 | 60 | 425 | 70 | 41 |
| Binary | 1100000 | 100101 | 10000100 | 11011 | 1001000 | 0 | 110000 | 100010101 | 111000 | 100001 |
Color Harmonies of #602584
Complementary color
Monochromatic Colors of #602584
Black with #602584
Text Example
Text Example
White with #602584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602584; }
p { color: rgb(96,37,132); }
H1.HeaderClassName
{
color: #602584;
}
.AnyTagClassName
{
color: #602584;
}
</style>
background-color css
<style>
a { background-color: #602584; }
a { background-color: rgb(96,37,132); }
div.DivClassName
{
background-color: #602584;
}
.BgClassName
{
background-color: #602584;
}
</style>
border-color css
<style>
span { border-color: #602584; }
span { border-color: rgb(96,37,132); }
td.TdClassName
{
border-color: #602584;
}
.TagClassName
{
border-color: #602584;
}
</style>