Shades of Butterfly Bush #6F5191
Tints of Butterfly Bush #6F5191
RGB
CMYK
RGB Variations
Color information
#6F5191 (or 0x6F5191) is known color: Butterfly Bush. HEX triplet: 6F, 51 and 91. RGB value is (111,81,145). Sum of RGB (Red+Green+Blue) = 111+81+145=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F5191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5191 is #90AE6E. Grayscale: #616161. Windows color (decimal): -9481839 or 9523567. OLE color: 9523567.
HSL color Cylindrical-coordinate representation of color #6F5191: hue angle of 268.12º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F5191 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 81 | 145 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.43 |
| HSL | 268.13º | 0.28% | 0.44% | - |
| HSV(B) | 268.13º | 0.44% | 0.57% | - |
| XYZ | 14.61 | 11.31 | 28.2 | - |
| YUV | 97.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 145 | 0.23 | 0.44 | 0 | 0.43 | 268.13 | 0.28 | 0.44 |
| Hex | 6F | 51 | 91 | 17 | 2C | 0 | 2B | 10C | 1C | 2C |
| Octal | 157 | 121 | 221 | 27 | 54 | 0 | 53 | 414 | 34 | 54 |
| Binary | 1101111 | 1010001 | 10010001 | 10111 | 101100 | 0 | 101011 | 100001100 | 11100 | 101100 |
Color Harmonies of #6F5191
Complementary color
Monochromatic Colors of #6F5191
Black with #6F5191
Text Example
Text Example
White with #6F5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5191; }
p { color: rgb(111,81,145); }
H1.HeaderClassName
{
color: #6F5191;
}
.AnyTagClassName
{
color: #6F5191;
}
</style>
background-color css
<style>
a { background-color: #6F5191; }
a { background-color: rgb(111,81,145); }
div.DivClassName
{
background-color: #6F5191;
}
.BgClassName
{
background-color: #6F5191;
}
</style>
border-color css
<style>
span { border-color: #6F5191; }
span { border-color: rgb(111,81,145); }
td.TdClassName
{
border-color: #6F5191;
}
.TagClassName
{
border-color: #6F5191;
}
</style>