Shades of Butterfly Bush #6F5998
Tints of Butterfly Bush #6F5998
RGB
CMYK
RGB Variations
Color information
#6F5998 (or 0x6F5998) is known color: Butterfly Bush. HEX triplet: 6F, 59 and 98. RGB value is (111,89,152). Sum of RGB (Red+Green+Blue) = 111+89+152=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F5998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5998 is #90A667. Grayscale: #666666. Windows color (decimal): -9479784 or 9984367. OLE color: 9984367.
HSL color Cylindrical-coordinate representation of color #6F5998: hue angle of 260.95º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F5998 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 89 | 152 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.40 |
| HSL | 260.95º | 0.26% | 0.47% | - |
| HSV(B) | 260.95º | 0.41% | 0.6% | - |
| XYZ | 15.8 | 12.79 | 31.34 | - |
| YUV | 102.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 152 | 0.27 | 0.41 | 0 | 0.40 | 260.95 | 0.26 | 0.47 |
| Hex | 6F | 59 | 98 | 1B | 29 | 0 | 28 | 105 | 1A | 2F |
| Octal | 157 | 131 | 230 | 33 | 51 | 0 | 50 | 405 | 32 | 57 |
| Binary | 1101111 | 1011001 | 10011000 | 11011 | 101001 | 0 | 101000 | 100000101 | 11010 | 101111 |
Color Harmonies of #6F5998
Complementary color
Monochromatic Colors of #6F5998
Black with #6F5998
Text Example
Text Example
White with #6F5998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5998; }
p { color: rgb(111,89,152); }
H1.HeaderClassName
{
color: #6F5998;
}
.AnyTagClassName
{
color: #6F5998;
}
</style>
background-color css
<style>
a { background-color: #6F5998; }
a { background-color: rgb(111,89,152); }
div.DivClassName
{
background-color: #6F5998;
}
.BgClassName
{
background-color: #6F5998;
}
</style>
border-color css
<style>
span { border-color: #6F5998; }
span { border-color: rgb(111,89,152); }
td.TdClassName
{
border-color: #6F5998;
}
.TagClassName
{
border-color: #6F5998;
}
</style>