Shades of Daisy Bush #62438D
Tints of Daisy Bush #62438D
RGB
CMYK
RGB Variations
Color information
#62438D (or 0x62438D) is known color: Daisy Bush. HEX triplet: 62, 43 and 8D. RGB value is (98,67,141). Sum of RGB (Red+Green+Blue) = 98+67+141=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #62438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62438D is #9DBC72. Grayscale: #545454. Windows color (decimal): -10337395 or 9257826. OLE color: 9257826.
HSL color Cylindrical-coordinate representation of color #62438D: hue angle of 265.14º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62438D is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 67 | 141 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.45 |
| HSL | 265.14º | 0.36% | 0.41% | - |
| HSV(B) | 265.14º | 0.52% | 0.55% | - |
| XYZ | 11.85 | 8.53 | 26.22 | - |
| YUV | 84.71 | 159.77 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 141 | 0.30 | 0.52 | 0 | 0.45 | 265.14 | 0.36 | 0.41 |
| Hex | 62 | 43 | 8D | 1E | 34 | 0 | 2D | 109 | 24 | 29 |
| Octal | 142 | 103 | 215 | 36 | 64 | 0 | 55 | 411 | 44 | 51 |
| Binary | 1100010 | 1000011 | 10001101 | 11110 | 110100 | 0 | 101101 | 100001001 | 100100 | 101001 |
Color Harmonies of #62438D
Complementary color
Monochromatic Colors of #62438D
Black with #62438D
Text Example
Text Example
White with #62438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62438D; }
p { color: rgb(98,67,141); }
H1.HeaderClassName
{
color: #62438D;
}
.AnyTagClassName
{
color: #62438D;
}
</style>
background-color css
<style>
a { background-color: #62438D; }
a { background-color: rgb(98,67,141); }
div.DivClassName
{
background-color: #62438D;
}
.BgClassName
{
background-color: #62438D;
}
</style>
border-color css
<style>
span { border-color: #62438D; }
span { border-color: rgb(98,67,141); }
td.TdClassName
{
border-color: #62438D;
}
.TagClassName
{
border-color: #62438D;
}
</style>