Shades of Butterfly Bush #6B4F91
Tints of Butterfly Bush #6B4F91
RGB
CMYK
RGB Variations
Color information
#6B4F91 (or 0x6B4F91) is known color: Butterfly Bush. HEX triplet: 6B, 4F and 91. RGB value is (107,79,145). Sum of RGB (Red+Green+Blue) = 107+79+145=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B4F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4F91 is #94B06E. Grayscale: #5E5E5E. Windows color (decimal): -9744495 or 9523051. OLE color: 9523051.
HSL color Cylindrical-coordinate representation of color #6B4F91: hue angle of 265.45º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B4F91 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 79 | 145 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.43 |
| HSL | 265.45º | 0.29% | 0.44% | - |
| HSV(B) | 265.45º | 0.46% | 0.57% | - |
| XYZ | 13.97 | 10.76 | 28.13 | - |
| YUV | 94.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 79 | 145 | 0.26 | 0.46 | 0 | 0.43 | 265.45 | 0.29 | 0.44 |
| Hex | 6B | 4F | 91 | 1A | 2E | 0 | 2B | 109 | 1D | 2C |
| Octal | 153 | 117 | 221 | 32 | 56 | 0 | 53 | 411 | 35 | 54 |
| Binary | 1101011 | 1001111 | 10010001 | 11010 | 101110 | 0 | 101011 | 100001001 | 11101 | 101100 |
Color Harmonies of #6B4F91
Complementary color
Monochromatic Colors of #6B4F91
Black with #6B4F91
Text Example
Text Example
White with #6B4F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4F91; }
p { color: rgb(107,79,145); }
H1.HeaderClassName
{
color: #6B4F91;
}
.AnyTagClassName
{
color: #6B4F91;
}
</style>
background-color css
<style>
a { background-color: #6B4F91; }
a { background-color: rgb(107,79,145); }
div.DivClassName
{
background-color: #6B4F91;
}
.BgClassName
{
background-color: #6B4F91;
}
</style>
border-color css
<style>
span { border-color: #6B4F91; }
span { border-color: rgb(107,79,145); }
td.TdClassName
{
border-color: #6B4F91;
}
.TagClassName
{
border-color: #6B4F91;
}
</style>