Shades of Kingfisher Daisy #62288A
Tints of Kingfisher Daisy #62288A
RGB
CMYK
RGB Variations
Color information
#62288A (or 0x62288A) is known color: Kingfisher Daisy. HEX triplet: 62, 28 and 8A. RGB value is (98,40,138). Sum of RGB (Red+Green+Blue) = 98+40+138=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #62288A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62288A is #9DD775. Grayscale: #444444. Windows color (decimal): -10344310 or 9054306. OLE color: 9054306.
HSL color Cylindrical-coordinate representation of color #62288A: hue angle of 275.51º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62288A is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 40 | 138 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.46 |
| HSL | 275.51º | 0.55% | 0.35% | - |
| HSV(B) | 275.51º | 0.71% | 0.54% | - |
| XYZ | 10.38 | 5.95 | 24.65 | - |
| YUV | 68.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 138 | 0.29 | 0.71 | 0 | 0.46 | 275.51 | 0.55 | 0.35 |
| Hex | 62 | 28 | 8A | 1D | 47 | 0 | 2E | 114 | 37 | 23 |
| Octal | 142 | 50 | 212 | 35 | 107 | 0 | 56 | 424 | 67 | 43 |
| Binary | 1100010 | 101000 | 10001010 | 11101 | 1000111 | 0 | 101110 | 100010100 | 110111 | 100011 |
Color Harmonies of #62288A
Complementary color
Monochromatic Colors of #62288A
Black with #62288A
Text Example
Text Example
White with #62288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62288A; }
p { color: rgb(98,40,138); }
H1.HeaderClassName
{
color: #62288A;
}
.AnyTagClassName
{
color: #62288A;
}
</style>
background-color css
<style>
a { background-color: #62288A; }
a { background-color: rgb(98,40,138); }
div.DivClassName
{
background-color: #62288A;
}
.BgClassName
{
background-color: #62288A;
}
</style>
border-color css
<style>
span { border-color: #62288A; }
span { border-color: rgb(98,40,138); }
td.TdClassName
{
border-color: #62288A;
}
.TagClassName
{
border-color: #62288A;
}
</style>