Shades of Butterfly Bush #62558F
Tints of Butterfly Bush #62558F
RGB
CMYK
RGB Variations
Color information
#62558F (or 0x62558F) is known color: Butterfly Bush. HEX triplet: 62, 55 and 8F. RGB value is (98,85,143). Sum of RGB (Red+Green+Blue) = 98+85+143=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #62558F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62558F is #9DAA70. Grayscale: #5F5F5F. Windows color (decimal): -10332785 or 9393506. OLE color: 9393506.
HSL color Cylindrical-coordinate representation of color #62558F: hue angle of 253.45º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62558F is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 85 | 143 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.44 |
| HSL | 253.45º | 0.25% | 0.45% | - |
| HSV(B) | 253.45º | 0.41% | 0.56% | - |
| XYZ | 13.24 | 11.08 | 27.43 | - |
| YUV | 95.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 143 | 0.31 | 0.41 | 0 | 0.44 | 253.45 | 0.25 | 0.45 |
| Hex | 62 | 55 | 8F | 1F | 29 | 0 | 2C | FD | 19 | 2D |
| Octal | 142 | 125 | 217 | 37 | 51 | 0 | 54 | 375 | 31 | 55 |
| Binary | 1100010 | 1010101 | 10001111 | 11111 | 101001 | 0 | 101100 | 11111101 | 11001 | 101101 |
Color Harmonies of #62558F
Complementary color
Monochromatic Colors of #62558F
Black with #62558F
Text Example
Text Example
White with #62558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62558F; }
p { color: rgb(98,85,143); }
H1.HeaderClassName
{
color: #62558F;
}
.AnyTagClassName
{
color: #62558F;
}
</style>
background-color css
<style>
a { background-color: #62558F; }
a { background-color: rgb(98,85,143); }
div.DivClassName
{
background-color: #62558F;
}
.BgClassName
{
background-color: #62558F;
}
</style>
border-color css
<style>
span { border-color: #62558F; }
span { border-color: rgb(98,85,143); }
td.TdClassName
{
border-color: #62558F;
}
.TagClassName
{
border-color: #62558F;
}
</style>