Shades of Butterfly Bush #6D5A84
Tints of Butterfly Bush #6D5A84
RGB
CMYK
RGB Variations
Color information
#6D5A84 (or 0x6D5A84) is known color: Butterfly Bush. HEX triplet: 6D, 5A and 84. RGB value is (109,90,132). Sum of RGB (Red+Green+Blue) = 109+90+132=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D5A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5A84 is #92A57B. Grayscale: #646464. Windows color (decimal): -9610620 or 8673901. OLE color: 8673901.
HSL color Cylindrical-coordinate representation of color #6D5A84: hue angle of 267.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D5A84 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 90 | 132 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.48 |
| HSL | 267.14º | 0.19% | 0.44% | - |
| HSV(B) | 267.14º | 0.32% | 0.52% | - |
| XYZ | 14.13 | 12.23 | 23.45 | - |
| YUV | 100.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 90 | 132 | 0.17 | 0.32 | 0 | 0.48 | 267.14 | 0.19 | 0.44 |
| Hex | 6D | 5A | 84 | 11 | 20 | 0 | 30 | 10B | 13 | 2C |
| Octal | 155 | 132 | 204 | 21 | 40 | 0 | 60 | 413 | 23 | 54 |
| Binary | 1101101 | 1011010 | 10000100 | 10001 | 100000 | 0 | 110000 | 100001011 | 10011 | 101100 |
Color Harmonies of #6D5A84
Complementary color
Monochromatic Colors of #6D5A84
Black with #6D5A84
Text Example
Text Example
White with #6D5A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5A84; }
p { color: rgb(109,90,132); }
H1.HeaderClassName
{
color: #6D5A84;
}
.AnyTagClassName
{
color: #6D5A84;
}
</style>
background-color css
<style>
a { background-color: #6D5A84; }
a { background-color: rgb(109,90,132); }
div.DivClassName
{
background-color: #6D5A84;
}
.BgClassName
{
background-color: #6D5A84;
}
</style>
border-color css
<style>
span { border-color: #6D5A84; }
span { border-color: rgb(109,90,132); }
td.TdClassName
{
border-color: #6D5A84;
}
.TagClassName
{
border-color: #6D5A84;
}
</style>