Shades of Kingfisher Daisy #62417F
Tints of Kingfisher Daisy #62417F
RGB
CMYK
RGB Variations
Color information
#62417F (or 0x62417F) is known color: Kingfisher Daisy. HEX triplet: 62, 41 and 7F. RGB value is (98,65,127). Sum of RGB (Red+Green+Blue) = 98+65+127=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #62417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62417F is #9DBE80. Grayscale: #515151. Windows color (decimal): -10337921 or 8339810. OLE color: 8339810.
HSL color Cylindrical-coordinate representation of color #62417F: hue angle of 271.94º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62417F is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 65 | 127 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.50 |
| HSL | 271.94º | 0.32% | 0.38% | - |
| HSV(B) | 271.94º | 0.49% | 0.5% | - |
| XYZ | 10.76 | 7.91 | 21.04 | - |
| YUV | 81.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 127 | 0.23 | 0.49 | 0 | 0.50 | 271.94 | 0.32 | 0.38 |
| Hex | 62 | 41 | 7F | 17 | 31 | 0 | 32 | 110 | 20 | 26 |
| Octal | 142 | 101 | 177 | 27 | 61 | 0 | 62 | 420 | 40 | 46 |
| Binary | 1100010 | 1000001 | 1111111 | 10111 | 110001 | 0 | 110010 | 100010000 | 100000 | 100110 |
Color Harmonies of #62417F
Complementary color
Monochromatic Colors of #62417F
Black with #62417F
Text Example
Text Example
White with #62417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62417F; }
p { color: rgb(98,65,127); }
H1.HeaderClassName
{
color: #62417F;
}
.AnyTagClassName
{
color: #62417F;
}
</style>
background-color css
<style>
a { background-color: #62417F; }
a { background-color: rgb(98,65,127); }
div.DivClassName
{
background-color: #62417F;
}
.BgClassName
{
background-color: #62417F;
}
</style>
border-color css
<style>
span { border-color: #62417F; }
span { border-color: rgb(98,65,127); }
td.TdClassName
{
border-color: #62417F;
}
.TagClassName
{
border-color: #62417F;
}
</style>