Shades of Butterfly Bush #624F80
Tints of Butterfly Bush #624F80
RGB
CMYK
RGB Variations
Color information
#624F80 (or 0x624F80) is known color: Butterfly Bush. HEX triplet: 62, 4F and 80. RGB value is (98,79,128). Sum of RGB (Red+Green+Blue) = 98+79+128=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #624F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #624F80 is #9DB07F. Grayscale: #5A5A5A. Windows color (decimal): -10334336 or 8408930. OLE color: 8408930.
HSL color Cylindrical-coordinate representation of color #624F80: hue angle of 263.27º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #624F80 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 79 | 128 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.50 |
| HSL | 263.27º | 0.24% | 0.41% | - |
| HSV(B) | 263.27º | 0.38% | 0.5% | - |
| XYZ | 11.73 | 9.75 | 21.69 | - |
| YUV | 90.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 128 | 0.23 | 0.38 | 0 | 0.50 | 263.27 | 0.24 | 0.41 |
| Hex | 62 | 4F | 80 | 17 | 26 | 0 | 32 | 107 | 18 | 29 |
| Octal | 142 | 117 | 200 | 27 | 46 | 0 | 62 | 407 | 30 | 51 |
| Binary | 1100010 | 1001111 | 10000000 | 10111 | 100110 | 0 | 110010 | 100000111 | 11000 | 101001 |
Color Harmonies of #624F80
Complementary color
Monochromatic Colors of #624F80
Black with #624F80
Text Example
Text Example
White with #624F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F80; }
p { color: rgb(98,79,128); }
H1.HeaderClassName
{
color: #624F80;
}
.AnyTagClassName
{
color: #624F80;
}
</style>
background-color css
<style>
a { background-color: #624F80; }
a { background-color: rgb(98,79,128); }
div.DivClassName
{
background-color: #624F80;
}
.BgClassName
{
background-color: #624F80;
}
</style>
border-color css
<style>
span { border-color: #624F80; }
span { border-color: rgb(98,79,128); }
td.TdClassName
{
border-color: #624F80;
}
.TagClassName
{
border-color: #624F80;
}
</style>