Shades of Kingfisher Daisy #602D87
Tints of Kingfisher Daisy #602D87
RGB
CMYK
RGB Variations
Color information
#602D87 (or 0x602D87) is known color: Kingfisher Daisy. HEX triplet: 60, 2D and 87. RGB value is (96,45,135). Sum of RGB (Red+Green+Blue) = 96+45+135=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #602D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D87 is #9FD278. Grayscale: #464646. Windows color (decimal): -10474105 or 8858976. OLE color: 8858976.
HSL color Cylindrical-coordinate representation of color #602D87: hue angle of 274º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602D87 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 45 | 135 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.47 |
| HSL | 274º | 0.5% | 0.35% | - |
| HSV(B) | 274º | 0.67% | 0.53% | - |
| XYZ | 10.14 | 6.11 | 23.57 | - |
| YUV | 70.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 135 | 0.29 | 0.67 | 0 | 0.47 | 274 | 0.5 | 0.35 |
| Hex | 60 | 2D | 87 | 1D | 43 | 0 | 2F | 112 | 32 | 23 |
| Octal | 140 | 55 | 207 | 35 | 103 | 0 | 57 | 422 | 62 | 43 |
| Binary | 1100000 | 101101 | 10000111 | 11101 | 1000011 | 0 | 101111 | 100010010 | 110010 | 100011 |
Color Harmonies of #602D87
Complementary color
Monochromatic Colors of #602D87
Black with #602D87
Text Example
Text Example
White with #602D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D87; }
p { color: rgb(96,45,135); }
H1.HeaderClassName
{
color: #602D87;
}
.AnyTagClassName
{
color: #602D87;
}
</style>
background-color css
<style>
a { background-color: #602D87; }
a { background-color: rgb(96,45,135); }
div.DivClassName
{
background-color: #602D87;
}
.BgClassName
{
background-color: #602D87;
}
</style>
border-color css
<style>
span { border-color: #602D87; }
span { border-color: rgb(96,45,135); }
td.TdClassName
{
border-color: #602D87;
}
.TagClassName
{
border-color: #602D87;
}
</style>