Shades of Kingfisher Daisy #621C88
Tints of Kingfisher Daisy #621C88
RGB
CMYK
RGB Variations
Color information
#621C88 (or 0x621C88) is known color: Kingfisher Daisy. HEX triplet: 62, 1C and 88. RGB value is (98,28,136). Sum of RGB (Red+Green+Blue) = 98+28+136=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #621C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621C88 is #9DE377. Grayscale: #3C3C3C. Windows color (decimal): -10347384 or 8920162. OLE color: 8920162.
HSL color Cylindrical-coordinate representation of color #621C88: hue angle of 278.89º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621C88 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 28 | 136 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.47 |
| HSL | 278.89º | 0.66% | 0.32% | - |
| HSV(B) | 278.89º | 0.79% | 0.53% | - |
| XYZ | 9.9 | 5.2 | 23.78 | - |
| YUV | 61.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 136 | 0.28 | 0.79 | 0 | 0.47 | 278.89 | 0.66 | 0.32 |
| Hex | 62 | 1C | 88 | 1C | 4F | 0 | 2F | 117 | 42 | 20 |
| Octal | 142 | 34 | 210 | 34 | 117 | 0 | 57 | 427 | 102 | 40 |
| Binary | 1100010 | 11100 | 10001000 | 11100 | 1001111 | 0 | 101111 | 100010111 | 1000010 | 100000 |
Color Harmonies of #621C88
Complementary color
Monochromatic Colors of #621C88
Black with #621C88
Text Example
Text Example
White with #621C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C88; }
p { color: rgb(98,28,136); }
H1.HeaderClassName
{
color: #621C88;
}
.AnyTagClassName
{
color: #621C88;
}
</style>
background-color css
<style>
a { background-color: #621C88; }
a { background-color: rgb(98,28,136); }
div.DivClassName
{
background-color: #621C88;
}
.BgClassName
{
background-color: #621C88;
}
</style>
border-color css
<style>
span { border-color: #621C88; }
span { border-color: rgb(98,28,136); }
td.TdClassName
{
border-color: #621C88;
}
.TagClassName
{
border-color: #621C88;
}
</style>