Shades of Butterfly Bush #6D5785
Tints of Butterfly Bush #6D5785
RGB
CMYK
RGB Variations
Color information
#6D5785 (or 0x6D5785) is known color: Butterfly Bush. HEX triplet: 6D, 57 and 85. RGB value is (109,87,133). Sum of RGB (Red+Green+Blue) = 109+87+133=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D5785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5785 is #92A87A. Grayscale: #626262. Windows color (decimal): -9611387 or 8738669. OLE color: 8738669.
HSL color Cylindrical-coordinate representation of color #6D5785: hue angle of 268.7º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D5785 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 87 | 133 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.48 |
| HSL | 268.7º | 0.21% | 0.43% | - |
| HSV(B) | 268.7º | 0.35% | 0.52% | - |
| XYZ | 13.95 | 11.76 | 23.73 | - |
| YUV | 98.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 133 | 0.18 | 0.35 | 0 | 0.48 | 268.7 | 0.21 | 0.43 |
| Hex | 6D | 57 | 85 | 12 | 23 | 0 | 30 | 10D | 15 | 2B |
| Octal | 155 | 127 | 205 | 22 | 43 | 0 | 60 | 415 | 25 | 53 |
| Binary | 1101101 | 1010111 | 10000101 | 10010 | 100011 | 0 | 110000 | 100001101 | 10101 | 101011 |
Color Harmonies of #6D5785
Complementary color
Monochromatic Colors of #6D5785
Black with #6D5785
Text Example
Text Example
White with #6D5785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5785; }
p { color: rgb(109,87,133); }
H1.HeaderClassName
{
color: #6D5785;
}
.AnyTagClassName
{
color: #6D5785;
}
</style>
background-color css
<style>
a { background-color: #6D5785; }
a { background-color: rgb(109,87,133); }
div.DivClassName
{
background-color: #6D5785;
}
.BgClassName
{
background-color: #6D5785;
}
</style>
border-color css
<style>
span { border-color: #6D5785; }
span { border-color: rgb(109,87,133); }
td.TdClassName
{
border-color: #6D5785;
}
.TagClassName
{
border-color: #6D5785;
}
</style>