Shades of Daisy Bush #63408D
Tints of Daisy Bush #63408D
RGB
CMYK
RGB Variations
Color information
#63408D (or 0x63408D) is known color: Daisy Bush. HEX triplet: 63, 40 and 8D. RGB value is (99,64,141). Sum of RGB (Red+Green+Blue) = 99+64+141=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #63408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63408D is #9CBF72. Grayscale: #525252. Windows color (decimal): -10272627 or 9257059. OLE color: 9257059.
HSL color Cylindrical-coordinate representation of color #63408D: hue angle of 267.27º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63408D is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 64 | 141 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.45 |
| HSL | 267.27º | 0.38% | 0.4% | - |
| HSV(B) | 267.27º | 0.55% | 0.55% | - |
| XYZ | 11.79 | 8.24 | 26.17 | - |
| YUV | 83.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 141 | 0.30 | 0.55 | 0 | 0.45 | 267.27 | 0.38 | 0.4 |
| Hex | 63 | 40 | 8D | 1E | 37 | 0 | 2D | 10B | 26 | 28 |
| Octal | 143 | 100 | 215 | 36 | 67 | 0 | 55 | 413 | 46 | 50 |
| Binary | 1100011 | 1000000 | 10001101 | 11110 | 110111 | 0 | 101101 | 100001011 | 100110 | 101000 |
Color Harmonies of #63408D
Complementary color
Monochromatic Colors of #63408D
Black with #63408D
Text Example
Text Example
White with #63408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63408D; }
p { color: rgb(99,64,141); }
H1.HeaderClassName
{
color: #63408D;
}
.AnyTagClassName
{
color: #63408D;
}
</style>
background-color css
<style>
a { background-color: #63408D; }
a { background-color: rgb(99,64,141); }
div.DivClassName
{
background-color: #63408D;
}
.BgClassName
{
background-color: #63408D;
}
</style>
border-color css
<style>
span { border-color: #63408D; }
span { border-color: rgb(99,64,141); }
td.TdClassName
{
border-color: #63408D;
}
.TagClassName
{
border-color: #63408D;
}
</style>