Shades of Kingfisher Daisy #622C8A
Tints of Kingfisher Daisy #622C8A
RGB
CMYK
RGB Variations
Color information
#622C8A (or 0x622C8A) is known color: Kingfisher Daisy. HEX triplet: 62, 2C and 8A. RGB value is (98,44,138). Sum of RGB (Red+Green+Blue) = 98+44+138=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #622C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622C8A is #9DD375. Grayscale: #464646. Windows color (decimal): -10343286 or 9055330. OLE color: 9055330.
HSL color Cylindrical-coordinate representation of color #622C8A: hue angle of 274.47º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #622C8A is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 44 | 138 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.46 |
| HSL | 274.47º | 0.52% | 0.36% | - |
| HSV(B) | 274.47º | 0.68% | 0.54% | - |
| XYZ | 10.53 | 6.23 | 24.69 | - |
| YUV | 70.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 138 | 0.29 | 0.68 | 0 | 0.46 | 274.47 | 0.52 | 0.36 |
| Hex | 62 | 2C | 8A | 1D | 44 | 0 | 2E | 112 | 34 | 24 |
| Octal | 142 | 54 | 212 | 35 | 104 | 0 | 56 | 422 | 64 | 44 |
| Binary | 1100010 | 101100 | 10001010 | 11101 | 1000100 | 0 | 101110 | 100010010 | 110100 | 100100 |
Color Harmonies of #622C8A
Complementary color
Monochromatic Colors of #622C8A
Black with #622C8A
Text Example
Text Example
White with #622C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C8A; }
p { color: rgb(98,44,138); }
H1.HeaderClassName
{
color: #622C8A;
}
.AnyTagClassName
{
color: #622C8A;
}
</style>
background-color css
<style>
a { background-color: #622C8A; }
a { background-color: rgb(98,44,138); }
div.DivClassName
{
background-color: #622C8A;
}
.BgClassName
{
background-color: #622C8A;
}
</style>
border-color css
<style>
span { border-color: #622C8A; }
span { border-color: rgb(98,44,138); }
td.TdClassName
{
border-color: #622C8A;
}
.TagClassName
{
border-color: #622C8A;
}
</style>