Shades of Butterfly Bush #62578C
Tints of Butterfly Bush #62578C
RGB
CMYK
RGB Variations
Color information
#62578C (or 0x62578C) is known color: Butterfly Bush. HEX triplet: 62, 57 and 8C. RGB value is (98,87,140). Sum of RGB (Red+Green+Blue) = 98+87+140=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #62578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62578C is #9DA873. Grayscale: #606060. Windows color (decimal): -10332276 or 9197410. OLE color: 9197410.
HSL color Cylindrical-coordinate representation of color #62578C: hue angle of 252.45º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62578C is Cyan = 0.3, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 87 | 140 | - |
| CMYK | 0.3 | 0.38 | 0 | 0.45 |
| HSL | 252.45º | 0.23% | 0.45% | - |
| HSV(B) | 252.45º | 0.38% | 0.55% | - |
| XYZ | 13.18 | 11.31 | 26.3 | - |
| YUV | 96.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 140 | 0.3 | 0.38 | 0 | 0.45 | 252.45 | 0.23 | 0.45 |
| Hex | 62 | 57 | 8C | 1E | 26 | 0 | 2D | FC | 17 | 2D |
| Octal | 142 | 127 | 214 | 36 | 46 | 0 | 55 | 374 | 27 | 55 |
| Binary | 1100010 | 1010111 | 10001100 | 11110 | 100110 | 0 | 101101 | 11111100 | 10111 | 101101 |
Color Harmonies of #62578C
Complementary color
Monochromatic Colors of #62578C
Black with #62578C
Text Example
Text Example
White with #62578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62578C; }
p { color: rgb(98,87,140); }
H1.HeaderClassName
{
color: #62578C;
}
.AnyTagClassName
{
color: #62578C;
}
</style>
background-color css
<style>
a { background-color: #62578C; }
a { background-color: rgb(98,87,140); }
div.DivClassName
{
background-color: #62578C;
}
.BgClassName
{
background-color: #62578C;
}
</style>
border-color css
<style>
span { border-color: #62578C; }
span { border-color: rgb(98,87,140); }
td.TdClassName
{
border-color: #62578C;
}
.TagClassName
{
border-color: #62578C;
}
</style>