Shades of Butterfly Bush #6F5692
Tints of Butterfly Bush #6F5692
RGB
CMYK
RGB Variations
Color information
#6F5692 (or 0x6F5692) is known color: Butterfly Bush. HEX triplet: 6F, 56 and 92. RGB value is (111,86,146). Sum of RGB (Red+Green+Blue) = 111+86+146=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F5692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5692 is #90A96D. Grayscale: #646464. Windows color (decimal): -9480558 or 9590383. OLE color: 9590383.
HSL color Cylindrical-coordinate representation of color #6F5692: hue angle of 265º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F5692 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 86 | 146 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.43 |
| HSL | 265º | 0.26% | 0.45% | - |
| HSV(B) | 265º | 0.41% | 0.57% | - |
| XYZ | 15.07 | 12.11 | 28.74 | - |
| YUV | 100.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 146 | 0.24 | 0.41 | 0 | 0.43 | 265 | 0.26 | 0.45 |
| Hex | 6F | 56 | 92 | 18 | 29 | 0 | 2B | 109 | 1A | 2D |
| Octal | 157 | 126 | 222 | 30 | 51 | 0 | 53 | 411 | 32 | 55 |
| Binary | 1101111 | 1010110 | 10010010 | 11000 | 101001 | 0 | 101011 | 100001001 | 11010 | 101101 |
Color Harmonies of #6F5692
Complementary color
Monochromatic Colors of #6F5692
Black with #6F5692
Text Example
Text Example
White with #6F5692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5692; }
p { color: rgb(111,86,146); }
H1.HeaderClassName
{
color: #6F5692;
}
.AnyTagClassName
{
color: #6F5692;
}
</style>
background-color css
<style>
a { background-color: #6F5692; }
a { background-color: rgb(111,86,146); }
div.DivClassName
{
background-color: #6F5692;
}
.BgClassName
{
background-color: #6F5692;
}
</style>
border-color css
<style>
span { border-color: #6F5692; }
span { border-color: rgb(111,86,146); }
td.TdClassName
{
border-color: #6F5692;
}
.TagClassName
{
border-color: #6F5692;
}
</style>