Shades of Kingfisher Daisy #62218B
Tints of Kingfisher Daisy #62218B
RGB
CMYK
RGB Variations
Color information
#62218B (or 0x62218B) is known color: Kingfisher Daisy. HEX triplet: 62, 21 and 8B. RGB value is (98,33,139). Sum of RGB (Red+Green+Blue) = 98+33+139=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #62218B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62218B is #9DDE74. Grayscale: #404040. Windows color (decimal): -10346101 or 9118050. OLE color: 9118050.
HSL color Cylindrical-coordinate representation of color #62218B: hue angle of 276.79º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62218B is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 33 | 139 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.45 |
| HSL | 276.79º | 0.62% | 0.34% | - |
| HSV(B) | 276.79º | 0.76% | 0.55% | - |
| XYZ | 10.24 | 5.55 | 24.96 | - |
| YUV | 64.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 139 | 0.29 | 0.76 | 0 | 0.45 | 276.79 | 0.62 | 0.34 |
| Hex | 62 | 21 | 8B | 1D | 4C | 0 | 2D | 115 | 3E | 22 |
| Octal | 142 | 41 | 213 | 35 | 114 | 0 | 55 | 425 | 76 | 42 |
| Binary | 1100010 | 100001 | 10001011 | 11101 | 1001100 | 0 | 101101 | 100010101 | 111110 | 100010 |
Color Harmonies of #62218B
Complementary color
Monochromatic Colors of #62218B
Black with #62218B
Text Example
Text Example
White with #62218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62218B; }
p { color: rgb(98,33,139); }
H1.HeaderClassName
{
color: #62218B;
}
.AnyTagClassName
{
color: #62218B;
}
</style>
background-color css
<style>
a { background-color: #62218B; }
a { background-color: rgb(98,33,139); }
div.DivClassName
{
background-color: #62218B;
}
.BgClassName
{
background-color: #62218B;
}
</style>
border-color css
<style>
span { border-color: #62218B; }
span { border-color: rgb(98,33,139); }
td.TdClassName
{
border-color: #62218B;
}
.TagClassName
{
border-color: #62218B;
}
</style>