Shades of Kingfisher Daisy #621E81
Tints of Kingfisher Daisy #621E81
RGB
CMYK
RGB Variations
Color information
#621E81 (or 0x621E81) is known color: Kingfisher Daisy. HEX triplet: 62, 1E and 81. RGB value is (98,30,129). Sum of RGB (Red+Green+Blue) = 98+30+129=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #621E81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621E81 is #9DE17E. Grayscale: #3D3D3D. Windows color (decimal): -10346879 or 8461922. OLE color: 8461922.
HSL color Cylindrical-coordinate representation of color #621E81: hue angle of 281.21º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621E81 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 30 | 129 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.49 |
| HSL | 281.21º | 0.62% | 0.31% | - |
| HSV(B) | 281.21º | 0.77% | 0.51% | - |
| XYZ | 9.46 | 5.11 | 21.26 | - |
| YUV | 61.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 129 | 0.24 | 0.77 | 0 | 0.49 | 281.21 | 0.62 | 0.31 |
| Hex | 62 | 1E | 81 | 18 | 4D | 0 | 31 | 119 | 3E | 1F |
| Octal | 142 | 36 | 201 | 30 | 115 | 0 | 61 | 431 | 76 | 37 |
| Binary | 1100010 | 11110 | 10000001 | 11000 | 1001101 | 0 | 110001 | 100011001 | 111110 | 11111 |
Color Harmonies of #621E81
Complementary color
Monochromatic Colors of #621E81
Black with #621E81
Text Example
Text Example
White with #621E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E81; }
p { color: rgb(98,30,129); }
H1.HeaderClassName
{
color: #621E81;
}
.AnyTagClassName
{
color: #621E81;
}
</style>
background-color css
<style>
a { background-color: #621E81; }
a { background-color: rgb(98,30,129); }
div.DivClassName
{
background-color: #621E81;
}
.BgClassName
{
background-color: #621E81;
}
</style>
border-color css
<style>
span { border-color: #621E81; }
span { border-color: rgb(98,30,129); }
td.TdClassName
{
border-color: #621E81;
}
.TagClassName
{
border-color: #621E81;
}
</style>