Shades of Daisy Bush #63488C
Tints of Daisy Bush #63488C
RGB
CMYK
RGB Variations
Color information
#63488C (or 0x63488C) is known color: Daisy Bush. HEX triplet: 63, 48 and 8C. RGB value is (99,72,140). Sum of RGB (Red+Green+Blue) = 99+72+140=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #63488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63488C is #9CB773. Grayscale: #575757. Windows color (decimal): -10270580 or 9193571. OLE color: 9193571.
HSL color Cylindrical-coordinate representation of color #63488C: hue angle of 263.82º 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 #63488C is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 72 | 140 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.45 |
| HSL | 263.82º | 0.32% | 0.42% | - |
| HSV(B) | 263.82º | 0.49% | 0.55% | - |
| XYZ | 12.2 | 9.18 | 25.94 | - |
| YUV | 87.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 140 | 0.29 | 0.49 | 0 | 0.45 | 263.82 | 0.32 | 0.42 |
| Hex | 63 | 48 | 8C | 1D | 31 | 0 | 2D | 108 | 20 | 2A |
| Octal | 143 | 110 | 214 | 35 | 61 | 0 | 55 | 410 | 40 | 52 |
| Binary | 1100011 | 1001000 | 10001100 | 11101 | 110001 | 0 | 101101 | 100001000 | 100000 | 101010 |
Color Harmonies of #63488C
Complementary color
Monochromatic Colors of #63488C
Black with #63488C
Text Example
Text Example
White with #63488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63488C; }
p { color: rgb(99,72,140); }
H1.HeaderClassName
{
color: #63488C;
}
.AnyTagClassName
{
color: #63488C;
}
</style>
background-color css
<style>
a { background-color: #63488C; }
a { background-color: rgb(99,72,140); }
div.DivClassName
{
background-color: #63488C;
}
.BgClassName
{
background-color: #63488C;
}
</style>
border-color css
<style>
span { border-color: #63488C; }
span { border-color: rgb(99,72,140); }
td.TdClassName
{
border-color: #63488C;
}
.TagClassName
{
border-color: #63488C;
}
</style>