Shades of Daisy Bush #62418A
Tints of Daisy Bush #62418A
RGB
CMYK
RGB Variations
Color information
#62418A (or 0x62418A) is known color: Daisy Bush. HEX triplet: 62, 41 and 8A. RGB value is (98,65,138). Sum of RGB (Red+Green+Blue) = 98+65+138=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #62418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62418A is #9DBE75. Grayscale: #525252. Windows color (decimal): -10337910 or 9060706. OLE color: 9060706.
HSL color Cylindrical-coordinate representation of color #62418A: hue angle of 267.12º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62418A is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 65 | 138 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.46 |
| HSL | 267.12º | 0.36% | 0.4% | - |
| HSV(B) | 267.12º | 0.53% | 0.54% | - |
| XYZ | 11.51 | 8.21 | 25.02 | - |
| YUV | 83.19 | 158.93 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 138 | 0.29 | 0.53 | 0 | 0.46 | 267.12 | 0.36 | 0.4 |
| Hex | 62 | 41 | 8A | 1D | 35 | 0 | 2E | 10B | 24 | 28 |
| Octal | 142 | 101 | 212 | 35 | 65 | 0 | 56 | 413 | 44 | 50 |
| Binary | 1100010 | 1000001 | 10001010 | 11101 | 110101 | 0 | 101110 | 100001011 | 100100 | 101000 |
Color Harmonies of #62418A
Complementary color
Monochromatic Colors of #62418A
Black with #62418A
Text Example
Text Example
White with #62418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62418A; }
p { color: rgb(98,65,138); }
H1.HeaderClassName
{
color: #62418A;
}
.AnyTagClassName
{
color: #62418A;
}
</style>
background-color css
<style>
a { background-color: #62418A; }
a { background-color: rgb(98,65,138); }
div.DivClassName
{
background-color: #62418A;
}
.BgClassName
{
background-color: #62418A;
}
</style>
border-color css
<style>
span { border-color: #62418A; }
span { border-color: rgb(98,65,138); }
td.TdClassName
{
border-color: #62418A;
}
.TagClassName
{
border-color: #62418A;
}
</style>