Shades of Butterfly Bush #6F588D
Tints of Butterfly Bush #6F588D
RGB
CMYK
RGB Variations
Color information
#6F588D (or 0x6F588D) is known color: Butterfly Bush. HEX triplet: 6F, 58 and 8D. RGB value is (111,88,141). Sum of RGB (Red+Green+Blue) = 111+88+141=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F588D is #90A772. Grayscale: #646464. Windows color (decimal): -9480051 or 9263215. OLE color: 9263215.
HSL color Cylindrical-coordinate representation of color #6F588D: hue angle of 266.04º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F588D is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 88 | 141 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.45 |
| HSL | 266.04º | 0.23% | 0.45% | - |
| HSV(B) | 266.04º | 0.38% | 0.55% | - |
| XYZ | 14.85 | 12.28 | 26.79 | - |
| YUV | 100.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 141 | 0.21 | 0.38 | 0 | 0.45 | 266.04 | 0.23 | 0.45 |
| Hex | 6F | 58 | 8D | 15 | 26 | 0 | 2D | 10A | 17 | 2D |
| Octal | 157 | 130 | 215 | 25 | 46 | 0 | 55 | 412 | 27 | 55 |
| Binary | 1101111 | 1011000 | 10001101 | 10101 | 100110 | 0 | 101101 | 100001010 | 10111 | 101101 |
Color Harmonies of #6F588D
Complementary color
Monochromatic Colors of #6F588D
Black with #6F588D
Text Example
Text Example
White with #6F588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F588D; }
p { color: rgb(111,88,141); }
H1.HeaderClassName
{
color: #6F588D;
}
.AnyTagClassName
{
color: #6F588D;
}
</style>
background-color css
<style>
a { background-color: #6F588D; }
a { background-color: rgb(111,88,141); }
div.DivClassName
{
background-color: #6F588D;
}
.BgClassName
{
background-color: #6F588D;
}
</style>
border-color css
<style>
span { border-color: #6F588D; }
span { border-color: rgb(111,88,141); }
td.TdClassName
{
border-color: #6F588D;
}
.TagClassName
{
border-color: #6F588D;
}
</style>