Shades of Daisy Bush #63448B
Tints of Daisy Bush #63448B
RGB
CMYK
RGB Variations
Color information
#63448B (or 0x63448B) is known color: Daisy Bush. HEX triplet: 63, 44 and 8B. RGB value is (99,68,139). Sum of RGB (Red+Green+Blue) = 99+68+139=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #63448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63448B is #9CBB74. Grayscale: #555555. Windows color (decimal): -10271605 or 9127011. OLE color: 9127011.
HSL color Cylindrical-coordinate representation of color #63448B: hue angle of 266.2º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63448B is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 68 | 139 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.45 |
| HSL | 266.2º | 0.34% | 0.41% | - |
| HSV(B) | 266.2º | 0.51% | 0.55% | - |
| XYZ | 11.87 | 8.65 | 25.47 | - |
| YUV | 85.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 139 | 0.29 | 0.51 | 0 | 0.45 | 266.2 | 0.34 | 0.41 |
| Hex | 63 | 44 | 8B | 1D | 33 | 0 | 2D | 10A | 22 | 29 |
| Octal | 143 | 104 | 213 | 35 | 63 | 0 | 55 | 412 | 42 | 51 |
| Binary | 1100011 | 1000100 | 10001011 | 11101 | 110011 | 0 | 101101 | 100001010 | 100010 | 101001 |
Color Harmonies of #63448B
Complementary color
Monochromatic Colors of #63448B
Black with #63448B
Text Example
Text Example
White with #63448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63448B; }
p { color: rgb(99,68,139); }
H1.HeaderClassName
{
color: #63448B;
}
.AnyTagClassName
{
color: #63448B;
}
</style>
background-color css
<style>
a { background-color: #63448B; }
a { background-color: rgb(99,68,139); }
div.DivClassName
{
background-color: #63448B;
}
.BgClassName
{
background-color: #63448B;
}
</style>
border-color css
<style>
span { border-color: #63448B; }
span { border-color: rgb(99,68,139); }
td.TdClassName
{
border-color: #63448B;
}
.TagClassName
{
border-color: #63448B;
}
</style>