Shades of Daisy Bush #62428C
Tints of Daisy Bush #62428C
RGB
CMYK
RGB Variations
Color information
#62428C (or 0x62428C) is known color: Daisy Bush. HEX triplet: 62, 42 and 8C. RGB value is (98,66,140). Sum of RGB (Red+Green+Blue) = 98+66+140=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #62428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62428C is #9DBD73. Grayscale: #535353. Windows color (decimal): -10337652 or 9192034. OLE color: 9192034.
HSL color Cylindrical-coordinate representation of color #62428C: hue angle of 265.95º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62428C is Cyan = 0.3, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 66 | 140 | - |
| CMYK | 0.3 | 0.53 | 0 | 0.45 |
| HSL | 265.95º | 0.36% | 0.4% | - |
| HSV(B) | 265.95º | 0.53% | 0.55% | - |
| XYZ | 11.72 | 8.39 | 25.81 | - |
| YUV | 84 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 140 | 0.3 | 0.53 | 0 | 0.45 | 265.95 | 0.36 | 0.4 |
| Hex | 62 | 42 | 8C | 1E | 35 | 0 | 2D | 10A | 24 | 28 |
| Octal | 142 | 102 | 214 | 36 | 65 | 0 | 55 | 412 | 44 | 50 |
| Binary | 1100010 | 1000010 | 10001100 | 11110 | 110101 | 0 | 101101 | 100001010 | 100100 | 101000 |
Color Harmonies of #62428C
Complementary color
Monochromatic Colors of #62428C
Black with #62428C
Text Example
Text Example
White with #62428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62428C; }
p { color: rgb(98,66,140); }
H1.HeaderClassName
{
color: #62428C;
}
.AnyTagClassName
{
color: #62428C;
}
</style>
background-color css
<style>
a { background-color: #62428C; }
a { background-color: rgb(98,66,140); }
div.DivClassName
{
background-color: #62428C;
}
.BgClassName
{
background-color: #62428C;
}
</style>
border-color css
<style>
span { border-color: #62428C; }
span { border-color: rgb(98,66,140); }
td.TdClassName
{
border-color: #62428C;
}
.TagClassName
{
border-color: #62428C;
}
</style>