Shades of Butterfly Bush #62507C
Tints of Butterfly Bush #62507C
RGB
CMYK
RGB Variations
Color information
#62507C (or 0x62507C) is known color: Butterfly Bush. HEX triplet: 62, 50 and 7C. RGB value is (98,80,124). Sum of RGB (Red+Green+Blue) = 98+80+124=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #62507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62507C is #9DAF83. Grayscale: #5A5A5A. Windows color (decimal): -10334084 or 8147042. OLE color: 8147042.
HSL color Cylindrical-coordinate representation of color #62507C: hue angle of 264.55º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62507C is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 80 | 124 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.51 |
| HSL | 264.55º | 0.22% | 0.4% | - |
| HSV(B) | 264.55º | 0.35% | 0.49% | - |
| XYZ | 11.54 | 9.79 | 20.35 | - |
| YUV | 90.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 124 | 0.21 | 0.35 | 0 | 0.51 | 264.55 | 0.22 | 0.4 |
| Hex | 62 | 50 | 7C | 15 | 23 | 0 | 33 | 109 | 16 | 28 |
| Octal | 142 | 120 | 174 | 25 | 43 | 0 | 63 | 411 | 26 | 50 |
| Binary | 1100010 | 1010000 | 1111100 | 10101 | 100011 | 0 | 110011 | 100001001 | 10110 | 101000 |
Color Harmonies of #62507C
Complementary color
Monochromatic Colors of #62507C
Black with #62507C
Text Example
Text Example
White with #62507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62507C; }
p { color: rgb(98,80,124); }
H1.HeaderClassName
{
color: #62507C;
}
.AnyTagClassName
{
color: #62507C;
}
</style>
background-color css
<style>
a { background-color: #62507C; }
a { background-color: rgb(98,80,124); }
div.DivClassName
{
background-color: #62507C;
}
.BgClassName
{
background-color: #62507C;
}
</style>
border-color css
<style>
span { border-color: #62507C; }
span { border-color: rgb(98,80,124); }
td.TdClassName
{
border-color: #62507C;
}
.TagClassName
{
border-color: #62507C;
}
</style>