Shades of Butterfly Bush #6F598B
Tints of Butterfly Bush #6F598B
RGB
CMYK
RGB Variations
Color information
#6F598B (or 0x6F598B) is known color: Butterfly Bush. HEX triplet: 6F, 59 and 8B. RGB value is (111,89,139). Sum of RGB (Red+Green+Blue) = 111+89+139=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F598B is #90A674. Grayscale: #656565. Windows color (decimal): -9479797 or 9132399. OLE color: 9132399.
HSL color Cylindrical-coordinate representation of color #6F598B: hue angle of 266.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F598B is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 89 | 139 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.45 |
| HSL | 266.4º | 0.22% | 0.45% | - |
| HSV(B) | 266.4º | 0.36% | 0.55% | - |
| XYZ | 14.79 | 12.39 | 26.04 | - |
| YUV | 101.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 139 | 0.20 | 0.36 | 0 | 0.45 | 266.4 | 0.22 | 0.45 |
| Hex | 6F | 59 | 8B | 14 | 24 | 0 | 2D | 10A | 16 | 2D |
| Octal | 157 | 131 | 213 | 24 | 44 | 0 | 55 | 412 | 26 | 55 |
| Binary | 1101111 | 1011001 | 10001011 | 10100 | 100100 | 0 | 101101 | 100001010 | 10110 | 101101 |
Color Harmonies of #6F598B
Complementary color
Monochromatic Colors of #6F598B
Black with #6F598B
Text Example
Text Example
White with #6F598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F598B; }
p { color: rgb(111,89,139); }
H1.HeaderClassName
{
color: #6F598B;
}
.AnyTagClassName
{
color: #6F598B;
}
</style>
background-color css
<style>
a { background-color: #6F598B; }
a { background-color: rgb(111,89,139); }
div.DivClassName
{
background-color: #6F598B;
}
.BgClassName
{
background-color: #6F598B;
}
</style>
border-color css
<style>
span { border-color: #6F598B; }
span { border-color: rgb(111,89,139); }
td.TdClassName
{
border-color: #6F598B;
}
.TagClassName
{
border-color: #6F598B;
}
</style>