Shades of Daisy Bush #63488D
Tints of Daisy Bush #63488D
RGB
CMYK
RGB Variations
Color information
#63488D (or 0x63488D) is known color: Daisy Bush. HEX triplet: 63, 48 and 8D. RGB value is (99,72,141). Sum of RGB (Red+Green+Blue) = 99+72+141=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #63488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63488D is #9CB772. Grayscale: #575757. Windows color (decimal): -10270579 or 9259107. OLE color: 9259107.
HSL color Cylindrical-coordinate representation of color #63488D: hue angle of 263.48º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63488D is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 72 | 141 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.45 |
| HSL | 263.48º | 0.32% | 0.42% | - |
| HSV(B) | 263.48º | 0.49% | 0.55% | - |
| XYZ | 12.27 | 9.21 | 26.33 | - |
| YUV | 87.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 141 | 0.30 | 0.49 | 0 | 0.45 | 263.48 | 0.32 | 0.42 |
| Hex | 63 | 48 | 8D | 1E | 31 | 0 | 2D | 107 | 20 | 2A |
| Octal | 143 | 110 | 215 | 36 | 61 | 0 | 55 | 407 | 40 | 52 |
| Binary | 1100011 | 1001000 | 10001101 | 11110 | 110001 | 0 | 101101 | 100000111 | 100000 | 101010 |
Color Harmonies of #63488D
Complementary color
Monochromatic Colors of #63488D
Black with #63488D
Text Example
Text Example
White with #63488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63488D; }
p { color: rgb(99,72,141); }
H1.HeaderClassName
{
color: #63488D;
}
.AnyTagClassName
{
color: #63488D;
}
</style>
background-color css
<style>
a { background-color: #63488D; }
a { background-color: rgb(99,72,141); }
div.DivClassName
{
background-color: #63488D;
}
.BgClassName
{
background-color: #63488D;
}
</style>
border-color css
<style>
span { border-color: #63488D; }
span { border-color: rgb(99,72,141); }
td.TdClassName
{
border-color: #63488D;
}
.TagClassName
{
border-color: #63488D;
}
</style>