Shades of Kingfisher Daisy #621A84
Tints of Kingfisher Daisy #621A84
RGB
CMYK
RGB Variations
Color information
#621A84 (or 0x621A84) is known color: Kingfisher Daisy. HEX triplet: 62, 1A and 84. RGB value is (98,26,132). Sum of RGB (Red+Green+Blue) = 98+26+132=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #621A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621A84 is #9DE57B. Grayscale: #3B3B3B. Windows color (decimal): -10347900 or 8657506. OLE color: 8657506.
HSL color Cylindrical-coordinate representation of color #621A84: hue angle of 280.75º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621A84 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 26 | 132 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.48 |
| HSL | 280.75º | 0.67% | 0.31% | - |
| HSV(B) | 280.75º | 0.8% | 0.52% | - |
| XYZ | 9.57 | 5 | 22.29 | - |
| YUV | 59.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 132 | 0.26 | 0.80 | 0 | 0.48 | 280.75 | 0.67 | 0.31 |
| Hex | 62 | 1A | 84 | 1A | 50 | 0 | 30 | 119 | 43 | 1F |
| Octal | 142 | 32 | 204 | 32 | 120 | 0 | 60 | 431 | 103 | 37 |
| Binary | 1100010 | 11010 | 10000100 | 11010 | 1010000 | 0 | 110000 | 100011001 | 1000011 | 11111 |
Color Harmonies of #621A84
Complementary color
Monochromatic Colors of #621A84
Black with #621A84
Text Example
Text Example
White with #621A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A84; }
p { color: rgb(98,26,132); }
H1.HeaderClassName
{
color: #621A84;
}
.AnyTagClassName
{
color: #621A84;
}
</style>
background-color css
<style>
a { background-color: #621A84; }
a { background-color: rgb(98,26,132); }
div.DivClassName
{
background-color: #621A84;
}
.BgClassName
{
background-color: #621A84;
}
</style>
border-color css
<style>
span { border-color: #621A84; }
span { border-color: rgb(98,26,132); }
td.TdClassName
{
border-color: #621A84;
}
.TagClassName
{
border-color: #621A84;
}
</style>