Shades of Butterfly Bush #6E588C
Tints of Butterfly Bush #6E588C
RGB
CMYK
RGB Variations
Color information
#6E588C (or 0x6E588C) is known color: Butterfly Bush. HEX triplet: 6E, 58 and 8C. RGB value is (110,88,140). Sum of RGB (Red+Green+Blue) = 110+88+140=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E588C is #91A773. Grayscale: #646464. Windows color (decimal): -9545588 or 9197678. OLE color: 9197678.
HSL color Cylindrical-coordinate representation of color #6E588C: hue angle of 265.38º degrees, saturation: 0.23, 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 #6E588C is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 88 | 140 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.45 |
| HSL | 265.38º | 0.23% | 0.45% | - |
| HSV(B) | 265.38º | 0.37% | 0.55% | - |
| XYZ | 14.65 | 12.19 | 26.39 | - |
| YUV | 100.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 140 | 0.21 | 0.37 | 0 | 0.45 | 265.38 | 0.23 | 0.45 |
| Hex | 6E | 58 | 8C | 15 | 25 | 0 | 2D | 109 | 17 | 2D |
| Octal | 156 | 130 | 214 | 25 | 45 | 0 | 55 | 411 | 27 | 55 |
| Binary | 1101110 | 1011000 | 10001100 | 10101 | 100101 | 0 | 101101 | 100001001 | 10111 | 101101 |
Color Harmonies of #6E588C
Complementary color
Monochromatic Colors of #6E588C
Black with #6E588C
Text Example
Text Example
White with #6E588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E588C; }
p { color: rgb(110,88,140); }
H1.HeaderClassName
{
color: #6E588C;
}
.AnyTagClassName
{
color: #6E588C;
}
</style>
background-color css
<style>
a { background-color: #6E588C; }
a { background-color: rgb(110,88,140); }
div.DivClassName
{
background-color: #6E588C;
}
.BgClassName
{
background-color: #6E588C;
}
</style>
border-color css
<style>
span { border-color: #6E588C; }
span { border-color: rgb(110,88,140); }
td.TdClassName
{
border-color: #6E588C;
}
.TagClassName
{
border-color: #6E588C;
}
</style>