Shades of Kingfisher Daisy #62248C
Tints of Kingfisher Daisy #62248C
RGB
CMYK
RGB Variations
Color information
#62248C (or 0x62248C) is known color: Kingfisher Daisy. HEX triplet: 62, 24 and 8C. RGB value is (98,36,140). Sum of RGB (Red+Green+Blue) = 98+36+140=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #62248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62248C is #9DDB73. Grayscale: #424242. Windows color (decimal): -10345332 or 9184354. OLE color: 9184354.
HSL color Cylindrical-coordinate representation of color #62248C: hue angle of 275.77º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62248C is Cyan = 0.3, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 36 | 140 | - |
| CMYK | 0.3 | 0.74 | 0 | 0.45 |
| HSL | 275.77º | 0.59% | 0.35% | - |
| HSV(B) | 275.77º | 0.74% | 0.55% | - |
| XYZ | 10.4 | 5.75 | 25.37 | - |
| YUV | 66.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 140 | 0.3 | 0.74 | 0 | 0.45 | 275.77 | 0.59 | 0.35 |
| Hex | 62 | 24 | 8C | 1E | 4A | 0 | 2D | 114 | 3B | 23 |
| Octal | 142 | 44 | 214 | 36 | 112 | 0 | 55 | 424 | 73 | 43 |
| Binary | 1100010 | 100100 | 10001100 | 11110 | 1001010 | 0 | 101101 | 100010100 | 111011 | 100011 |
Color Harmonies of #62248C
Complementary color
Monochromatic Colors of #62248C
Black with #62248C
Text Example
Text Example
White with #62248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62248C; }
p { color: rgb(98,36,140); }
H1.HeaderClassName
{
color: #62248C;
}
.AnyTagClassName
{
color: #62248C;
}
</style>
background-color css
<style>
a { background-color: #62248C; }
a { background-color: rgb(98,36,140); }
div.DivClassName
{
background-color: #62248C;
}
.BgClassName
{
background-color: #62248C;
}
</style>
border-color css
<style>
span { border-color: #62248C; }
span { border-color: rgb(98,36,140); }
td.TdClassName
{
border-color: #62248C;
}
.TagClassName
{
border-color: #62248C;
}
</style>