Shades of Butterfly Bush #6C558A
Tints of Butterfly Bush #6C558A
RGB
CMYK
RGB Variations
Color information
#6C558A (or 0x6C558A) is known color: Butterfly Bush. HEX triplet: 6C, 55 and 8A. RGB value is (108,85,138). Sum of RGB (Red+Green+Blue) = 108+85+138=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C558A is #93AA75. Grayscale: #616161. Windows color (decimal): -9677430 or 9065836. OLE color: 9065836.
HSL color Cylindrical-coordinate representation of color #6C558A: hue angle of 266.04º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C558A is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 85 | 138 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.46 |
| HSL | 266.04º | 0.24% | 0.44% | - |
| HSV(B) | 266.04º | 0.38% | 0.54% | - |
| XYZ | 14.02 | 11.52 | 25.53 | - |
| YUV | 97.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 138 | 0.22 | 0.38 | 0 | 0.46 | 266.04 | 0.24 | 0.44 |
| Hex | 6C | 55 | 8A | 16 | 26 | 0 | 2E | 10A | 18 | 2C |
| Octal | 154 | 125 | 212 | 26 | 46 | 0 | 56 | 412 | 30 | 54 |
| Binary | 1101100 | 1010101 | 10001010 | 10110 | 100110 | 0 | 101110 | 100001010 | 11000 | 101100 |
Color Harmonies of #6C558A
Complementary color
Monochromatic Colors of #6C558A
Black with #6C558A
Text Example
Text Example
White with #6C558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C558A; }
p { color: rgb(108,85,138); }
H1.HeaderClassName
{
color: #6C558A;
}
.AnyTagClassName
{
color: #6C558A;
}
</style>
background-color css
<style>
a { background-color: #6C558A; }
a { background-color: rgb(108,85,138); }
div.DivClassName
{
background-color: #6C558A;
}
.BgClassName
{
background-color: #6C558A;
}
</style>
border-color css
<style>
span { border-color: #6C558A; }
span { border-color: rgb(108,85,138); }
td.TdClassName
{
border-color: #6C558A;
}
.TagClassName
{
border-color: #6C558A;
}
</style>