Shades of Kingfisher Daisy #602B89
Tints of Kingfisher Daisy #602B89
RGB
CMYK
RGB Variations
Color information
#602B89 (or 0x602B89) is known color: Kingfisher Daisy. HEX triplet: 60, 2B and 89. RGB value is (96,43,137). Sum of RGB (Red+Green+Blue) = 96+43+137=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #602B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602B89 is #9FD476. Grayscale: #454545. Windows color (decimal): -10474615 or 8989536. OLE color: 8989536.
HSL color Cylindrical-coordinate representation of color #602B89: hue angle of 273.83º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602B89 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 43 | 137 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.46 |
| HSL | 273.83º | 0.52% | 0.35% | - |
| HSV(B) | 273.83º | 0.69% | 0.54% | - |
| XYZ | 10.2 | 6.02 | 24.29 | - |
| YUV | 69.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 137 | 0.30 | 0.69 | 0 | 0.46 | 273.83 | 0.52 | 0.35 |
| Hex | 60 | 2B | 89 | 1E | 45 | 0 | 2E | 112 | 34 | 23 |
| Octal | 140 | 53 | 211 | 36 | 105 | 0 | 56 | 422 | 64 | 43 |
| Binary | 1100000 | 101011 | 10001001 | 11110 | 1000101 | 0 | 101110 | 100010010 | 110100 | 100011 |
Color Harmonies of #602B89
Complementary color
Monochromatic Colors of #602B89
Black with #602B89
Text Example
Text Example
White with #602B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B89; }
p { color: rgb(96,43,137); }
H1.HeaderClassName
{
color: #602B89;
}
.AnyTagClassName
{
color: #602B89;
}
</style>
background-color css
<style>
a { background-color: #602B89; }
a { background-color: rgb(96,43,137); }
div.DivClassName
{
background-color: #602B89;
}
.BgClassName
{
background-color: #602B89;
}
</style>
border-color css
<style>
span { border-color: #602B89; }
span { border-color: rgb(96,43,137); }
td.TdClassName
{
border-color: #602B89;
}
.TagClassName
{
border-color: #602B89;
}
</style>