Shades of Daisy Bush #63438C
Tints of Daisy Bush #63438C
RGB
CMYK
RGB Variations
Color information
#63438C (or 0x63438C) is known color: Daisy Bush. HEX triplet: 63, 43 and 8C. RGB value is (99,67,140). Sum of RGB (Red+Green+Blue) = 99+67+140=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #63438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63438C is #9CBC73. Grayscale: #545454. Windows color (decimal): -10271860 or 9192291. OLE color: 9192291.
HSL color Cylindrical-coordinate representation of color #63438C: hue angle of 266.3º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63438C is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 67 | 140 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.45 |
| HSL | 266.3º | 0.35% | 0.41% | - |
| HSV(B) | 266.3º | 0.52% | 0.55% | - |
| XYZ | 11.89 | 8.56 | 25.84 | - |
| YUV | 84.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 140 | 0.29 | 0.52 | 0 | 0.45 | 266.3 | 0.35 | 0.41 |
| Hex | 63 | 43 | 8C | 1D | 34 | 0 | 2D | 10A | 23 | 29 |
| Octal | 143 | 103 | 214 | 35 | 64 | 0 | 55 | 412 | 43 | 51 |
| Binary | 1100011 | 1000011 | 10001100 | 11101 | 110100 | 0 | 101101 | 100001010 | 100011 | 101001 |
Color Harmonies of #63438C
Complementary color
Monochromatic Colors of #63438C
Black with #63438C
Text Example
Text Example
White with #63438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63438C; }
p { color: rgb(99,67,140); }
H1.HeaderClassName
{
color: #63438C;
}
.AnyTagClassName
{
color: #63438C;
}
</style>
background-color css
<style>
a { background-color: #63438C; }
a { background-color: rgb(99,67,140); }
div.DivClassName
{
background-color: #63438C;
}
.BgClassName
{
background-color: #63438C;
}
</style>
border-color css
<style>
span { border-color: #63438C; }
span { border-color: rgb(99,67,140); }
td.TdClassName
{
border-color: #63438C;
}
.TagClassName
{
border-color: #63438C;
}
</style>