Shades of Butterfly Bush #634C99
Tints of Butterfly Bush #634C99
RGB
CMYK
RGB Variations
Color information
#634C99 (or 0x634C99) is known color: Butterfly Bush. HEX triplet: 63, 4C and 99. RGB value is (99,76,153). Sum of RGB (Red+Green+Blue) = 99+76+153=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #634C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634C99 is #9CB366. Grayscale: #5B5B5B. Windows color (decimal): -10269543 or 10046563. OLE color: 10046563.
HSL color Cylindrical-coordinate representation of color #634C99: hue angle of 257.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #634C99 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 76 | 153 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.4 |
| HSL | 257.92º | 0.34% | 0.45% | - |
| HSV(B) | 257.92º | 0.5% | 0.6% | - |
| XYZ | 13.48 | 10.12 | 31.38 | - |
| YUV | 91.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 153 | 0.35 | 0.50 | 0 | 0.4 | 257.92 | 0.34 | 0.45 |
| Hex | 63 | 4C | 99 | 23 | 32 | 0 | 28 | 102 | 22 | 2D |
| Octal | 143 | 114 | 231 | 43 | 62 | 0 | 50 | 402 | 42 | 55 |
| Binary | 1100011 | 1001100 | 10011001 | 100011 | 110010 | 0 | 101000 | 100000010 | 100010 | 101101 |
Color Harmonies of #634C99
Complementary color
Monochromatic Colors of #634C99
Black with #634C99
Text Example
Text Example
White with #634C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C99; }
p { color: rgb(99,76,153); }
H1.HeaderClassName
{
color: #634C99;
}
.AnyTagClassName
{
color: #634C99;
}
</style>
background-color css
<style>
a { background-color: #634C99; }
a { background-color: rgb(99,76,153); }
div.DivClassName
{
background-color: #634C99;
}
.BgClassName
{
background-color: #634C99;
}
</style>
border-color css
<style>
span { border-color: #634C99; }
span { border-color: rgb(99,76,153); }
td.TdClassName
{
border-color: #634C99;
}
.TagClassName
{
border-color: #634C99;
}
</style>