Shades of Kingfisher Daisy #602F90
Tints of Kingfisher Daisy #602F90
RGB
CMYK
RGB Variations
Color information
#602F90 (or 0x602F90) is known color: Kingfisher Daisy. HEX triplet: 60, 2F and 90. RGB value is (96,47,144). Sum of RGB (Red+Green+Blue) = 96+47+144=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #602F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602F90 is #9FD06F. Grayscale: #484848. Windows color (decimal): -10473584 or 9449312. OLE color: 9449312.
HSL color Cylindrical-coordinate representation of color #602F90: hue angle of 270.31º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602F90 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 47 | 144 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.44 |
| HSL | 270.31º | 0.51% | 0.37% | - |
| HSV(B) | 270.31º | 0.67% | 0.56% | - |
| XYZ | 10.87 | 6.53 | 27.07 | - |
| YUV | 72.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 144 | 0.33 | 0.67 | 0 | 0.44 | 270.31 | 0.51 | 0.37 |
| Hex | 60 | 2F | 90 | 21 | 43 | 0 | 2C | 10E | 33 | 25 |
| Octal | 140 | 57 | 220 | 41 | 103 | 0 | 54 | 416 | 63 | 45 |
| Binary | 1100000 | 101111 | 10010000 | 100001 | 1000011 | 0 | 101100 | 100001110 | 110011 | 100101 |
Color Harmonies of #602F90
Complementary color
Monochromatic Colors of #602F90
Black with #602F90
Text Example
Text Example
White with #602F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F90; }
p { color: rgb(96,47,144); }
H1.HeaderClassName
{
color: #602F90;
}
.AnyTagClassName
{
color: #602F90;
}
</style>
background-color css
<style>
a { background-color: #602F90; }
a { background-color: rgb(96,47,144); }
div.DivClassName
{
background-color: #602F90;
}
.BgClassName
{
background-color: #602F90;
}
</style>
border-color css
<style>
span { border-color: #602F90; }
span { border-color: rgb(96,47,144); }
td.TdClassName
{
border-color: #602F90;
}
.TagClassName
{
border-color: #602F90;
}
</style>