Shades of Butterfly Bush #6B5296
Tints of Butterfly Bush #6B5296
RGB
CMYK
RGB Variations
Color information
#6B5296 (or 0x6B5296) is known color: Butterfly Bush. HEX triplet: 6B, 52 and 96. RGB value is (107,82,150). Sum of RGB (Red+Green+Blue) = 107+82+150=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B5296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5296 is #94AD69. Grayscale: #606060. Windows color (decimal): -9743722 or 9851499. OLE color: 9851499.
HSL color Cylindrical-coordinate representation of color #6B5296: hue angle of 262.06º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B5296 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 82 | 150 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.41 |
| HSL | 262.06º | 0.29% | 0.45% | - |
| HSV(B) | 262.06º | 0.45% | 0.59% | - |
| XYZ | 14.59 | 11.36 | 30.28 | - |
| YUV | 97.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 150 | 0.29 | 0.45 | 0 | 0.41 | 262.06 | 0.29 | 0.45 |
| Hex | 6B | 52 | 96 | 1D | 2D | 0 | 29 | 106 | 1D | 2D |
| Octal | 153 | 122 | 226 | 35 | 55 | 0 | 51 | 406 | 35 | 55 |
| Binary | 1101011 | 1010010 | 10010110 | 11101 | 101101 | 0 | 101001 | 100000110 | 11101 | 101101 |
Color Harmonies of #6B5296
Complementary color
Monochromatic Colors of #6B5296
Black with #6B5296
Text Example
Text Example
White with #6B5296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5296; }
p { color: rgb(107,82,150); }
H1.HeaderClassName
{
color: #6B5296;
}
.AnyTagClassName
{
color: #6B5296;
}
</style>
background-color css
<style>
a { background-color: #6B5296; }
a { background-color: rgb(107,82,150); }
div.DivClassName
{
background-color: #6B5296;
}
.BgClassName
{
background-color: #6B5296;
}
</style>
border-color css
<style>
span { border-color: #6B5296; }
span { border-color: rgb(107,82,150); }
td.TdClassName
{
border-color: #6B5296;
}
.TagClassName
{
border-color: #6B5296;
}
</style>