Shades of Butterfly Bush #61508C
Tints of Butterfly Bush #61508C
RGB
CMYK
RGB Variations
Color information
#61508C (or 0x61508C) is known color: Butterfly Bush. HEX triplet: 61, 50 and 8C. RGB value is (97,80,140). Sum of RGB (Red+Green+Blue) = 97+80+140=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #61508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61508C is #9EAF73. Grayscale: #5B5B5B. Windows color (decimal): -10399604 or 9195617. OLE color: 9195617.
HSL color Cylindrical-coordinate representation of color #61508C: hue angle of 257º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61508C is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 80 | 140 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.45 |
| HSL | 257º | 0.27% | 0.43% | - |
| HSV(B) | 257º | 0.43% | 0.55% | - |
| XYZ | 12.53 | 10.17 | 26.11 | - |
| YUV | 91.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 140 | 0.31 | 0.43 | 0 | 0.45 | 257 | 0.27 | 0.43 |
| Hex | 61 | 50 | 8C | 1F | 2B | 0 | 2D | 101 | 1B | 2B |
| Octal | 141 | 120 | 214 | 37 | 53 | 0 | 55 | 401 | 33 | 53 |
| Binary | 1100001 | 1010000 | 10001100 | 11111 | 101011 | 0 | 101101 | 100000001 | 11011 | 101011 |
Color Harmonies of #61508C
Complementary color
Monochromatic Colors of #61508C
Black with #61508C
Text Example
Text Example
White with #61508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61508C; }
p { color: rgb(97,80,140); }
H1.HeaderClassName
{
color: #61508C;
}
.AnyTagClassName
{
color: #61508C;
}
</style>
background-color css
<style>
a { background-color: #61508C; }
a { background-color: rgb(97,80,140); }
div.DivClassName
{
background-color: #61508C;
}
.BgClassName
{
background-color: #61508C;
}
</style>
border-color css
<style>
span { border-color: #61508C; }
span { border-color: rgb(97,80,140); }
td.TdClassName
{
border-color: #61508C;
}
.TagClassName
{
border-color: #61508C;
}
</style>