Shades of Butterfly Bush #6A5887
Tints of Butterfly Bush #6A5887
RGB
CMYK
RGB Variations
Color information
#6A5887 (or 0x6A5887) is known color: Butterfly Bush. HEX triplet: 6A, 58 and 87. RGB value is (106,88,135). Sum of RGB (Red+Green+Blue) = 106+88+135=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A5887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5887 is #95A778. Grayscale: #626262. Windows color (decimal): -9807737 or 8869994. OLE color: 8869994.
HSL color Cylindrical-coordinate representation of color #6A5887: hue angle of 262.98º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A5887 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 88 | 135 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.47 |
| HSL | 262.98º | 0.21% | 0.44% | - |
| HSV(B) | 262.98º | 0.35% | 0.53% | - |
| XYZ | 13.81 | 11.79 | 24.47 | - |
| YUV | 98.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 88 | 135 | 0.21 | 0.35 | 0 | 0.47 | 262.98 | 0.21 | 0.44 |
| Hex | 6A | 58 | 87 | 15 | 23 | 0 | 2F | 107 | 15 | 2C |
| Octal | 152 | 130 | 207 | 25 | 43 | 0 | 57 | 407 | 25 | 54 |
| Binary | 1101010 | 1011000 | 10000111 | 10101 | 100011 | 0 | 101111 | 100000111 | 10101 | 101100 |
Color Harmonies of #6A5887
Complementary color
Monochromatic Colors of #6A5887
Black with #6A5887
Text Example
Text Example
White with #6A5887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5887; }
p { color: rgb(106,88,135); }
H1.HeaderClassName
{
color: #6A5887;
}
.AnyTagClassName
{
color: #6A5887;
}
</style>
background-color css
<style>
a { background-color: #6A5887; }
a { background-color: rgb(106,88,135); }
div.DivClassName
{
background-color: #6A5887;
}
.BgClassName
{
background-color: #6A5887;
}
</style>
border-color css
<style>
span { border-color: #6A5887; }
span { border-color: rgb(106,88,135); }
td.TdClassName
{
border-color: #6A5887;
}
.TagClassName
{
border-color: #6A5887;
}
</style>