Shades of Kingfisher Daisy #602B84
Tints of Kingfisher Daisy #602B84
RGB
CMYK
RGB Variations
Color information
#602B84 (or 0x602B84) is known color: Kingfisher Daisy. HEX triplet: 60, 2B and 84. RGB value is (96,43,132). Sum of RGB (Red+Green+Blue) = 96+43+132=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #602B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602B84 is #9FD47B. Grayscale: #444444. Windows color (decimal): -10474620 or 8661856. OLE color: 8661856.
HSL color Cylindrical-coordinate representation of color #602B84: hue angle of 275.73º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602B84 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 43 | 132 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.48 |
| HSL | 275.73º | 0.51% | 0.34% | - |
| HSV(B) | 275.73º | 0.67% | 0.52% | - |
| XYZ | 9.85 | 5.88 | 22.45 | - |
| YUV | 68.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 132 | 0.27 | 0.67 | 0 | 0.48 | 275.73 | 0.51 | 0.34 |
| Hex | 60 | 2B | 84 | 1B | 43 | 0 | 30 | 114 | 33 | 22 |
| Octal | 140 | 53 | 204 | 33 | 103 | 0 | 60 | 424 | 63 | 42 |
| Binary | 1100000 | 101011 | 10000100 | 11011 | 1000011 | 0 | 110000 | 100010100 | 110011 | 100010 |
Color Harmonies of #602B84
Complementary color
Monochromatic Colors of #602B84
Black with #602B84
Text Example
Text Example
White with #602B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B84; }
p { color: rgb(96,43,132); }
H1.HeaderClassName
{
color: #602B84;
}
.AnyTagClassName
{
color: #602B84;
}
</style>
background-color css
<style>
a { background-color: #602B84; }
a { background-color: rgb(96,43,132); }
div.DivClassName
{
background-color: #602B84;
}
.BgClassName
{
background-color: #602B84;
}
</style>
border-color css
<style>
span { border-color: #602B84; }
span { border-color: rgb(96,43,132); }
td.TdClassName
{
border-color: #602B84;
}
.TagClassName
{
border-color: #602B84;
}
</style>