Shades of Kingfisher Daisy #602E89
Tints of Kingfisher Daisy #602E89
RGB
CMYK
RGB Variations
Color information
#602E89 (or 0x602E89) is known color: Kingfisher Daisy. HEX triplet: 60, 2E and 89. RGB value is (96,46,137). Sum of RGB (Red+Green+Blue) = 96+46+137=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #602E89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602E89 is #9FD176. Grayscale: #474747. Windows color (decimal): -10473847 or 8990304. OLE color: 8990304.
HSL color Cylindrical-coordinate representation of color #602E89: hue angle of 272.97º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602E89 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 46 | 137 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.46 |
| HSL | 272.97º | 0.5% | 0.36% | - |
| HSV(B) | 272.97º | 0.66% | 0.54% | - |
| XYZ | 10.32 | 6.25 | 24.33 | - |
| YUV | 71.32 | 165.07 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 137 | 0.30 | 0.66 | 0 | 0.46 | 272.97 | 0.5 | 0.36 |
| Hex | 60 | 2E | 89 | 1E | 42 | 0 | 2E | 111 | 32 | 24 |
| Octal | 140 | 56 | 211 | 36 | 102 | 0 | 56 | 421 | 62 | 44 |
| Binary | 1100000 | 101110 | 10001001 | 11110 | 1000010 | 0 | 101110 | 100010001 | 110010 | 100100 |
Color Harmonies of #602E89
Complementary color
Monochromatic Colors of #602E89
Black with #602E89
Text Example
Text Example
White with #602E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E89; }
p { color: rgb(96,46,137); }
H1.HeaderClassName
{
color: #602E89;
}
.AnyTagClassName
{
color: #602E89;
}
</style>
background-color css
<style>
a { background-color: #602E89; }
a { background-color: rgb(96,46,137); }
div.DivClassName
{
background-color: #602E89;
}
.BgClassName
{
background-color: #602E89;
}
</style>
border-color css
<style>
span { border-color: #602E89; }
span { border-color: rgb(96,46,137); }
td.TdClassName
{
border-color: #602E89;
}
.TagClassName
{
border-color: #602E89;
}
</style>