Shades of Butterfly Bush #61508B
Tints of Butterfly Bush #61508B
RGB
CMYK
RGB Variations
Color information
#61508B (or 0x61508B) is known color: Butterfly Bush. HEX triplet: 61, 50 and 8B. RGB value is (97,80,139). Sum of RGB (Red+Green+Blue) = 97+80+139=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #61508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61508B is #9EAF74. Grayscale: #5B5B5B. Windows color (decimal): -10399605 or 9130081. OLE color: 9130081.
HSL color Cylindrical-coordinate representation of color #61508B: hue angle of 257.29º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61508B is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 80 | 139 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.45 |
| HSL | 257.29º | 0.27% | 0.43% | - |
| HSV(B) | 257.29º | 0.42% | 0.55% | - |
| XYZ | 12.46 | 10.14 | 25.73 | - |
| YUV | 91.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 139 | 0.30 | 0.42 | 0 | 0.45 | 257.29 | 0.27 | 0.43 |
| Hex | 61 | 50 | 8B | 1E | 2A | 0 | 2D | 101 | 1B | 2B |
| Octal | 141 | 120 | 213 | 36 | 52 | 0 | 55 | 401 | 33 | 53 |
| Binary | 1100001 | 1010000 | 10001011 | 11110 | 101010 | 0 | 101101 | 100000001 | 11011 | 101011 |
Color Harmonies of #61508B
Complementary color
Monochromatic Colors of #61508B
Black with #61508B
Text Example
Text Example
White with #61508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61508B; }
p { color: rgb(97,80,139); }
H1.HeaderClassName
{
color: #61508B;
}
.AnyTagClassName
{
color: #61508B;
}
</style>
background-color css
<style>
a { background-color: #61508B; }
a { background-color: rgb(97,80,139); }
div.DivClassName
{
background-color: #61508B;
}
.BgClassName
{
background-color: #61508B;
}
</style>
border-color css
<style>
span { border-color: #61508B; }
span { border-color: rgb(97,80,139); }
td.TdClassName
{
border-color: #61508B;
}
.TagClassName
{
border-color: #61508B;
}
</style>