Shades of Kingfisher Daisy #622E8D
Tints of Kingfisher Daisy #622E8D
RGB
CMYK
RGB Variations
Color information
#622E8D (or 0x622E8D) is known color: Kingfisher Daisy. HEX triplet: 62, 2E and 8D. RGB value is (98,46,141). Sum of RGB (Red+Green+Blue) = 98+46+141=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #622E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622E8D is #9DD172. Grayscale: #484848. Windows color (decimal): -10342771 or 9252450. OLE color: 9252450.
HSL color Cylindrical-coordinate representation of color #622E8D: hue angle of 272.84º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622E8D is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 46 | 141 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.45 |
| HSL | 272.84º | 0.51% | 0.37% | - |
| HSV(B) | 272.84º | 0.67% | 0.55% | - |
| XYZ | 10.82 | 6.47 | 25.88 | - |
| YUV | 72.38 | 166.73 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 141 | 0.30 | 0.67 | 0 | 0.45 | 272.84 | 0.51 | 0.37 |
| Hex | 62 | 2E | 8D | 1E | 43 | 0 | 2D | 111 | 33 | 25 |
| Octal | 142 | 56 | 215 | 36 | 103 | 0 | 55 | 421 | 63 | 45 |
| Binary | 1100010 | 101110 | 10001101 | 11110 | 1000011 | 0 | 101101 | 100010001 | 110011 | 100101 |
Color Harmonies of #622E8D
Complementary color
Monochromatic Colors of #622E8D
Black with #622E8D
Text Example
Text Example
White with #622E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622E8D; }
p { color: rgb(98,46,141); }
H1.HeaderClassName
{
color: #622E8D;
}
.AnyTagClassName
{
color: #622E8D;
}
</style>
background-color css
<style>
a { background-color: #622E8D; }
a { background-color: rgb(98,46,141); }
div.DivClassName
{
background-color: #622E8D;
}
.BgClassName
{
background-color: #622E8D;
}
</style>
border-color css
<style>
span { border-color: #622E8D; }
span { border-color: rgb(98,46,141); }
td.TdClassName
{
border-color: #622E8D;
}
.TagClassName
{
border-color: #622E8D;
}
</style>