Shades of Kingfisher Daisy #62397F
Tints of Kingfisher Daisy #62397F
RGB
CMYK
RGB Variations
Color information
#62397F (or 0x62397F) is known color: Kingfisher Daisy. HEX triplet: 62, 39 and 7F. RGB value is (98,57,127). Sum of RGB (Red+Green+Blue) = 98+57+127=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #62397F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62397F is #9DC680. Grayscale: #4D4D4D. Windows color (decimal): -10339969 or 8337762. OLE color: 8337762.
HSL color Cylindrical-coordinate representation of color #62397F: hue angle of 275.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62397F is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 57 | 127 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.50 |
| HSL | 275.14º | 0.38% | 0.36% | - |
| HSV(B) | 275.14º | 0.55% | 0.5% | - |
| XYZ | 10.33 | 7.06 | 20.9 | - |
| YUV | 77.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 127 | 0.23 | 0.55 | 0 | 0.50 | 275.14 | 0.38 | 0.36 |
| Hex | 62 | 39 | 7F | 17 | 37 | 0 | 32 | 113 | 26 | 24 |
| Octal | 142 | 71 | 177 | 27 | 67 | 0 | 62 | 423 | 46 | 44 |
| Binary | 1100010 | 111001 | 1111111 | 10111 | 110111 | 0 | 110010 | 100010011 | 100110 | 100100 |
Color Harmonies of #62397F
Complementary color
Monochromatic Colors of #62397F
Black with #62397F
Text Example
Text Example
White with #62397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62397F; }
p { color: rgb(98,57,127); }
H1.HeaderClassName
{
color: #62397F;
}
.AnyTagClassName
{
color: #62397F;
}
</style>
background-color css
<style>
a { background-color: #62397F; }
a { background-color: rgb(98,57,127); }
div.DivClassName
{
background-color: #62397F;
}
.BgClassName
{
background-color: #62397F;
}
</style>
border-color css
<style>
span { border-color: #62397F; }
span { border-color: rgb(98,57,127); }
td.TdClassName
{
border-color: #62397F;
}
.TagClassName
{
border-color: #62397F;
}
</style>