Shades of Butterfly Bush #6F5892
Tints of Butterfly Bush #6F5892
RGB
CMYK
RGB Variations
Color information
#6F5892 (or 0x6F5892) is known color: Butterfly Bush. HEX triplet: 6F, 58 and 92. RGB value is (111,88,146). Sum of RGB (Red+Green+Blue) = 111+88+146=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F5892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5892 is #90A76D. Grayscale: #656565. Windows color (decimal): -9480046 or 9590895. OLE color: 9590895.
HSL color Cylindrical-coordinate representation of color #6F5892: hue angle of 263.79º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F5892 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 88 | 146 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.43 |
| HSL | 263.79º | 0.25% | 0.46% | - |
| HSV(B) | 263.79º | 0.4% | 0.57% | - |
| XYZ | 15.23 | 12.43 | 28.79 | - |
| YUV | 101.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 146 | 0.24 | 0.40 | 0 | 0.43 | 263.79 | 0.25 | 0.46 |
| Hex | 6F | 58 | 92 | 18 | 28 | 0 | 2B | 108 | 19 | 2E |
| Octal | 157 | 130 | 222 | 30 | 50 | 0 | 53 | 410 | 31 | 56 |
| Binary | 1101111 | 1011000 | 10010010 | 11000 | 101000 | 0 | 101011 | 100001000 | 11001 | 101110 |
Color Harmonies of #6F5892
Complementary color
Monochromatic Colors of #6F5892
Black with #6F5892
Text Example
Text Example
White with #6F5892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5892; }
p { color: rgb(111,88,146); }
H1.HeaderClassName
{
color: #6F5892;
}
.AnyTagClassName
{
color: #6F5892;
}
</style>
background-color css
<style>
a { background-color: #6F5892; }
a { background-color: rgb(111,88,146); }
div.DivClassName
{
background-color: #6F5892;
}
.BgClassName
{
background-color: #6F5892;
}
</style>
border-color css
<style>
span { border-color: #6F5892; }
span { border-color: rgb(111,88,146); }
td.TdClassName
{
border-color: #6F5892;
}
.TagClassName
{
border-color: #6F5892;
}
</style>