Shades of Butterfly Bush #624C90
Tints of Butterfly Bush #624C90
RGB
CMYK
RGB Variations
Color information
#624C90 (or 0x624C90) is known color: Butterfly Bush. HEX triplet: 62, 4C and 90. RGB value is (98,76,144). Sum of RGB (Red+Green+Blue) = 98+76+144=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #624C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624C90 is #9DB36F. Grayscale: #5A5A5A. Windows color (decimal): -10335088 or 9456738. OLE color: 9456738.
HSL color Cylindrical-coordinate representation of color #624C90: hue angle of 259.41º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #624C90 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 76 | 144 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.44 |
| HSL | 259.41º | 0.31% | 0.43% | - |
| HSV(B) | 259.41º | 0.47% | 0.56% | - |
| XYZ | 12.66 | 9.78 | 27.61 | - |
| YUV | 90.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 144 | 0.32 | 0.47 | 0 | 0.44 | 259.41 | 0.31 | 0.43 |
| Hex | 62 | 4C | 90 | 20 | 2F | 0 | 2C | 103 | 1F | 2B |
| Octal | 142 | 114 | 220 | 40 | 57 | 0 | 54 | 403 | 37 | 53 |
| Binary | 1100010 | 1001100 | 10010000 | 100000 | 101111 | 0 | 101100 | 100000011 | 11111 | 101011 |
Color Harmonies of #624C90
Complementary color
Monochromatic Colors of #624C90
Black with #624C90
Text Example
Text Example
White with #624C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C90; }
p { color: rgb(98,76,144); }
H1.HeaderClassName
{
color: #624C90;
}
.AnyTagClassName
{
color: #624C90;
}
</style>
background-color css
<style>
a { background-color: #624C90; }
a { background-color: rgb(98,76,144); }
div.DivClassName
{
background-color: #624C90;
}
.BgClassName
{
background-color: #624C90;
}
</style>
border-color css
<style>
span { border-color: #624C90; }
span { border-color: rgb(98,76,144); }
td.TdClassName
{
border-color: #624C90;
}
.TagClassName
{
border-color: #624C90;
}
</style>