Shades of Daisy Bush #62488A
Tints of Daisy Bush #62488A
RGB
CMYK
RGB Variations
Color information
#62488A (or 0x62488A) is known color: Daisy Bush. HEX triplet: 62, 48 and 8A. RGB value is (98,72,138). Sum of RGB (Red+Green+Blue) = 98+72+138=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #62488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62488A is #9DB775. Grayscale: #575757. Windows color (decimal): -10336118 or 9062498. OLE color: 9062498.
HSL color Cylindrical-coordinate representation of color #62488A: hue angle of 263.64º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62488A is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 72 | 138 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.46 |
| HSL | 263.64º | 0.31% | 0.41% | - |
| HSV(B) | 263.64º | 0.48% | 0.54% | - |
| XYZ | 11.94 | 9.07 | 25.17 | - |
| YUV | 87.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 138 | 0.29 | 0.48 | 0 | 0.46 | 263.64 | 0.31 | 0.41 |
| Hex | 62 | 48 | 8A | 1D | 30 | 0 | 2E | 108 | 1F | 29 |
| Octal | 142 | 110 | 212 | 35 | 60 | 0 | 56 | 410 | 37 | 51 |
| Binary | 1100010 | 1001000 | 10001010 | 11101 | 110000 | 0 | 101110 | 100001000 | 11111 | 101001 |
Color Harmonies of #62488A
Complementary color
Monochromatic Colors of #62488A
Black with #62488A
Text Example
Text Example
White with #62488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62488A; }
p { color: rgb(98,72,138); }
H1.HeaderClassName
{
color: #62488A;
}
.AnyTagClassName
{
color: #62488A;
}
</style>
background-color css
<style>
a { background-color: #62488A; }
a { background-color: rgb(98,72,138); }
div.DivClassName
{
background-color: #62488A;
}
.BgClassName
{
background-color: #62488A;
}
</style>
border-color css
<style>
span { border-color: #62488A; }
span { border-color: rgb(98,72,138); }
td.TdClassName
{
border-color: #62488A;
}
.TagClassName
{
border-color: #62488A;
}
</style>