Shades of Kingfisher Daisy #62238C
Tints of Kingfisher Daisy #62238C
RGB
CMYK
RGB Variations
Color information
#62238C (or 0x62238C) is known color: Kingfisher Daisy. HEX triplet: 62, 23 and 8C. RGB value is (98,35,140). Sum of RGB (Red+Green+Blue) = 98+35+140=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #62238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62238C is #9DDC73. Grayscale: #414141. Windows color (decimal): -10345588 or 9184098. OLE color: 9184098.
HSL color Cylindrical-coordinate representation of color #62238C: hue angle of 276º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62238C is Cyan = 0.3, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 35 | 140 | - |
| CMYK | 0.3 | 0.75 | 0 | 0.45 |
| HSL | 276º | 0.6% | 0.34% | - |
| HSV(B) | 276º | 0.75% | 0.55% | - |
| XYZ | 10.37 | 5.69 | 25.36 | - |
| YUV | 65.81 | 169.87 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 140 | 0.3 | 0.75 | 0 | 0.45 | 276 | 0.6 | 0.34 |
| Hex | 62 | 23 | 8C | 1E | 4B | 0 | 2D | 114 | 3C | 22 |
| Octal | 142 | 43 | 214 | 36 | 113 | 0 | 55 | 424 | 74 | 42 |
| Binary | 1100010 | 100011 | 10001100 | 11110 | 1001011 | 0 | 101101 | 100010100 | 111100 | 100010 |
Color Harmonies of #62238C
Complementary color
Monochromatic Colors of #62238C
Black with #62238C
Text Example
Text Example
White with #62238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62238C; }
p { color: rgb(98,35,140); }
H1.HeaderClassName
{
color: #62238C;
}
.AnyTagClassName
{
color: #62238C;
}
</style>
background-color css
<style>
a { background-color: #62238C; }
a { background-color: rgb(98,35,140); }
div.DivClassName
{
background-color: #62238C;
}
.BgClassName
{
background-color: #62238C;
}
</style>
border-color css
<style>
span { border-color: #62238C; }
span { border-color: rgb(98,35,140); }
td.TdClassName
{
border-color: #62238C;
}
.TagClassName
{
border-color: #62238C;
}
</style>