Shades of Kingfisher Daisy #62358B
Tints of Kingfisher Daisy #62358B
RGB
CMYK
RGB Variations
Color information
#62358B (or 0x62358B) is known color: Kingfisher Daisy. HEX triplet: 62, 35 and 8B. RGB value is (98,53,139). Sum of RGB (Red+Green+Blue) = 98+53+139=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #62358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62358B is #9DCA74. Grayscale: #4B4B4B. Windows color (decimal): -10340981 or 9123170. OLE color: 9123170.
HSL color Cylindrical-coordinate representation of color #62358B: hue angle of 271.4º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62358B is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 53 | 139 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.45 |
| HSL | 271.4º | 0.45% | 0.38% | - |
| HSV(B) | 271.4º | 0.62% | 0.55% | - |
| XYZ | 10.97 | 7.01 | 25.2 | - |
| YUV | 76.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 139 | 0.29 | 0.62 | 0 | 0.45 | 271.4 | 0.45 | 0.38 |
| Hex | 62 | 35 | 8B | 1D | 3E | 0 | 2D | 10F | 2D | 26 |
| Octal | 142 | 65 | 213 | 35 | 76 | 0 | 55 | 417 | 55 | 46 |
| Binary | 1100010 | 110101 | 10001011 | 11101 | 111110 | 0 | 101101 | 100001111 | 101101 | 100110 |
Color Harmonies of #62358B
Complementary color
Monochromatic Colors of #62358B
Black with #62358B
Text Example
Text Example
White with #62358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62358B; }
p { color: rgb(98,53,139); }
H1.HeaderClassName
{
color: #62358B;
}
.AnyTagClassName
{
color: #62358B;
}
</style>
background-color css
<style>
a { background-color: #62358B; }
a { background-color: rgb(98,53,139); }
div.DivClassName
{
background-color: #62358B;
}
.BgClassName
{
background-color: #62358B;
}
</style>
border-color css
<style>
span { border-color: #62358B; }
span { border-color: rgb(98,53,139); }
td.TdClassName
{
border-color: #62358B;
}
.TagClassName
{
border-color: #62358B;
}
</style>