Shades of Daisy Bush #62388C
Tints of Daisy Bush #62388C
RGB
CMYK
RGB Variations
Color information
#62388C (or 0x62388C) is known color: Daisy Bush. HEX triplet: 62, 38 and 8C. RGB value is (98,56,140). Sum of RGB (Red+Green+Blue) = 98+56+140=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #62388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62388C is #9DC773. Grayscale: #4D4D4D. Windows color (decimal): -10340212 or 9189474. OLE color: 9189474.
HSL color Cylindrical-coordinate representation of color #62388C: hue angle of 270º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62388C is Cyan = 0.3, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 56 | 140 | - |
| CMYK | 0.3 | 0.6 | 0 | 0.45 |
| HSL | 270º | 0.43% | 0.38% | - |
| HSV(B) | 270º | 0.6% | 0.55% | - |
| XYZ | 11.18 | 7.32 | 25.63 | - |
| YUV | 78.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 140 | 0.3 | 0.6 | 0 | 0.45 | 270 | 0.43 | 0.38 |
| Hex | 62 | 38 | 8C | 1E | 3C | 0 | 2D | 10E | 2B | 26 |
| Octal | 142 | 70 | 214 | 36 | 74 | 0 | 55 | 416 | 53 | 46 |
| Binary | 1100010 | 111000 | 10001100 | 11110 | 111100 | 0 | 101101 | 100001110 | 101011 | 100110 |
Color Harmonies of #62388C
Complementary color
Monochromatic Colors of #62388C
Black with #62388C
Text Example
Text Example
White with #62388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62388C; }
p { color: rgb(98,56,140); }
H1.HeaderClassName
{
color: #62388C;
}
.AnyTagClassName
{
color: #62388C;
}
</style>
background-color css
<style>
a { background-color: #62388C; }
a { background-color: rgb(98,56,140); }
div.DivClassName
{
background-color: #62388C;
}
.BgClassName
{
background-color: #62388C;
}
</style>
border-color css
<style>
span { border-color: #62388C; }
span { border-color: rgb(98,56,140); }
td.TdClassName
{
border-color: #62388C;
}
.TagClassName
{
border-color: #62388C;
}
</style>