Shades of Kingfisher Daisy #622F80
Tints of Kingfisher Daisy #622F80
RGB
CMYK
RGB Variations
Color information
#622F80 (or 0x622F80) is known color: Kingfisher Daisy. HEX triplet: 62, 2F and 80. RGB value is (98,47,128). Sum of RGB (Red+Green+Blue) = 98+47+128=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #622F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622F80 is #9DD07F. Grayscale: #474747. Windows color (decimal): -10342528 or 8400738. OLE color: 8400738.
HSL color Cylindrical-coordinate representation of color #622F80: hue angle of 277.78º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #622F80 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 47 | 128 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.50 |
| HSL | 277.78º | 0.46% | 0.34% | - |
| HSV(B) | 277.78º | 0.63% | 0.5% | - |
| XYZ | 9.95 | 6.19 | 21.09 | - |
| YUV | 71.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 128 | 0.23 | 0.63 | 0 | 0.50 | 277.78 | 0.46 | 0.34 |
| Hex | 62 | 2F | 80 | 17 | 3F | 0 | 32 | 116 | 2E | 22 |
| Octal | 142 | 57 | 200 | 27 | 77 | 0 | 62 | 426 | 56 | 42 |
| Binary | 1100010 | 101111 | 10000000 | 10111 | 111111 | 0 | 110010 | 100010110 | 101110 | 100010 |
Color Harmonies of #622F80
Complementary color
Monochromatic Colors of #622F80
Black with #622F80
Text Example
Text Example
White with #622F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F80; }
p { color: rgb(98,47,128); }
H1.HeaderClassName
{
color: #622F80;
}
.AnyTagClassName
{
color: #622F80;
}
</style>
background-color css
<style>
a { background-color: #622F80; }
a { background-color: rgb(98,47,128); }
div.DivClassName
{
background-color: #622F80;
}
.BgClassName
{
background-color: #622F80;
}
</style>
border-color css
<style>
span { border-color: #622F80; }
span { border-color: rgb(98,47,128); }
td.TdClassName
{
border-color: #622F80;
}
.TagClassName
{
border-color: #622F80;
}
</style>