Shades of Butterfly Bush #6F588B
Tints of Butterfly Bush #6F588B
RGB
CMYK
RGB Variations
Color information
#6F588B (or 0x6F588B) is known color: Butterfly Bush. HEX triplet: 6F, 58 and 8B. RGB value is (111,88,139). Sum of RGB (Red+Green+Blue) = 111+88+139=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F588B is #90A774. Grayscale: #646464. Windows color (decimal): -9480053 or 9132143. OLE color: 9132143.
HSL color Cylindrical-coordinate representation of color #6F588B: hue angle of 267.06º degrees, saturation: 0.22, 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 #6F588B is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 88 | 139 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.45 |
| HSL | 267.06º | 0.22% | 0.45% | - |
| HSV(B) | 267.06º | 0.37% | 0.55% | - |
| XYZ | 14.71 | 12.22 | 26.01 | - |
| YUV | 100.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 139 | 0.20 | 0.37 | 0 | 0.45 | 267.06 | 0.22 | 0.45 |
| Hex | 6F | 58 | 8B | 14 | 25 | 0 | 2D | 10B | 16 | 2D |
| Octal | 157 | 130 | 213 | 24 | 45 | 0 | 55 | 413 | 26 | 55 |
| Binary | 1101111 | 1011000 | 10001011 | 10100 | 100101 | 0 | 101101 | 100001011 | 10110 | 101101 |
Color Harmonies of #6F588B
Complementary color
Monochromatic Colors of #6F588B
Black with #6F588B
Text Example
Text Example
White with #6F588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F588B; }
p { color: rgb(111,88,139); }
H1.HeaderClassName
{
color: #6F588B;
}
.AnyTagClassName
{
color: #6F588B;
}
</style>
background-color css
<style>
a { background-color: #6F588B; }
a { background-color: rgb(111,88,139); }
div.DivClassName
{
background-color: #6F588B;
}
.BgClassName
{
background-color: #6F588B;
}
</style>
border-color css
<style>
span { border-color: #6F588B; }
span { border-color: rgb(111,88,139); }
td.TdClassName
{
border-color: #6F588B;
}
.TagClassName
{
border-color: #6F588B;
}
</style>