Shades of Kingfisher Daisy #622F87
Tints of Kingfisher Daisy #622F87
RGB
CMYK
RGB Variations
Color information
#622F87 (or 0x622F87) is known color: Kingfisher Daisy. HEX triplet: 62, 2F and 87. RGB value is (98,47,135). Sum of RGB (Red+Green+Blue) = 98+47+135=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #622F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622F87 is #9DD078. Grayscale: #474747. Windows color (decimal): -10342521 or 8859490. OLE color: 8859490.
HSL color Cylindrical-coordinate representation of color #622F87: hue angle of 274.77º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622F87 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 47 | 135 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.47 |
| HSL | 274.77º | 0.48% | 0.36% | - |
| HSV(B) | 274.77º | 0.65% | 0.53% | - |
| XYZ | 10.43 | 6.38 | 23.6 | - |
| YUV | 72.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 135 | 0.27 | 0.65 | 0 | 0.47 | 274.77 | 0.48 | 0.36 |
| Hex | 62 | 2F | 87 | 1B | 41 | 0 | 2F | 113 | 30 | 24 |
| Octal | 142 | 57 | 207 | 33 | 101 | 0 | 57 | 423 | 60 | 44 |
| Binary | 1100010 | 101111 | 10000111 | 11011 | 1000001 | 0 | 101111 | 100010011 | 110000 | 100100 |
Color Harmonies of #622F87
Complementary color
Monochromatic Colors of #622F87
Black with #622F87
Text Example
Text Example
White with #622F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F87; }
p { color: rgb(98,47,135); }
H1.HeaderClassName
{
color: #622F87;
}
.AnyTagClassName
{
color: #622F87;
}
</style>
background-color css
<style>
a { background-color: #622F87; }
a { background-color: rgb(98,47,135); }
div.DivClassName
{
background-color: #622F87;
}
.BgClassName
{
background-color: #622F87;
}
</style>
border-color css
<style>
span { border-color: #622F87; }
span { border-color: rgb(98,47,135); }
td.TdClassName
{
border-color: #622F87;
}
.TagClassName
{
border-color: #622F87;
}
</style>