Shades of Butterfly Bush #62527F
Tints of Butterfly Bush #62527F
RGB
CMYK
RGB Variations
Color information
#62527F (or 0x62527F) is known color: Butterfly Bush. HEX triplet: 62, 52 and 7F. RGB value is (98,82,127). Sum of RGB (Red+Green+Blue) = 98+82+127=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #62527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62527F is #9DAD80. Grayscale: #5B5B5B. Windows color (decimal): -10333569 or 8344162. OLE color: 8344162.
HSL color Cylindrical-coordinate representation of color #62527F: hue angle of 261.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62527F is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 82 | 127 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.50 |
| HSL | 261.33º | 0.22% | 0.41% | - |
| HSV(B) | 261.33º | 0.35% | 0.5% | - |
| XYZ | 11.89 | 10.16 | 21.41 | - |
| YUV | 91.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 127 | 0.23 | 0.35 | 0 | 0.50 | 261.33 | 0.22 | 0.41 |
| Hex | 62 | 52 | 7F | 17 | 23 | 0 | 32 | 105 | 16 | 29 |
| Octal | 142 | 122 | 177 | 27 | 43 | 0 | 62 | 405 | 26 | 51 |
| Binary | 1100010 | 1010010 | 1111111 | 10111 | 100011 | 0 | 110010 | 100000101 | 10110 | 101001 |
Color Harmonies of #62527F
Complementary color
Monochromatic Colors of #62527F
Black with #62527F
Text Example
Text Example
White with #62527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62527F; }
p { color: rgb(98,82,127); }
H1.HeaderClassName
{
color: #62527F;
}
.AnyTagClassName
{
color: #62527F;
}
</style>
background-color css
<style>
a { background-color: #62527F; }
a { background-color: rgb(98,82,127); }
div.DivClassName
{
background-color: #62527F;
}
.BgClassName
{
background-color: #62527F;
}
</style>
border-color css
<style>
span { border-color: #62527F; }
span { border-color: rgb(98,82,127); }
td.TdClassName
{
border-color: #62527F;
}
.TagClassName
{
border-color: #62527F;
}
</style>