Shades of Butterfly Bush #6B578D
Tints of Butterfly Bush #6B578D
RGB
CMYK
RGB Variations
Color information
#6B578D (or 0x6B578D) is known color: Butterfly Bush. HEX triplet: 6B, 57 and 8D. RGB value is (107,87,141). Sum of RGB (Red+Green+Blue) = 107+87+141=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B578D is #94A872. Grayscale: #626262. Windows color (decimal): -9742451 or 9262955. OLE color: 9262955.
HSL color Cylindrical-coordinate representation of color #6B578D: hue angle of 262.22º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B578D is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 87 | 141 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.45 |
| HSL | 262.22º | 0.24% | 0.45% | - |
| HSV(B) | 262.22º | 0.38% | 0.55% | - |
| XYZ | 14.28 | 11.87 | 26.74 | - |
| YUV | 99.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 141 | 0.24 | 0.38 | 0 | 0.45 | 262.22 | 0.24 | 0.45 |
| Hex | 6B | 57 | 8D | 18 | 26 | 0 | 2D | 106 | 18 | 2D |
| Octal | 153 | 127 | 215 | 30 | 46 | 0 | 55 | 406 | 30 | 55 |
| Binary | 1101011 | 1010111 | 10001101 | 11000 | 100110 | 0 | 101101 | 100000110 | 11000 | 101101 |
Color Harmonies of #6B578D
Complementary color
Monochromatic Colors of #6B578D
Black with #6B578D
Text Example
Text Example
White with #6B578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B578D; }
p { color: rgb(107,87,141); }
H1.HeaderClassName
{
color: #6B578D;
}
.AnyTagClassName
{
color: #6B578D;
}
</style>
background-color css
<style>
a { background-color: #6B578D; }
a { background-color: rgb(107,87,141); }
div.DivClassName
{
background-color: #6B578D;
}
.BgClassName
{
background-color: #6B578D;
}
</style>
border-color css
<style>
span { border-color: #6B578D; }
span { border-color: rgb(107,87,141); }
td.TdClassName
{
border-color: #6B578D;
}
.TagClassName
{
border-color: #6B578D;
}
</style>