Shades of Daisy Bush #63498A
Tints of Daisy Bush #63498A
RGB
CMYK
RGB Variations
Color information
#63498A (or 0x63498A) is known color: Daisy Bush. HEX triplet: 63, 49 and 8A. RGB value is (99,73,138). Sum of RGB (Red+Green+Blue) = 99+73+138=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #63498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63498A is #9CB675. Grayscale: #575757. Windows color (decimal): -10270326 or 9062755. OLE color: 9062755.
HSL color Cylindrical-coordinate representation of color #63498A: hue angle of 264º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63498A is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 73 | 138 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.46 |
| HSL | 264º | 0.31% | 0.41% | - |
| HSV(B) | 264º | 0.47% | 0.54% | - |
| XYZ | 12.12 | 9.25 | 25.19 | - |
| YUV | 88.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 138 | 0.28 | 0.47 | 0 | 0.46 | 264 | 0.31 | 0.41 |
| Hex | 63 | 49 | 8A | 1C | 2F | 0 | 2E | 108 | 1F | 29 |
| Octal | 143 | 111 | 212 | 34 | 57 | 0 | 56 | 410 | 37 | 51 |
| Binary | 1100011 | 1001001 | 10001010 | 11100 | 101111 | 0 | 101110 | 100001000 | 11111 | 101001 |
Color Harmonies of #63498A
Complementary color
Monochromatic Colors of #63498A
Black with #63498A
Text Example
Text Example
White with #63498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63498A; }
p { color: rgb(99,73,138); }
H1.HeaderClassName
{
color: #63498A;
}
.AnyTagClassName
{
color: #63498A;
}
</style>
background-color css
<style>
a { background-color: #63498A; }
a { background-color: rgb(99,73,138); }
div.DivClassName
{
background-color: #63498A;
}
.BgClassName
{
background-color: #63498A;
}
</style>
border-color css
<style>
span { border-color: #63498A; }
span { border-color: rgb(99,73,138); }
td.TdClassName
{
border-color: #63498A;
}
.TagClassName
{
border-color: #63498A;
}
</style>