Shades of Daisy Bush #62458E
Tints of Daisy Bush #62458E
RGB
CMYK
RGB Variations
Color information
#62458E (or 0x62458E) is known color: Daisy Bush. HEX triplet: 62, 45 and 8E. RGB value is (98,69,142). Sum of RGB (Red+Green+Blue) = 98+69+142=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #62458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62458E is #9DBA71. Grayscale: #555555. Windows color (decimal): -10336882 or 9323874. OLE color: 9323874.
HSL color Cylindrical-coordinate representation of color #62458E: hue angle of 263.84º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62458E is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 69 | 142 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.44 |
| HSL | 263.84º | 0.35% | 0.41% | - |
| HSV(B) | 263.84º | 0.51% | 0.56% | - |
| XYZ | 12.05 | 8.81 | 26.66 | - |
| YUV | 85.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 142 | 0.31 | 0.51 | 0 | 0.44 | 263.84 | 0.35 | 0.41 |
| Hex | 62 | 45 | 8E | 1F | 33 | 0 | 2C | 108 | 23 | 29 |
| Octal | 142 | 105 | 216 | 37 | 63 | 0 | 54 | 410 | 43 | 51 |
| Binary | 1100010 | 1000101 | 10001110 | 11111 | 110011 | 0 | 101100 | 100001000 | 100011 | 101001 |
Color Harmonies of #62458E
Complementary color
Monochromatic Colors of #62458E
Black with #62458E
Text Example
Text Example
White with #62458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62458E; }
p { color: rgb(98,69,142); }
H1.HeaderClassName
{
color: #62458E;
}
.AnyTagClassName
{
color: #62458E;
}
</style>
background-color css
<style>
a { background-color: #62458E; }
a { background-color: rgb(98,69,142); }
div.DivClassName
{
background-color: #62458E;
}
.BgClassName
{
background-color: #62458E;
}
</style>
border-color css
<style>
span { border-color: #62458E; }
span { border-color: rgb(98,69,142); }
td.TdClassName
{
border-color: #62458E;
}
.TagClassName
{
border-color: #62458E;
}
</style>