Shades of Butterfly Bush #61537F
Tints of Butterfly Bush #61537F
RGB
CMYK
RGB Variations
Color information
#61537F (or 0x61537F) is known color: Butterfly Bush. HEX triplet: 61, 53 and 7F. RGB value is (97,83,127). Sum of RGB (Red+Green+Blue) = 97+83+127=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 83 (32.81% from 255 or 27.04% 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 #61537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61537F is #9EAC80. Grayscale: #5C5C5C. Windows color (decimal): -10398849 or 8344417. OLE color: 8344417.
HSL color Cylindrical-coordinate representation of color #61537F: hue angle of 259.09º degrees, saturation: 0.21, 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 #61537F is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 83 | 127 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.50 |
| HSL | 259.09º | 0.21% | 0.41% | - |
| HSV(B) | 259.09º | 0.35% | 0.5% | - |
| XYZ | 11.85 | 10.26 | 21.43 | - |
| YUV | 92.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 127 | 0.24 | 0.35 | 0 | 0.50 | 259.09 | 0.21 | 0.41 |
| Hex | 61 | 53 | 7F | 18 | 23 | 0 | 32 | 103 | 15 | 29 |
| Octal | 141 | 123 | 177 | 30 | 43 | 0 | 62 | 403 | 25 | 51 |
| Binary | 1100001 | 1010011 | 1111111 | 11000 | 100011 | 0 | 110010 | 100000011 | 10101 | 101001 |
Color Harmonies of #61537F
Complementary color
Monochromatic Colors of #61537F
Black with #61537F
Text Example
Text Example
White with #61537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61537F; }
p { color: rgb(97,83,127); }
H1.HeaderClassName
{
color: #61537F;
}
.AnyTagClassName
{
color: #61537F;
}
</style>
background-color css
<style>
a { background-color: #61537F; }
a { background-color: rgb(97,83,127); }
div.DivClassName
{
background-color: #61537F;
}
.BgClassName
{
background-color: #61537F;
}
</style>
border-color css
<style>
span { border-color: #61537F; }
span { border-color: rgb(97,83,127); }
td.TdClassName
{
border-color: #61537F;
}
.TagClassName
{
border-color: #61537F;
}
</style>