Shades of Daisy Bush #62358E
Tints of Daisy Bush #62358E
RGB
CMYK
RGB Variations
Color information
#62358E (or 0x62358E) is known color: Daisy Bush. HEX triplet: 62, 35 and 8E. RGB value is (98,53,142). Sum of RGB (Red+Green+Blue) = 98+53+142=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #62358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62358E is #9DCA71. Grayscale: #4C4C4C. Windows color (decimal): -10340978 or 9319778. OLE color: 9319778.
HSL color Cylindrical-coordinate representation of color #62358E: hue angle of 270.34º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62358E is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 53 | 142 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.44 |
| HSL | 270.34º | 0.46% | 0.38% | - |
| HSV(B) | 270.34º | 0.63% | 0.56% | - |
| XYZ | 11.19 | 7.1 | 26.37 | - |
| YUV | 76.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 142 | 0.31 | 0.63 | 0 | 0.44 | 270.34 | 0.46 | 0.38 |
| Hex | 62 | 35 | 8E | 1F | 3F | 0 | 2C | 10E | 2E | 26 |
| Octal | 142 | 65 | 216 | 37 | 77 | 0 | 54 | 416 | 56 | 46 |
| Binary | 1100010 | 110101 | 10001110 | 11111 | 111111 | 0 | 101100 | 100001110 | 101110 | 100110 |
Color Harmonies of #62358E
Complementary color
Monochromatic Colors of #62358E
Black with #62358E
Text Example
Text Example
White with #62358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62358E; }
p { color: rgb(98,53,142); }
H1.HeaderClassName
{
color: #62358E;
}
.AnyTagClassName
{
color: #62358E;
}
</style>
background-color css
<style>
a { background-color: #62358E; }
a { background-color: rgb(98,53,142); }
div.DivClassName
{
background-color: #62358E;
}
.BgClassName
{
background-color: #62358E;
}
</style>
border-color css
<style>
span { border-color: #62358E; }
span { border-color: rgb(98,53,142); }
td.TdClassName
{
border-color: #62358E;
}
.TagClassName
{
border-color: #62358E;
}
</style>