Shades of Butterfly Bush #6C559A
Tints of Butterfly Bush #6C559A
RGB
CMYK
RGB Variations
Color information
#6C559A (or 0x6C559A) is known color: Butterfly Bush. HEX triplet: 6C, 55 and 9A. RGB value is (108,85,154). Sum of RGB (Red+Green+Blue) = 108+85+154=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C559A is #93AA65. Grayscale: #636363. Windows color (decimal): -9677414 or 10114412. OLE color: 10114412.
HSL color Cylindrical-coordinate representation of color #6C559A: hue angle of 260º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C559A is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 85 | 154 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.40 |
| HSL | 260º | 0.29% | 0.47% | - |
| HSV(B) | 260º | 0.45% | 0.6% | - |
| XYZ | 15.27 | 12.02 | 32.09 | - |
| YUV | 99.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 154 | 0.30 | 0.45 | 0 | 0.40 | 260 | 0.29 | 0.47 |
| Hex | 6C | 55 | 9A | 1E | 2D | 0 | 28 | 104 | 1D | 2F |
| Octal | 154 | 125 | 232 | 36 | 55 | 0 | 50 | 404 | 35 | 57 |
| Binary | 1101100 | 1010101 | 10011010 | 11110 | 101101 | 0 | 101000 | 100000100 | 11101 | 101111 |
Color Harmonies of #6C559A
Complementary color
Monochromatic Colors of #6C559A
Black with #6C559A
Text Example
Text Example
White with #6C559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C559A; }
p { color: rgb(108,85,154); }
H1.HeaderClassName
{
color: #6C559A;
}
.AnyTagClassName
{
color: #6C559A;
}
</style>
background-color css
<style>
a { background-color: #6C559A; }
a { background-color: rgb(108,85,154); }
div.DivClassName
{
background-color: #6C559A;
}
.BgClassName
{
background-color: #6C559A;
}
</style>
border-color css
<style>
span { border-color: #6C559A; }
span { border-color: rgb(108,85,154); }
td.TdClassName
{
border-color: #6C559A;
}
.TagClassName
{
border-color: #6C559A;
}
</style>