Shades of Butterfly Bush #6B559D
Tints of Butterfly Bush #6B559D
RGB
CMYK
RGB Variations
Color information
#6B559D (or 0x6B559D) is known color: Butterfly Bush. HEX triplet: 6B, 55 and 9D. RGB value is (107,85,157). Sum of RGB (Red+Green+Blue) = 107+85+157=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B559D is #94AA62. Grayscale: #636363. Windows color (decimal): -9742947 or 10311019. OLE color: 10311019.
HSL color Cylindrical-coordinate representation of color #6B559D: hue angle of 258.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B559D is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 85 | 157 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.38 |
| HSL | 258.33º | 0.3% | 0.47% | - |
| HSV(B) | 258.33º | 0.46% | 0.62% | - |
| XYZ | 15.4 | 12.06 | 33.41 | - |
| YUV | 99.79 | 160.29 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 157 | 0.32 | 0.46 | 0 | 0.38 | 258.33 | 0.3 | 0.47 |
| Hex | 6B | 55 | 9D | 20 | 2E | 0 | 26 | 102 | 1E | 2F |
| Octal | 153 | 125 | 235 | 40 | 56 | 0 | 46 | 402 | 36 | 57 |
| Binary | 1101011 | 1010101 | 10011101 | 100000 | 101110 | 0 | 100110 | 100000010 | 11110 | 101111 |
Color Harmonies of #6B559D
Complementary color
Monochromatic Colors of #6B559D
Black with #6B559D
Text Example
Text Example
White with #6B559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B559D; }
p { color: rgb(107,85,157); }
H1.HeaderClassName
{
color: #6B559D;
}
.AnyTagClassName
{
color: #6B559D;
}
</style>
background-color css
<style>
a { background-color: #6B559D; }
a { background-color: rgb(107,85,157); }
div.DivClassName
{
background-color: #6B559D;
}
.BgClassName
{
background-color: #6B559D;
}
</style>
border-color css
<style>
span { border-color: #6B559D; }
span { border-color: rgb(107,85,157); }
td.TdClassName
{
border-color: #6B559D;
}
.TagClassName
{
border-color: #6B559D;
}
</style>