Shades of Kingfisher Daisy #62417C
Tints of Kingfisher Daisy #62417C
RGB
CMYK
RGB Variations
Color information
#62417C (or 0x62417C) is known color: Kingfisher Daisy. HEX triplet: 62, 41 and 7C. RGB value is (98,65,124). Sum of RGB (Red+Green+Blue) = 98+65+124=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #62417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62417C is #9DBE83. Grayscale: #515151. Windows color (decimal): -10337924 or 8143202. OLE color: 8143202.
HSL color Cylindrical-coordinate representation of color #62417C: hue angle of 273.56º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62417C is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 65 | 124 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.51 |
| HSL | 273.56º | 0.31% | 0.37% | - |
| HSV(B) | 273.56º | 0.48% | 0.49% | - |
| XYZ | 10.57 | 7.83 | 20.02 | - |
| YUV | 81.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 124 | 0.21 | 0.48 | 0 | 0.51 | 273.56 | 0.31 | 0.37 |
| Hex | 62 | 41 | 7C | 15 | 30 | 0 | 33 | 112 | 1F | 25 |
| Octal | 142 | 101 | 174 | 25 | 60 | 0 | 63 | 422 | 37 | 45 |
| Binary | 1100010 | 1000001 | 1111100 | 10101 | 110000 | 0 | 110011 | 100010010 | 11111 | 100101 |
Color Harmonies of #62417C
Complementary color
Monochromatic Colors of #62417C
Black with #62417C
Text Example
Text Example
White with #62417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62417C; }
p { color: rgb(98,65,124); }
H1.HeaderClassName
{
color: #62417C;
}
.AnyTagClassName
{
color: #62417C;
}
</style>
background-color css
<style>
a { background-color: #62417C; }
a { background-color: rgb(98,65,124); }
div.DivClassName
{
background-color: #62417C;
}
.BgClassName
{
background-color: #62417C;
}
</style>
border-color css
<style>
span { border-color: #62417C; }
span { border-color: rgb(98,65,124); }
td.TdClassName
{
border-color: #62417C;
}
.TagClassName
{
border-color: #62417C;
}
</style>