Shades of Kingfisher Daisy #621A95
Tints of Kingfisher Daisy #621A95
RGB
CMYK
RGB Variations
Color information
#621A95 (or 0x621A95) is known color: Kingfisher Daisy. HEX triplet: 62, 1A and 95. RGB value is (98,26,149). Sum of RGB (Red+Green+Blue) = 98+26+149=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #621A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621A95 is #9DE56A. Grayscale: #3D3D3D. Windows color (decimal): -10347883 or 9771618. OLE color: 9771618.
HSL color Cylindrical-coordinate representation of color #621A95: hue angle of 275.12º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621A95 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 26 | 149 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.42 |
| HSL | 275.12º | 0.7% | 0.34% | - |
| HSV(B) | 275.12º | 0.83% | 0.58% | - |
| XYZ | 10.83 | 5.51 | 28.93 | - |
| YUV | 61.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 149 | 0.34 | 0.83 | 0 | 0.42 | 275.12 | 0.7 | 0.34 |
| Hex | 62 | 1A | 95 | 22 | 53 | 0 | 2A | 113 | 46 | 22 |
| Octal | 142 | 32 | 225 | 42 | 123 | 0 | 52 | 423 | 106 | 42 |
| Binary | 1100010 | 11010 | 10010101 | 100010 | 1010011 | 0 | 101010 | 100010011 | 1000110 | 100010 |
Color Harmonies of #621A95
Complementary color
Monochromatic Colors of #621A95
Black with #621A95
Text Example
Text Example
White with #621A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A95; }
p { color: rgb(98,26,149); }
H1.HeaderClassName
{
color: #621A95;
}
.AnyTagClassName
{
color: #621A95;
}
</style>
background-color css
<style>
a { background-color: #621A95; }
a { background-color: rgb(98,26,149); }
div.DivClassName
{
background-color: #621A95;
}
.BgClassName
{
background-color: #621A95;
}
</style>
border-color css
<style>
span { border-color: #621A95; }
span { border-color: rgb(98,26,149); }
td.TdClassName
{
border-color: #621A95;
}
.TagClassName
{
border-color: #621A95;
}
</style>