Shades of Butterfly Bush #6B559C
Tints of Butterfly Bush #6B559C
RGB
CMYK
RGB Variations
Color information
#6B559C (or 0x6B559C) is known color: Butterfly Bush. HEX triplet: 6B, 55 and 9C. RGB value is (107,85,156). Sum of RGB (Red+Green+Blue) = 107+85+156=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B559C is #94AA63. Grayscale: #636363. Windows color (decimal): -9742948 or 10245483. OLE color: 10245483.
HSL color Cylindrical-coordinate representation of color #6B559C: hue angle of 258.59º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B559C is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 85 | 156 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.39 |
| HSL | 258.59º | 0.29% | 0.47% | - |
| HSV(B) | 258.59º | 0.46% | 0.61% | - |
| XYZ | 15.31 | 12.02 | 32.97 | - |
| YUV | 99.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 156 | 0.31 | 0.46 | 0 | 0.39 | 258.59 | 0.29 | 0.47 |
| Hex | 6B | 55 | 9C | 1F | 2E | 0 | 27 | 103 | 1D | 2F |
| Octal | 153 | 125 | 234 | 37 | 56 | 0 | 47 | 403 | 35 | 57 |
| Binary | 1101011 | 1010101 | 10011100 | 11111 | 101110 | 0 | 100111 | 100000011 | 11101 | 101111 |
Color Harmonies of #6B559C
Complementary color
Monochromatic Colors of #6B559C
Black with #6B559C
Text Example
Text Example
White with #6B559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B559C; }
p { color: rgb(107,85,156); }
H1.HeaderClassName
{
color: #6B559C;
}
.AnyTagClassName
{
color: #6B559C;
}
</style>
background-color css
<style>
a { background-color: #6B559C; }
a { background-color: rgb(107,85,156); }
div.DivClassName
{
background-color: #6B559C;
}
.BgClassName
{
background-color: #6B559C;
}
</style>
border-color css
<style>
span { border-color: #6B559C; }
span { border-color: rgb(107,85,156); }
td.TdClassName
{
border-color: #6B559C;
}
.TagClassName
{
border-color: #6B559C;
}
</style>