Shades of Butterfly Bush #624C8A
Tints of Butterfly Bush #624C8A
RGB
CMYK
RGB Variations
Color information
#624C8A (or 0x624C8A) is known color: Butterfly Bush. HEX triplet: 62, 4C and 8A. RGB value is (98,76,138). Sum of RGB (Red+Green+Blue) = 98+76+138=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #624C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624C8A is #9DB375. Grayscale: #595959. Windows color (decimal): -10335094 or 9063522. OLE color: 9063522.
HSL color Cylindrical-coordinate representation of color #624C8A: hue angle of 261.29º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #624C8A is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 76 | 138 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.46 |
| HSL | 261.29º | 0.29% | 0.42% | - |
| HSV(B) | 261.29º | 0.45% | 0.54% | - |
| XYZ | 12.21 | 9.6 | 25.25 | - |
| YUV | 89.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 138 | 0.29 | 0.45 | 0 | 0.46 | 261.29 | 0.29 | 0.42 |
| Hex | 62 | 4C | 8A | 1D | 2D | 0 | 2E | 105 | 1D | 2A |
| Octal | 142 | 114 | 212 | 35 | 55 | 0 | 56 | 405 | 35 | 52 |
| Binary | 1100010 | 1001100 | 10001010 | 11101 | 101101 | 0 | 101110 | 100000101 | 11101 | 101010 |
Color Harmonies of #624C8A
Complementary color
Monochromatic Colors of #624C8A
Black with #624C8A
Text Example
Text Example
White with #624C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C8A; }
p { color: rgb(98,76,138); }
H1.HeaderClassName
{
color: #624C8A;
}
.AnyTagClassName
{
color: #624C8A;
}
</style>
background-color css
<style>
a { background-color: #624C8A; }
a { background-color: rgb(98,76,138); }
div.DivClassName
{
background-color: #624C8A;
}
.BgClassName
{
background-color: #624C8A;
}
</style>
border-color css
<style>
span { border-color: #624C8A; }
span { border-color: rgb(98,76,138); }
td.TdClassName
{
border-color: #624C8A;
}
.TagClassName
{
border-color: #624C8A;
}
</style>