Shades of Butterfly Bush #6B5293
Tints of Butterfly Bush #6B5293
RGB
CMYK
RGB Variations
Color information
#6B5293 (or 0x6B5293) is known color: Butterfly Bush. HEX triplet: 6B, 52 and 93. RGB value is (107,82,147). Sum of RGB (Red+Green+Blue) = 107+82+147=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B5293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5293 is #94AD6C. Grayscale: #606060. Windows color (decimal): -9743725 or 9654891. OLE color: 9654891.
HSL color Cylindrical-coordinate representation of color #6B5293: hue angle of 263.08º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B5293 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 82 | 147 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.42 |
| HSL | 263.08º | 0.28% | 0.45% | - |
| HSV(B) | 263.08º | 0.44% | 0.58% | - |
| XYZ | 14.35 | 11.27 | 29.02 | - |
| YUV | 96.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 147 | 0.27 | 0.44 | 0 | 0.42 | 263.08 | 0.28 | 0.45 |
| Hex | 6B | 52 | 93 | 1B | 2C | 0 | 2A | 107 | 1C | 2D |
| Octal | 153 | 122 | 223 | 33 | 54 | 0 | 52 | 407 | 34 | 55 |
| Binary | 1101011 | 1010010 | 10010011 | 11011 | 101100 | 0 | 101010 | 100000111 | 11100 | 101101 |
Color Harmonies of #6B5293
Complementary color
Monochromatic Colors of #6B5293
Black with #6B5293
Text Example
Text Example
White with #6B5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5293; }
p { color: rgb(107,82,147); }
H1.HeaderClassName
{
color: #6B5293;
}
.AnyTagClassName
{
color: #6B5293;
}
</style>
background-color css
<style>
a { background-color: #6B5293; }
a { background-color: rgb(107,82,147); }
div.DivClassName
{
background-color: #6B5293;
}
.BgClassName
{
background-color: #6B5293;
}
</style>
border-color css
<style>
span { border-color: #6B5293; }
span { border-color: rgb(107,82,147); }
td.TdClassName
{
border-color: #6B5293;
}
.TagClassName
{
border-color: #6B5293;
}
</style>