Shades of Butterfly Bush #6F5899
Tints of Butterfly Bush #6F5899
RGB
CMYK
RGB Variations
Color information
#6F5899 (or 0x6F5899) is known color: Butterfly Bush. HEX triplet: 6F, 58 and 99. RGB value is (111,88,153). Sum of RGB (Red+Green+Blue) = 111+88+153=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5899 is #90A766. Grayscale: #666666. Windows color (decimal): -9480039 or 10049647. OLE color: 10049647.
HSL color Cylindrical-coordinate representation of color #6F5899: hue angle of 261.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F5899 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 88 | 153 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.4 |
| HSL | 261.23º | 0.27% | 0.47% | - |
| HSV(B) | 261.23º | 0.42% | 0.6% | - |
| XYZ | 15.8 | 12.66 | 31.75 | - |
| YUV | 102.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 153 | 0.27 | 0.42 | 0 | 0.4 | 261.23 | 0.27 | 0.47 |
| Hex | 6F | 58 | 99 | 1B | 2A | 0 | 28 | 105 | 1B | 2F |
| Octal | 157 | 130 | 231 | 33 | 52 | 0 | 50 | 405 | 33 | 57 |
| Binary | 1101111 | 1011000 | 10011001 | 11011 | 101010 | 0 | 101000 | 100000101 | 11011 | 101111 |
Color Harmonies of #6F5899
Complementary color
Monochromatic Colors of #6F5899
Black with #6F5899
Text Example
Text Example
White with #6F5899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5899; }
p { color: rgb(111,88,153); }
H1.HeaderClassName
{
color: #6F5899;
}
.AnyTagClassName
{
color: #6F5899;
}
</style>
background-color css
<style>
a { background-color: #6F5899; }
a { background-color: rgb(111,88,153); }
div.DivClassName
{
background-color: #6F5899;
}
.BgClassName
{
background-color: #6F5899;
}
</style>
border-color css
<style>
span { border-color: #6F5899; }
span { border-color: rgb(111,88,153); }
td.TdClassName
{
border-color: #6F5899;
}
.TagClassName
{
border-color: #6F5899;
}
</style>