Shades of Butterfly Bush #634D9E
Tints of Butterfly Bush #634D9E
RGB
CMYK
RGB Variations
Color information
#634D9E (or 0x634D9E) is known color: Butterfly Bush. HEX triplet: 63, 4D and 9E. RGB value is (99,77,158). Sum of RGB (Red+Green+Blue) = 99+77+158=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #634D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634D9E is #9CB261. Grayscale: #5C5C5C. Windows color (decimal): -10269282 or 10374499. OLE color: 10374499.
HSL color Cylindrical-coordinate representation of color #634D9E: hue angle of 256.3º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #634D9E is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 77 | 158 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.38 |
| HSL | 256.3º | 0.34% | 0.46% | - |
| HSV(B) | 256.3º | 0.51% | 0.62% | - |
| XYZ | 13.97 | 10.43 | 33.62 | - |
| YUV | 92.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 158 | 0.37 | 0.51 | 0 | 0.38 | 256.3 | 0.34 | 0.46 |
| Hex | 63 | 4D | 9E | 25 | 33 | 0 | 26 | 100 | 22 | 2E |
| Octal | 143 | 115 | 236 | 45 | 63 | 0 | 46 | 400 | 42 | 56 |
| Binary | 1100011 | 1001101 | 10011110 | 100101 | 110011 | 0 | 100110 | 100000000 | 100010 | 101110 |
Color Harmonies of #634D9E
Complementary color
Monochromatic Colors of #634D9E
Black with #634D9E
Text Example
Text Example
White with #634D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D9E; }
p { color: rgb(99,77,158); }
H1.HeaderClassName
{
color: #634D9E;
}
.AnyTagClassName
{
color: #634D9E;
}
</style>
background-color css
<style>
a { background-color: #634D9E; }
a { background-color: rgb(99,77,158); }
div.DivClassName
{
background-color: #634D9E;
}
.BgClassName
{
background-color: #634D9E;
}
</style>
border-color css
<style>
span { border-color: #634D9E; }
span { border-color: rgb(99,77,158); }
td.TdClassName
{
border-color: #634D9E;
}
.TagClassName
{
border-color: #634D9E;
}
</style>