Shades of Daisy Bush #63498E
Tints of Daisy Bush #63498E
RGB
CMYK
RGB Variations
Color information
#63498E (or 0x63498E) is known color: Daisy Bush. HEX triplet: 63, 49 and 8E. RGB value is (99,73,142). Sum of RGB (Red+Green+Blue) = 99+73+142=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #63498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63498E is #9CB671. Grayscale: #585858. Windows color (decimal): -10270322 or 9324899. OLE color: 9324899.
HSL color Cylindrical-coordinate representation of color #63498E: hue angle of 262.61º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63498E is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 73 | 142 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.44 |
| HSL | 262.61º | 0.32% | 0.42% | - |
| HSV(B) | 262.61º | 0.49% | 0.56% | - |
| XYZ | 12.41 | 9.37 | 26.75 | - |
| YUV | 88.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 142 | 0.30 | 0.49 | 0 | 0.44 | 262.61 | 0.32 | 0.42 |
| Hex | 63 | 49 | 8E | 1E | 31 | 0 | 2C | 107 | 20 | 2A |
| Octal | 143 | 111 | 216 | 36 | 61 | 0 | 54 | 407 | 40 | 52 |
| Binary | 1100011 | 1001001 | 10001110 | 11110 | 110001 | 0 | 101100 | 100000111 | 100000 | 101010 |
Color Harmonies of #63498E
Complementary color
Monochromatic Colors of #63498E
Black with #63498E
Text Example
Text Example
White with #63498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63498E; }
p { color: rgb(99,73,142); }
H1.HeaderClassName
{
color: #63498E;
}
.AnyTagClassName
{
color: #63498E;
}
</style>
background-color css
<style>
a { background-color: #63498E; }
a { background-color: rgb(99,73,142); }
div.DivClassName
{
background-color: #63498E;
}
.BgClassName
{
background-color: #63498E;
}
</style>
border-color css
<style>
span { border-color: #63498E; }
span { border-color: rgb(99,73,142); }
td.TdClassName
{
border-color: #63498E;
}
.TagClassName
{
border-color: #63498E;
}
</style>