Shades of Daisy Bush #63488A
Tints of Daisy Bush #63488A
RGB
CMYK
RGB Variations
Color information
#63488A (or 0x63488A) is known color: Daisy Bush. HEX triplet: 63, 48 and 8A. RGB value is (99,72,138). Sum of RGB (Red+Green+Blue) = 99+72+138=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #63488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63488A is #9CB775. Grayscale: #575757. Windows color (decimal): -10270582 or 9062499. OLE color: 9062499.
HSL color Cylindrical-coordinate representation of color #63488A: hue angle of 264.55º 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 #63488A is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 72 | 138 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.46 |
| HSL | 264.55º | 0.31% | 0.41% | - |
| HSV(B) | 264.55º | 0.48% | 0.54% | - |
| XYZ | 12.05 | 9.12 | 25.17 | - |
| YUV | 87.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 138 | 0.28 | 0.48 | 0 | 0.46 | 264.55 | 0.31 | 0.41 |
| Hex | 63 | 48 | 8A | 1C | 30 | 0 | 2E | 109 | 1F | 29 |
| Octal | 143 | 110 | 212 | 34 | 60 | 0 | 56 | 411 | 37 | 51 |
| Binary | 1100011 | 1001000 | 10001010 | 11100 | 110000 | 0 | 101110 | 100001001 | 11111 | 101001 |
Color Harmonies of #63488A
Complementary color
Monochromatic Colors of #63488A
Black with #63488A
Text Example
Text Example
White with #63488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63488A; }
p { color: rgb(99,72,138); }
H1.HeaderClassName
{
color: #63488A;
}
.AnyTagClassName
{
color: #63488A;
}
</style>
background-color css
<style>
a { background-color: #63488A; }
a { background-color: rgb(99,72,138); }
div.DivClassName
{
background-color: #63488A;
}
.BgClassName
{
background-color: #63488A;
}
</style>
border-color css
<style>
span { border-color: #63488A; }
span { border-color: rgb(99,72,138); }
td.TdClassName
{
border-color: #63488A;
}
.TagClassName
{
border-color: #63488A;
}
</style>