Shades of Daisy Bush #63438E
Tints of Daisy Bush #63438E
RGB
CMYK
RGB Variations
Color information
#63438E (or 0x63438E) is known color: Daisy Bush. HEX triplet: 63, 43 and 8E. RGB value is (99,67,142). Sum of RGB (Red+Green+Blue) = 99+67+142=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #63438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63438E is #9CBC71. Grayscale: #545454. Windows color (decimal): -10271858 or 9323363. OLE color: 9323363.
HSL color Cylindrical-coordinate representation of color #63438E: hue angle of 265.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63438E is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 67 | 142 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.44 |
| HSL | 265.6º | 0.36% | 0.41% | - |
| HSV(B) | 265.6º | 0.53% | 0.56% | - |
| XYZ | 12.04 | 8.62 | 26.62 | - |
| YUV | 85.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 142 | 0.30 | 0.53 | 0 | 0.44 | 265.6 | 0.36 | 0.41 |
| Hex | 63 | 43 | 8E | 1E | 35 | 0 | 2C | 10A | 24 | 29 |
| Octal | 143 | 103 | 216 | 36 | 65 | 0 | 54 | 412 | 44 | 51 |
| Binary | 1100011 | 1000011 | 10001110 | 11110 | 110101 | 0 | 101100 | 100001010 | 100100 | 101001 |
Color Harmonies of #63438E
Complementary color
Monochromatic Colors of #63438E
Black with #63438E
Text Example
Text Example
White with #63438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63438E; }
p { color: rgb(99,67,142); }
H1.HeaderClassName
{
color: #63438E;
}
.AnyTagClassName
{
color: #63438E;
}
</style>
background-color css
<style>
a { background-color: #63438E; }
a { background-color: rgb(99,67,142); }
div.DivClassName
{
background-color: #63438E;
}
.BgClassName
{
background-color: #63438E;
}
</style>
border-color css
<style>
span { border-color: #63438E; }
span { border-color: rgb(99,67,142); }
td.TdClassName
{
border-color: #63438E;
}
.TagClassName
{
border-color: #63438E;
}
</style>