Shades of Butterfly Bush #6B589A
Tints of Butterfly Bush #6B589A
RGB
CMYK
RGB Variations
Color information
#6B589A (or 0x6B589A) is known color: Butterfly Bush. HEX triplet: 6B, 58 and 9A. RGB value is (107,88,154). Sum of RGB (Red+Green+Blue) = 107+88+154=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B589A is #94A765. Grayscale: #646464. Windows color (decimal): -9742182 or 10115179. OLE color: 10115179.
HSL color Cylindrical-coordinate representation of color #6B589A: hue angle of 257.27º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B589A is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 88 | 154 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.40 |
| HSL | 257.27º | 0.27% | 0.47% | - |
| HSV(B) | 257.27º | 0.43% | 0.6% | - |
| XYZ | 15.39 | 12.44 | 32.16 | - |
| YUV | 101.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 154 | 0.31 | 0.43 | 0 | 0.40 | 257.27 | 0.27 | 0.47 |
| Hex | 6B | 58 | 9A | 1F | 2B | 0 | 28 | 101 | 1B | 2F |
| Octal | 153 | 130 | 232 | 37 | 53 | 0 | 50 | 401 | 33 | 57 |
| Binary | 1101011 | 1011000 | 10011010 | 11111 | 101011 | 0 | 101000 | 100000001 | 11011 | 101111 |
Color Harmonies of #6B589A
Complementary color
Monochromatic Colors of #6B589A
Black with #6B589A
Text Example
Text Example
White with #6B589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B589A; }
p { color: rgb(107,88,154); }
H1.HeaderClassName
{
color: #6B589A;
}
.AnyTagClassName
{
color: #6B589A;
}
</style>
background-color css
<style>
a { background-color: #6B589A; }
a { background-color: rgb(107,88,154); }
div.DivClassName
{
background-color: #6B589A;
}
.BgClassName
{
background-color: #6B589A;
}
</style>
border-color css
<style>
span { border-color: #6B589A; }
span { border-color: rgb(107,88,154); }
td.TdClassName
{
border-color: #6B589A;
}
.TagClassName
{
border-color: #6B589A;
}
</style>