Shades of Kingfisher Daisy #621A91
Tints of Kingfisher Daisy #621A91
RGB
CMYK
RGB Variations
Color information
#621A91 (or 0x621A91) is known color: Kingfisher Daisy. HEX triplet: 62, 1A and 91. RGB value is (98,26,145). Sum of RGB (Red+Green+Blue) = 98+26+145=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #621A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621A91 is #9DE56E. Grayscale: #3C3C3C. Windows color (decimal): -10347887 or 9509474. OLE color: 9509474.
HSL color Cylindrical-coordinate representation of color #621A91: hue angle of 276.3º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621A91 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 26 | 145 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.43 |
| HSL | 276.3º | 0.7% | 0.34% | - |
| HSV(B) | 276.3º | 0.82% | 0.57% | - |
| XYZ | 10.52 | 5.38 | 27.27 | - |
| YUV | 61.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 145 | 0.32 | 0.82 | 0 | 0.43 | 276.3 | 0.7 | 0.34 |
| Hex | 62 | 1A | 91 | 20 | 52 | 0 | 2B | 114 | 46 | 22 |
| Octal | 142 | 32 | 221 | 40 | 122 | 0 | 53 | 424 | 106 | 42 |
| Binary | 1100010 | 11010 | 10010001 | 100000 | 1010010 | 0 | 101011 | 100010100 | 1000110 | 100010 |
Color Harmonies of #621A91
Complementary color
Monochromatic Colors of #621A91
Black with #621A91
Text Example
Text Example
White with #621A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A91; }
p { color: rgb(98,26,145); }
H1.HeaderClassName
{
color: #621A91;
}
.AnyTagClassName
{
color: #621A91;
}
</style>
background-color css
<style>
a { background-color: #621A91; }
a { background-color: rgb(98,26,145); }
div.DivClassName
{
background-color: #621A91;
}
.BgClassName
{
background-color: #621A91;
}
</style>
border-color css
<style>
span { border-color: #621A91; }
span { border-color: rgb(98,26,145); }
td.TdClassName
{
border-color: #621A91;
}
.TagClassName
{
border-color: #621A91;
}
</style>