Shades of Butterfly Bush #624F82
Tints of Butterfly Bush #624F82
RGB
CMYK
RGB Variations
Color information
#624F82 (or 0x624F82) is known color: Butterfly Bush. HEX triplet: 62, 4F and 82. RGB value is (98,79,130). Sum of RGB (Red+Green+Blue) = 98+79+130=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #624F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #624F82 is #9DB07D. Grayscale: #5A5A5A. Windows color (decimal): -10334334 or 8540002. OLE color: 8540002.
HSL color Cylindrical-coordinate representation of color #624F82: hue angle of 262.35º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #624F82 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 79 | 130 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.49 |
| HSL | 262.35º | 0.24% | 0.41% | - |
| HSV(B) | 262.35º | 0.39% | 0.51% | - |
| XYZ | 11.86 | 9.8 | 22.39 | - |
| YUV | 90.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 130 | 0.25 | 0.39 | 0 | 0.49 | 262.35 | 0.24 | 0.41 |
| Hex | 62 | 4F | 82 | 19 | 27 | 0 | 31 | 106 | 18 | 29 |
| Octal | 142 | 117 | 202 | 31 | 47 | 0 | 61 | 406 | 30 | 51 |
| Binary | 1100010 | 1001111 | 10000010 | 11001 | 100111 | 0 | 110001 | 100000110 | 11000 | 101001 |
Color Harmonies of #624F82
Complementary color
Monochromatic Colors of #624F82
Black with #624F82
Text Example
Text Example
White with #624F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F82; }
p { color: rgb(98,79,130); }
H1.HeaderClassName
{
color: #624F82;
}
.AnyTagClassName
{
color: #624F82;
}
</style>
background-color css
<style>
a { background-color: #624F82; }
a { background-color: rgb(98,79,130); }
div.DivClassName
{
background-color: #624F82;
}
.BgClassName
{
background-color: #624F82;
}
</style>
border-color css
<style>
span { border-color: #624F82; }
span { border-color: rgb(98,79,130); }
td.TdClassName
{
border-color: #624F82;
}
.TagClassName
{
border-color: #624F82;
}
</style>