Shades of Daisy Bush #63478C
Tints of Daisy Bush #63478C
RGB
CMYK
RGB Variations
Color information
#63478C (or 0x63478C) is known color: Daisy Bush. HEX triplet: 63, 47 and 8C. RGB value is (99,71,140). Sum of RGB (Red+Green+Blue) = 99+71+140=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #63478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63478C is #9CB873. Grayscale: #565656. Windows color (decimal): -10270836 or 9193315. OLE color: 9193315.
HSL color Cylindrical-coordinate representation of color #63478C: hue angle of 264.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63478C is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 71 | 140 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.45 |
| HSL | 264.35º | 0.33% | 0.41% | - |
| HSV(B) | 264.35º | 0.49% | 0.55% | - |
| XYZ | 12.13 | 9.05 | 25.92 | - |
| YUV | 87.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 140 | 0.29 | 0.49 | 0 | 0.45 | 264.35 | 0.33 | 0.41 |
| Hex | 63 | 47 | 8C | 1D | 31 | 0 | 2D | 108 | 21 | 29 |
| Octal | 143 | 107 | 214 | 35 | 61 | 0 | 55 | 410 | 41 | 51 |
| Binary | 1100011 | 1000111 | 10001100 | 11101 | 110001 | 0 | 101101 | 100001000 | 100001 | 101001 |
Color Harmonies of #63478C
Complementary color
Monochromatic Colors of #63478C
Black with #63478C
Text Example
Text Example
White with #63478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63478C; }
p { color: rgb(99,71,140); }
H1.HeaderClassName
{
color: #63478C;
}
.AnyTagClassName
{
color: #63478C;
}
</style>
background-color css
<style>
a { background-color: #63478C; }
a { background-color: rgb(99,71,140); }
div.DivClassName
{
background-color: #63478C;
}
.BgClassName
{
background-color: #63478C;
}
</style>
border-color css
<style>
span { border-color: #63478C; }
span { border-color: rgb(99,71,140); }
td.TdClassName
{
border-color: #63478C;
}
.TagClassName
{
border-color: #63478C;
}
</style>