Shades of Kingfisher Daisy #62287C
Tints of Kingfisher Daisy #62287C
RGB
CMYK
RGB Variations
Color information
#62287C (or 0x62287C) is known color: Kingfisher Daisy. HEX triplet: 62, 28 and 7C. RGB value is (98,40,124). Sum of RGB (Red+Green+Blue) = 98+40+124=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #62287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62287C is #9DD783. Grayscale: #424242. Windows color (decimal): -10344324 or 8136802. OLE color: 8136802.
HSL color Cylindrical-coordinate representation of color #62287C: hue angle of 281.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62287C is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 40 | 124 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.51 |
| HSL | 281.43º | 0.51% | 0.32% | - |
| HSV(B) | 281.43º | 0.68% | 0.49% | - |
| XYZ | 9.43 | 5.57 | 19.65 | - |
| YUV | 66.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 124 | 0.21 | 0.68 | 0 | 0.51 | 281.43 | 0.51 | 0.32 |
| Hex | 62 | 28 | 7C | 15 | 44 | 0 | 33 | 119 | 33 | 20 |
| Octal | 142 | 50 | 174 | 25 | 104 | 0 | 63 | 431 | 63 | 40 |
| Binary | 1100010 | 101000 | 1111100 | 10101 | 1000100 | 0 | 110011 | 100011001 | 110011 | 100000 |
Color Harmonies of #62287C
Complementary color
Monochromatic Colors of #62287C
Black with #62287C
Text Example
Text Example
White with #62287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62287C; }
p { color: rgb(98,40,124); }
H1.HeaderClassName
{
color: #62287C;
}
.AnyTagClassName
{
color: #62287C;
}
</style>
background-color css
<style>
a { background-color: #62287C; }
a { background-color: rgb(98,40,124); }
div.DivClassName
{
background-color: #62287C;
}
.BgClassName
{
background-color: #62287C;
}
</style>
border-color css
<style>
span { border-color: #62287C; }
span { border-color: rgb(98,40,124); }
td.TdClassName
{
border-color: #62287C;
}
.TagClassName
{
border-color: #62287C;
}
</style>