Shades of Butterfly Bush #624C9A
Tints of Butterfly Bush #624C9A
RGB
CMYK
RGB Variations
Color information
#624C9A (or 0x624C9A) is known color: Butterfly Bush. HEX triplet: 62, 4C and 9A. RGB value is (98,76,154). Sum of RGB (Red+Green+Blue) = 98+76+154=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #624C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624C9A is #9DB365. Grayscale: #5B5B5B. Windows color (decimal): -10335078 or 10112098. OLE color: 10112098.
HSL color Cylindrical-coordinate representation of color #624C9A: hue angle of 256.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #624C9A is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 76 | 154 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.40 |
| HSL | 256.92º | 0.34% | 0.45% | - |
| HSV(B) | 256.92º | 0.51% | 0.6% | - |
| XYZ | 13.45 | 10.1 | 31.81 | - |
| YUV | 91.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 154 | 0.36 | 0.51 | 0 | 0.40 | 256.92 | 0.34 | 0.45 |
| Hex | 62 | 4C | 9A | 24 | 33 | 0 | 28 | 101 | 22 | 2D |
| Octal | 142 | 114 | 232 | 44 | 63 | 0 | 50 | 401 | 42 | 55 |
| Binary | 1100010 | 1001100 | 10011010 | 100100 | 110011 | 0 | 101000 | 100000001 | 100010 | 101101 |
Color Harmonies of #624C9A
Complementary color
Monochromatic Colors of #624C9A
Black with #624C9A
Text Example
Text Example
White with #624C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C9A; }
p { color: rgb(98,76,154); }
H1.HeaderClassName
{
color: #624C9A;
}
.AnyTagClassName
{
color: #624C9A;
}
</style>
background-color css
<style>
a { background-color: #624C9A; }
a { background-color: rgb(98,76,154); }
div.DivClassName
{
background-color: #624C9A;
}
.BgClassName
{
background-color: #624C9A;
}
</style>
border-color css
<style>
span { border-color: #624C9A; }
span { border-color: rgb(98,76,154); }
td.TdClassName
{
border-color: #624C9A;
}
.TagClassName
{
border-color: #624C9A;
}
</style>