Shades of Butterfly Bush #6B4E95
Tints of Butterfly Bush #6B4E95
RGB
CMYK
RGB Variations
Color information
#6B4E95 (or 0x6B4E95) is known color: Butterfly Bush. HEX triplet: 6B, 4E and 95. RGB value is (107,78,149). Sum of RGB (Red+Green+Blue) = 107+78+149=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B4E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4E95 is #94B16A. Grayscale: #5E5E5E. Windows color (decimal): -9744747 or 9784939. OLE color: 9784939.
HSL color Cylindrical-coordinate representation of color #6B4E95: hue angle of 264.51º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B4E95 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 78 | 149 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.42 |
| HSL | 264.51º | 0.31% | 0.45% | - |
| HSV(B) | 264.51º | 0.48% | 0.58% | - |
| XYZ | 14.21 | 10.74 | 29.76 | - |
| YUV | 94.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 149 | 0.28 | 0.48 | 0 | 0.42 | 264.51 | 0.31 | 0.45 |
| Hex | 6B | 4E | 95 | 1C | 30 | 0 | 2A | 109 | 1F | 2D |
| Octal | 153 | 116 | 225 | 34 | 60 | 0 | 52 | 411 | 37 | 55 |
| Binary | 1101011 | 1001110 | 10010101 | 11100 | 110000 | 0 | 101010 | 100001001 | 11111 | 101101 |
Color Harmonies of #6B4E95
Complementary color
Monochromatic Colors of #6B4E95
Black with #6B4E95
Text Example
Text Example
White with #6B4E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E95; }
p { color: rgb(107,78,149); }
H1.HeaderClassName
{
color: #6B4E95;
}
.AnyTagClassName
{
color: #6B4E95;
}
</style>
background-color css
<style>
a { background-color: #6B4E95; }
a { background-color: rgb(107,78,149); }
div.DivClassName
{
background-color: #6B4E95;
}
.BgClassName
{
background-color: #6B4E95;
}
</style>
border-color css
<style>
span { border-color: #6B4E95; }
span { border-color: rgb(107,78,149); }
td.TdClassName
{
border-color: #6B4E95;
}
.TagClassName
{
border-color: #6B4E95;
}
</style>