Shades of Kingfisher Daisy #622884
Tints of Kingfisher Daisy #622884
RGB
CMYK
RGB Variations
Color information
#622884 (or 0x622884) is known color: Kingfisher Daisy. HEX triplet: 62, 28 and 84. RGB value is (98,40,132). Sum of RGB (Red+Green+Blue) = 98+40+132=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #622884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622884 is #9DD77B. Grayscale: #434343. Windows color (decimal): -10344316 or 8661090. OLE color: 8661090.
HSL color Cylindrical-coordinate representation of color #622884: hue angle of 277.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #622884 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 40 | 132 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.48 |
| HSL | 277.83º | 0.53% | 0.34% | - |
| HSV(B) | 277.83º | 0.7% | 0.52% | - |
| XYZ | 9.96 | 5.78 | 22.42 | - |
| YUV | 67.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 132 | 0.26 | 0.70 | 0 | 0.48 | 277.83 | 0.53 | 0.34 |
| Hex | 62 | 28 | 84 | 1A | 46 | 0 | 30 | 116 | 35 | 22 |
| Octal | 142 | 50 | 204 | 32 | 106 | 0 | 60 | 426 | 65 | 42 |
| Binary | 1100010 | 101000 | 10000100 | 11010 | 1000110 | 0 | 110000 | 100010110 | 110101 | 100010 |
Color Harmonies of #622884
Complementary color
Monochromatic Colors of #622884
Black with #622884
Text Example
Text Example
White with #622884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622884; }
p { color: rgb(98,40,132); }
H1.HeaderClassName
{
color: #622884;
}
.AnyTagClassName
{
color: #622884;
}
</style>
background-color css
<style>
a { background-color: #622884; }
a { background-color: rgb(98,40,132); }
div.DivClassName
{
background-color: #622884;
}
.BgClassName
{
background-color: #622884;
}
</style>
border-color css
<style>
span { border-color: #622884; }
span { border-color: rgb(98,40,132); }
td.TdClassName
{
border-color: #622884;
}
.TagClassName
{
border-color: #622884;
}
</style>