Shades of Butterfly Bush #6B588B
Tints of Butterfly Bush #6B588B
RGB
CMYK
RGB Variations
Color information
#6B588B (or 0x6B588B) is known color: Butterfly Bush. HEX triplet: 6B, 58 and 8B. RGB value is (107,88,139). Sum of RGB (Red+Green+Blue) = 107+88+139=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B588B is #94A774. Grayscale: #636363. Windows color (decimal): -9742197 or 9132139. OLE color: 9132139.
HSL color Cylindrical-coordinate representation of color #6B588B: hue angle of 262.35º 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 #6B588B is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 88 | 139 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.45 |
| HSL | 262.35º | 0.22% | 0.45% | - |
| HSV(B) | 262.35º | 0.37% | 0.55% | - |
| XYZ | 14.21 | 11.97 | 25.99 | - |
| YUV | 99.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 139 | 0.23 | 0.37 | 0 | 0.45 | 262.35 | 0.22 | 0.45 |
| Hex | 6B | 58 | 8B | 17 | 25 | 0 | 2D | 106 | 16 | 2D |
| Octal | 153 | 130 | 213 | 27 | 45 | 0 | 55 | 406 | 26 | 55 |
| Binary | 1101011 | 1011000 | 10001011 | 10111 | 100101 | 0 | 101101 | 100000110 | 10110 | 101101 |
Color Harmonies of #6B588B
Complementary color
Monochromatic Colors of #6B588B
Black with #6B588B
Text Example
Text Example
White with #6B588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B588B; }
p { color: rgb(107,88,139); }
H1.HeaderClassName
{
color: #6B588B;
}
.AnyTagClassName
{
color: #6B588B;
}
</style>
background-color css
<style>
a { background-color: #6B588B; }
a { background-color: rgb(107,88,139); }
div.DivClassName
{
background-color: #6B588B;
}
.BgClassName
{
background-color: #6B588B;
}
</style>
border-color css
<style>
span { border-color: #6B588B; }
span { border-color: rgb(107,88,139); }
td.TdClassName
{
border-color: #6B588B;
}
.TagClassName
{
border-color: #6B588B;
}
</style>