Shades of Butterfly Bush #6B5796
Tints of Butterfly Bush #6B5796
RGB
CMYK
RGB Variations
Color information
#6B5796 (or 0x6B5796) is known color: Butterfly Bush. HEX triplet: 6B, 57 and 96. RGB value is (107,87,150). Sum of RGB (Red+Green+Blue) = 107+87+150=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B5796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5796 is #94A869. Grayscale: #636363. Windows color (decimal): -9742442 or 9852779. OLE color: 9852779.
HSL color Cylindrical-coordinate representation of color #6B5796: hue angle of 259.05º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B5796 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 87 | 150 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.41 |
| HSL | 259.05º | 0.27% | 0.46% | - |
| HSV(B) | 259.05º | 0.42% | 0.59% | - |
| XYZ | 14.98 | 12.14 | 30.41 | - |
| YUV | 100.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 150 | 0.29 | 0.42 | 0 | 0.41 | 259.05 | 0.27 | 0.46 |
| Hex | 6B | 57 | 96 | 1D | 2A | 0 | 29 | 103 | 1B | 2E |
| Octal | 153 | 127 | 226 | 35 | 52 | 0 | 51 | 403 | 33 | 56 |
| Binary | 1101011 | 1010111 | 10010110 | 11101 | 101010 | 0 | 101001 | 100000011 | 11011 | 101110 |
Color Harmonies of #6B5796
Complementary color
Monochromatic Colors of #6B5796
Black with #6B5796
Text Example
Text Example
White with #6B5796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5796; }
p { color: rgb(107,87,150); }
H1.HeaderClassName
{
color: #6B5796;
}
.AnyTagClassName
{
color: #6B5796;
}
</style>
background-color css
<style>
a { background-color: #6B5796; }
a { background-color: rgb(107,87,150); }
div.DivClassName
{
background-color: #6B5796;
}
.BgClassName
{
background-color: #6B5796;
}
</style>
border-color css
<style>
span { border-color: #6B5796; }
span { border-color: rgb(107,87,150); }
td.TdClassName
{
border-color: #6B5796;
}
.TagClassName
{
border-color: #6B5796;
}
</style>