Shades of Kingfisher Daisy #621C80
Tints of Kingfisher Daisy #621C80
RGB
CMYK
RGB Variations
Color information
#621C80 (or 0x621C80) is known color: Kingfisher Daisy. HEX triplet: 62, 1C and 80. RGB value is (98,28,128). Sum of RGB (Red+Green+Blue) = 98+28+128=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #621C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621C80 is #9DE37F. Grayscale: #3C3C3C. Windows color (decimal): -10347392 or 8395874. OLE color: 8395874.
HSL color Cylindrical-coordinate representation of color #621C80: hue angle of 282º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621C80 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 28 | 128 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.50 |
| HSL | 282º | 0.64% | 0.31% | - |
| HSV(B) | 282º | 0.78% | 0.5% | - |
| XYZ | 9.35 | 4.99 | 20.89 | - |
| YUV | 60.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 128 | 0.23 | 0.78 | 0 | 0.50 | 282 | 0.64 | 0.31 |
| Hex | 62 | 1C | 80 | 17 | 4E | 0 | 32 | 11A | 40 | 1F |
| Octal | 142 | 34 | 200 | 27 | 116 | 0 | 62 | 432 | 100 | 37 |
| Binary | 1100010 | 11100 | 10000000 | 10111 | 1001110 | 0 | 110010 | 100011010 | 1000000 | 11111 |
Color Harmonies of #621C80
Complementary color
Monochromatic Colors of #621C80
Black with #621C80
Text Example
Text Example
White with #621C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C80; }
p { color: rgb(98,28,128); }
H1.HeaderClassName
{
color: #621C80;
}
.AnyTagClassName
{
color: #621C80;
}
</style>
background-color css
<style>
a { background-color: #621C80; }
a { background-color: rgb(98,28,128); }
div.DivClassName
{
background-color: #621C80;
}
.BgClassName
{
background-color: #621C80;
}
</style>
border-color css
<style>
span { border-color: #621C80; }
span { border-color: rgb(98,28,128); }
td.TdClassName
{
border-color: #621C80;
}
.TagClassName
{
border-color: #621C80;
}
</style>