Shades of Kingfisher Daisy #62227E
Tints of Kingfisher Daisy #62227E
RGB
CMYK
RGB Variations
Color information
#62227E (or 0x62227E) is known color: Kingfisher Daisy. HEX triplet: 62, 22 and 7E. RGB value is (98,34,126). Sum of RGB (Red+Green+Blue) = 98+34+126=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #62227E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62227E is #9DDD81. Grayscale: #3F3F3F. Windows color (decimal): -10345858 or 8266338. OLE color: 8266338.
HSL color Cylindrical-coordinate representation of color #62227E: hue angle of 281.74º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62227E is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 34 | 126 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.51 |
| HSL | 281.74º | 0.58% | 0.31% | - |
| HSV(B) | 281.74º | 0.73% | 0.49% | - |
| XYZ | 9.37 | 5.25 | 20.26 | - |
| YUV | 63.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 126 | 0.22 | 0.73 | 0 | 0.51 | 281.74 | 0.58 | 0.31 |
| Hex | 62 | 22 | 7E | 16 | 49 | 0 | 33 | 11A | 3A | 1F |
| Octal | 142 | 42 | 176 | 26 | 111 | 0 | 63 | 432 | 72 | 37 |
| Binary | 1100010 | 100010 | 1111110 | 10110 | 1001001 | 0 | 110011 | 100011010 | 111010 | 11111 |
Color Harmonies of #62227E
Complementary color
Monochromatic Colors of #62227E
Black with #62227E
Text Example
Text Example
White with #62227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62227E; }
p { color: rgb(98,34,126); }
H1.HeaderClassName
{
color: #62227E;
}
.AnyTagClassName
{
color: #62227E;
}
</style>
background-color css
<style>
a { background-color: #62227E; }
a { background-color: rgb(98,34,126); }
div.DivClassName
{
background-color: #62227E;
}
.BgClassName
{
background-color: #62227E;
}
</style>
border-color css
<style>
span { border-color: #62227E; }
span { border-color: rgb(98,34,126); }
td.TdClassName
{
border-color: #62227E;
}
.TagClassName
{
border-color: #62227E;
}
</style>