Shades of Butterfly Bush #6B5193
Tints of Butterfly Bush #6B5193
RGB
CMYK
RGB Variations
Color information
#6B5193 (or 0x6B5193) is known color: Butterfly Bush. HEX triplet: 6B, 51 and 93. RGB value is (107,81,147). Sum of RGB (Red+Green+Blue) = 107+81+147=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B5193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5193 is #94AE6C. Grayscale: #606060. Windows color (decimal): -9743981 or 9654635. OLE color: 9654635.
HSL color Cylindrical-coordinate representation of color #6B5193: hue angle of 263.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B5193 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 81 | 147 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.42 |
| HSL | 263.64º | 0.29% | 0.45% | - |
| HSV(B) | 263.64º | 0.45% | 0.58% | - |
| XYZ | 14.27 | 11.12 | 29 | - |
| YUV | 96.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 147 | 0.27 | 0.45 | 0 | 0.42 | 263.64 | 0.29 | 0.45 |
| Hex | 6B | 51 | 93 | 1B | 2D | 0 | 2A | 108 | 1D | 2D |
| Octal | 153 | 121 | 223 | 33 | 55 | 0 | 52 | 410 | 35 | 55 |
| Binary | 1101011 | 1010001 | 10010011 | 11011 | 101101 | 0 | 101010 | 100001000 | 11101 | 101101 |
Color Harmonies of #6B5193
Complementary color
Monochromatic Colors of #6B5193
Black with #6B5193
Text Example
Text Example
White with #6B5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5193; }
p { color: rgb(107,81,147); }
H1.HeaderClassName
{
color: #6B5193;
}
.AnyTagClassName
{
color: #6B5193;
}
</style>
background-color css
<style>
a { background-color: #6B5193; }
a { background-color: rgb(107,81,147); }
div.DivClassName
{
background-color: #6B5193;
}
.BgClassName
{
background-color: #6B5193;
}
</style>
border-color css
<style>
span { border-color: #6B5193; }
span { border-color: rgb(107,81,147); }
td.TdClassName
{
border-color: #6B5193;
}
.TagClassName
{
border-color: #6B5193;
}
</style>