Shades of Kingfisher Daisy #62378A
Tints of Kingfisher Daisy #62378A
RGB
CMYK
RGB Variations
Color information
#62378A (or 0x62378A) is known color: Kingfisher Daisy. HEX triplet: 62, 37 and 8A. RGB value is (98,55,138). Sum of RGB (Red+Green+Blue) = 98+55+138=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #62378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62378A is #9DC875. Grayscale: #4D4D4D. Windows color (decimal): -10340470 or 9058146. OLE color: 9058146.
HSL color Cylindrical-coordinate representation of color #62378A: hue angle of 271.08º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62378A is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 55 | 138 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.46 |
| HSL | 271.08º | 0.43% | 0.38% | - |
| HSV(B) | 271.08º | 0.6% | 0.54% | - |
| XYZ | 10.99 | 7.16 | 24.85 | - |
| YUV | 77.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 138 | 0.29 | 0.60 | 0 | 0.46 | 271.08 | 0.43 | 0.38 |
| Hex | 62 | 37 | 8A | 1D | 3C | 0 | 2E | 10F | 2B | 26 |
| Octal | 142 | 67 | 212 | 35 | 74 | 0 | 56 | 417 | 53 | 46 |
| Binary | 1100010 | 110111 | 10001010 | 11101 | 111100 | 0 | 101110 | 100001111 | 101011 | 100110 |
Color Harmonies of #62378A
Complementary color
Monochromatic Colors of #62378A
Black with #62378A
Text Example
Text Example
White with #62378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62378A; }
p { color: rgb(98,55,138); }
H1.HeaderClassName
{
color: #62378A;
}
.AnyTagClassName
{
color: #62378A;
}
</style>
background-color css
<style>
a { background-color: #62378A; }
a { background-color: rgb(98,55,138); }
div.DivClassName
{
background-color: #62378A;
}
.BgClassName
{
background-color: #62378A;
}
</style>
border-color css
<style>
span { border-color: #62378A; }
span { border-color: rgb(98,55,138); }
td.TdClassName
{
border-color: #62378A;
}
.TagClassName
{
border-color: #62378A;
}
</style>