Shades of Kingfisher Daisy #62377F
Tints of Kingfisher Daisy #62377F
RGB
CMYK
RGB Variations
Color information
#62377F (or 0x62377F) is known color: Kingfisher Daisy. HEX triplet: 62, 37 and 7F. RGB value is (98,55,127). Sum of RGB (Red+Green+Blue) = 98+55+127=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #62377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62377F is #9DC880. Grayscale: #4B4B4B. Windows color (decimal): -10340481 or 8337250. OLE color: 8337250.
HSL color Cylindrical-coordinate representation of color #62377F: hue angle of 275.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62377F is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 55 | 127 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.50 |
| HSL | 275.83º | 0.4% | 0.36% | - |
| HSV(B) | 275.83º | 0.57% | 0.5% | - |
| XYZ | 10.23 | 6.86 | 20.86 | - |
| YUV | 76.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 127 | 0.23 | 0.57 | 0 | 0.50 | 275.83 | 0.4 | 0.36 |
| Hex | 62 | 37 | 7F | 17 | 39 | 0 | 32 | 114 | 28 | 24 |
| Octal | 142 | 67 | 177 | 27 | 71 | 0 | 62 | 424 | 50 | 44 |
| Binary | 1100010 | 110111 | 1111111 | 10111 | 111001 | 0 | 110010 | 100010100 | 101000 | 100100 |
Color Harmonies of #62377F
Complementary color
Monochromatic Colors of #62377F
Black with #62377F
Text Example
Text Example
White with #62377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62377F; }
p { color: rgb(98,55,127); }
H1.HeaderClassName
{
color: #62377F;
}
.AnyTagClassName
{
color: #62377F;
}
</style>
background-color css
<style>
a { background-color: #62377F; }
a { background-color: rgb(98,55,127); }
div.DivClassName
{
background-color: #62377F;
}
.BgClassName
{
background-color: #62377F;
}
</style>
border-color css
<style>
span { border-color: #62377F; }
span { border-color: rgb(98,55,127); }
td.TdClassName
{
border-color: #62377F;
}
.TagClassName
{
border-color: #62377F;
}
</style>