Shades of Kingfisher Daisy #622A80
Tints of Kingfisher Daisy #622A80
RGB
CMYK
RGB Variations
Color information
#622A80 (or 0x622A80) is known color: Kingfisher Daisy. HEX triplet: 62, 2A and 80. RGB value is (98,42,128). Sum of RGB (Red+Green+Blue) = 98+42+128=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #622A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622A80 is #9DD57F. Grayscale: #444444. Windows color (decimal): -10343808 or 8399458. OLE color: 8399458.
HSL color Cylindrical-coordinate representation of color #622A80: hue angle of 279.07º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622A80 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 42 | 128 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.50 |
| HSL | 279.07º | 0.51% | 0.33% | - |
| HSV(B) | 279.07º | 0.67% | 0.5% | - |
| XYZ | 9.76 | 5.81 | 21.03 | - |
| YUV | 68.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 128 | 0.23 | 0.67 | 0 | 0.50 | 279.07 | 0.51 | 0.33 |
| Hex | 62 | 2A | 80 | 17 | 43 | 0 | 32 | 117 | 33 | 21 |
| Octal | 142 | 52 | 200 | 27 | 103 | 0 | 62 | 427 | 63 | 41 |
| Binary | 1100010 | 101010 | 10000000 | 10111 | 1000011 | 0 | 110010 | 100010111 | 110011 | 100001 |
Color Harmonies of #622A80
Complementary color
Monochromatic Colors of #622A80
Black with #622A80
Text Example
Text Example
White with #622A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A80; }
p { color: rgb(98,42,128); }
H1.HeaderClassName
{
color: #622A80;
}
.AnyTagClassName
{
color: #622A80;
}
</style>
background-color css
<style>
a { background-color: #622A80; }
a { background-color: rgb(98,42,128); }
div.DivClassName
{
background-color: #622A80;
}
.BgClassName
{
background-color: #622A80;
}
</style>
border-color css
<style>
span { border-color: #622A80; }
span { border-color: rgb(98,42,128); }
td.TdClassName
{
border-color: #622A80;
}
.TagClassName
{
border-color: #622A80;
}
</style>