Shades of Kingfisher Daisy #602383
Tints of Kingfisher Daisy #602383
RGB
CMYK
RGB Variations
Color information
#602383 (or 0x602383) is known color: Kingfisher Daisy. HEX triplet: 60, 23 and 83. RGB value is (96,35,131). Sum of RGB (Red+Green+Blue) = 96+35+131=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #602383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602383 is #9FDC7C. Grayscale: #3F3F3F. Windows color (decimal): -10476669 or 8594272. OLE color: 8594272.
HSL color Cylindrical-coordinate representation of color #602383: hue angle of 278.12º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602383 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 35 | 131 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.49 |
| HSL | 278.13º | 0.58% | 0.33% | - |
| HSV(B) | 278.13º | 0.73% | 0.51% | - |
| XYZ | 9.52 | 5.33 | 22 | - |
| YUV | 64.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 131 | 0.27 | 0.73 | 0 | 0.49 | 278.13 | 0.58 | 0.33 |
| Hex | 60 | 23 | 83 | 1B | 49 | 0 | 31 | 116 | 3A | 21 |
| Octal | 140 | 43 | 203 | 33 | 111 | 0 | 61 | 426 | 72 | 41 |
| Binary | 1100000 | 100011 | 10000011 | 11011 | 1001001 | 0 | 110001 | 100010110 | 111010 | 100001 |
Color Harmonies of #602383
Complementary color
Monochromatic Colors of #602383
Black with #602383
Text Example
Text Example
White with #602383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602383; }
p { color: rgb(96,35,131); }
H1.HeaderClassName
{
color: #602383;
}
.AnyTagClassName
{
color: #602383;
}
</style>
background-color css
<style>
a { background-color: #602383; }
a { background-color: rgb(96,35,131); }
div.DivClassName
{
background-color: #602383;
}
.BgClassName
{
background-color: #602383;
}
</style>
border-color css
<style>
span { border-color: #602383; }
span { border-color: rgb(96,35,131); }
td.TdClassName
{
border-color: #602383;
}
.TagClassName
{
border-color: #602383;
}
</style>