Shades of Kingfisher Daisy #621C8D
Tints of Kingfisher Daisy #621C8D
RGB
CMYK
RGB Variations
Color information
#621C8D (or 0x621C8D) is known color: Kingfisher Daisy. HEX triplet: 62, 1C and 8D. RGB value is (98,28,141). Sum of RGB (Red+Green+Blue) = 98+28+141=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #621C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621C8D is #9DE372. Grayscale: #3D3D3D. Windows color (decimal): -10347379 or 9247842. OLE color: 9247842.
HSL color Cylindrical-coordinate representation of color #621C8D: hue angle of 277.17º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621C8D is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 28 | 141 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.45 |
| HSL | 277.17º | 0.67% | 0.33% | - |
| HSV(B) | 277.17º | 0.8% | 0.55% | - |
| XYZ | 10.26 | 5.35 | 25.69 | - |
| YUV | 61.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 141 | 0.30 | 0.80 | 0 | 0.45 | 277.17 | 0.67 | 0.33 |
| Hex | 62 | 1C | 8D | 1E | 50 | 0 | 2D | 115 | 43 | 21 |
| Octal | 142 | 34 | 215 | 36 | 120 | 0 | 55 | 425 | 103 | 41 |
| Binary | 1100010 | 11100 | 10001101 | 11110 | 1010000 | 0 | 101101 | 100010101 | 1000011 | 100001 |
Color Harmonies of #621C8D
Complementary color
Monochromatic Colors of #621C8D
Black with #621C8D
Text Example
Text Example
White with #621C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C8D; }
p { color: rgb(98,28,141); }
H1.HeaderClassName
{
color: #621C8D;
}
.AnyTagClassName
{
color: #621C8D;
}
</style>
background-color css
<style>
a { background-color: #621C8D; }
a { background-color: rgb(98,28,141); }
div.DivClassName
{
background-color: #621C8D;
}
.BgClassName
{
background-color: #621C8D;
}
</style>
border-color css
<style>
span { border-color: #621C8D; }
span { border-color: rgb(98,28,141); }
td.TdClassName
{
border-color: #621C8D;
}
.TagClassName
{
border-color: #621C8D;
}
</style>