Shades of Butterfly Bush #6F598D
Tints of Butterfly Bush #6F598D
RGB
CMYK
RGB Variations
Color information
#6F598D (or 0x6F598D) is known color: Butterfly Bush. HEX triplet: 6F, 59 and 8D. RGB value is (111,89,141). Sum of RGB (Red+Green+Blue) = 111+89+141=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F598D is #90A672. Grayscale: #656565. Windows color (decimal): -9479795 or 9263471. OLE color: 9263471.
HSL color Cylindrical-coordinate representation of color #6F598D: hue angle of 265.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F598D is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 89 | 141 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.45 |
| HSL | 265.38º | 0.23% | 0.45% | - |
| HSV(B) | 265.38º | 0.37% | 0.55% | - |
| XYZ | 14.94 | 12.45 | 26.81 | - |
| YUV | 101.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 141 | 0.21 | 0.37 | 0 | 0.45 | 265.38 | 0.23 | 0.45 |
| Hex | 6F | 59 | 8D | 15 | 25 | 0 | 2D | 109 | 17 | 2D |
| Octal | 157 | 131 | 215 | 25 | 45 | 0 | 55 | 411 | 27 | 55 |
| Binary | 1101111 | 1011001 | 10001101 | 10101 | 100101 | 0 | 101101 | 100001001 | 10111 | 101101 |
Color Harmonies of #6F598D
Complementary color
Monochromatic Colors of #6F598D
Black with #6F598D
Text Example
Text Example
White with #6F598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F598D; }
p { color: rgb(111,89,141); }
H1.HeaderClassName
{
color: #6F598D;
}
.AnyTagClassName
{
color: #6F598D;
}
</style>
background-color css
<style>
a { background-color: #6F598D; }
a { background-color: rgb(111,89,141); }
div.DivClassName
{
background-color: #6F598D;
}
.BgClassName
{
background-color: #6F598D;
}
</style>
border-color css
<style>
span { border-color: #6F598D; }
span { border-color: rgb(111,89,141); }
td.TdClassName
{
border-color: #6F598D;
}
.TagClassName
{
border-color: #6F598D;
}
</style>