Shades of Butterfly Bush #6C5882
Tints of Butterfly Bush #6C5882
RGB
CMYK
RGB Variations
Color information
#6C5882 (or 0x6C5882) is known color: Butterfly Bush. HEX triplet: 6C, 58 and 82. RGB value is (108,88,130). Sum of RGB (Red+Green+Blue) = 108+88+130=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C5882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5882 is #93A77D. Grayscale: #626262. Windows color (decimal): -9676670 or 8542316. OLE color: 8542316.
HSL color Cylindrical-coordinate representation of color #6C5882: hue angle of 268.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C5882 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 88 | 130 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.49 |
| HSL | 268.57º | 0.19% | 0.43% | - |
| HSV(B) | 268.57º | 0.32% | 0.51% | - |
| XYZ | 13.7 | 11.78 | 22.67 | - |
| YUV | 98.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 130 | 0.17 | 0.32 | 0 | 0.49 | 268.57 | 0.19 | 0.43 |
| Hex | 6C | 58 | 82 | 11 | 20 | 0 | 31 | 10D | 13 | 2B |
| Octal | 154 | 130 | 202 | 21 | 40 | 0 | 61 | 415 | 23 | 53 |
| Binary | 1101100 | 1011000 | 10000010 | 10001 | 100000 | 0 | 110001 | 100001101 | 10011 | 101011 |
Color Harmonies of #6C5882
Complementary color
Monochromatic Colors of #6C5882
Black with #6C5882
Text Example
Text Example
White with #6C5882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5882; }
p { color: rgb(108,88,130); }
H1.HeaderClassName
{
color: #6C5882;
}
.AnyTagClassName
{
color: #6C5882;
}
</style>
background-color css
<style>
a { background-color: #6C5882; }
a { background-color: rgb(108,88,130); }
div.DivClassName
{
background-color: #6C5882;
}
.BgClassName
{
background-color: #6C5882;
}
</style>
border-color css
<style>
span { border-color: #6C5882; }
span { border-color: rgb(108,88,130); }
td.TdClassName
{
border-color: #6C5882;
}
.TagClassName
{
border-color: #6C5882;
}
</style>