Shades of Kingfisher Daisy #622A8A
Tints of Kingfisher Daisy #622A8A
RGB
CMYK
RGB Variations
Color information
#622A8A (or 0x622A8A) is known color: Kingfisher Daisy. HEX triplet: 62, 2A and 8A. RGB value is (98,42,138). Sum of RGB (Red+Green+Blue) = 98+42+138=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #622A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622A8A is #9DD575. Grayscale: #454545. Windows color (decimal): -10343798 or 9054818. OLE color: 9054818.
HSL color Cylindrical-coordinate representation of color #622A8A: hue angle of 275º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #622A8A is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 42 | 138 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.46 |
| HSL | 275º | 0.53% | 0.35% | - |
| HSV(B) | 275º | 0.7% | 0.54% | - |
| XYZ | 10.45 | 6.09 | 24.67 | - |
| YUV | 69.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 138 | 0.29 | 0.70 | 0 | 0.46 | 275 | 0.53 | 0.35 |
| Hex | 62 | 2A | 8A | 1D | 46 | 0 | 2E | 113 | 35 | 23 |
| Octal | 142 | 52 | 212 | 35 | 106 | 0 | 56 | 423 | 65 | 43 |
| Binary | 1100010 | 101010 | 10001010 | 11101 | 1000110 | 0 | 101110 | 100010011 | 110101 | 100011 |
Color Harmonies of #622A8A
Complementary color
Monochromatic Colors of #622A8A
Black with #622A8A
Text Example
Text Example
White with #622A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A8A; }
p { color: rgb(98,42,138); }
H1.HeaderClassName
{
color: #622A8A;
}
.AnyTagClassName
{
color: #622A8A;
}
</style>
background-color css
<style>
a { background-color: #622A8A; }
a { background-color: rgb(98,42,138); }
div.DivClassName
{
background-color: #622A8A;
}
.BgClassName
{
background-color: #622A8A;
}
</style>
border-color css
<style>
span { border-color: #622A8A; }
span { border-color: rgb(98,42,138); }
td.TdClassName
{
border-color: #622A8A;
}
.TagClassName
{
border-color: #622A8A;
}
</style>