Shades of Butterfly Bush #6C539A
Tints of Butterfly Bush #6C539A
RGB
CMYK
RGB Variations
Color information
#6C539A (or 0x6C539A) is known color: Butterfly Bush. HEX triplet: 6C, 53 and 9A. RGB value is (108,83,154). Sum of RGB (Red+Green+Blue) = 108+83+154=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C539A is #93AC65. Grayscale: #626262. Windows color (decimal): -9677926 or 10113900. OLE color: 10113900.
HSL color Cylindrical-coordinate representation of color #6C539A: hue angle of 261.13º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C539A is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 83 | 154 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.40 |
| HSL | 261.13º | 0.3% | 0.46% | - |
| HSV(B) | 261.13º | 0.46% | 0.6% | - |
| XYZ | 15.11 | 11.71 | 32.04 | - |
| YUV | 98.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 154 | 0.30 | 0.46 | 0 | 0.40 | 261.13 | 0.3 | 0.46 |
| Hex | 6C | 53 | 9A | 1E | 2E | 0 | 28 | 105 | 1E | 2E |
| Octal | 154 | 123 | 232 | 36 | 56 | 0 | 50 | 405 | 36 | 56 |
| Binary | 1101100 | 1010011 | 10011010 | 11110 | 101110 | 0 | 101000 | 100000101 | 11110 | 101110 |
Color Harmonies of #6C539A
Complementary color
Monochromatic Colors of #6C539A
Black with #6C539A
Text Example
Text Example
White with #6C539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C539A; }
p { color: rgb(108,83,154); }
H1.HeaderClassName
{
color: #6C539A;
}
.AnyTagClassName
{
color: #6C539A;
}
</style>
background-color css
<style>
a { background-color: #6C539A; }
a { background-color: rgb(108,83,154); }
div.DivClassName
{
background-color: #6C539A;
}
.BgClassName
{
background-color: #6C539A;
}
</style>
border-color css
<style>
span { border-color: #6C539A; }
span { border-color: rgb(108,83,154); }
td.TdClassName
{
border-color: #6C539A;
}
.TagClassName
{
border-color: #6C539A;
}
</style>