Shades of Butterfly Bush #6C538B
Tints of Butterfly Bush #6C538B
RGB
CMYK
RGB Variations
Color information
#6C538B (or 0x6C538B) is known color: Butterfly Bush. HEX triplet: 6C, 53 and 8B. RGB value is (108,83,139). Sum of RGB (Red+Green+Blue) = 108+83+139=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C538B is #93AC74. Grayscale: #606060. Windows color (decimal): -9677941 or 9130860. OLE color: 9130860.
HSL color Cylindrical-coordinate representation of color #6C538B: hue angle of 266.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C538B is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 83 | 139 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.45 |
| HSL | 266.79º | 0.25% | 0.44% | - |
| HSV(B) | 266.79º | 0.4% | 0.55% | - |
| XYZ | 13.94 | 11.24 | 25.86 | - |
| YUV | 96.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 139 | 0.22 | 0.40 | 0 | 0.45 | 266.79 | 0.25 | 0.44 |
| Hex | 6C | 53 | 8B | 16 | 28 | 0 | 2D | 10B | 19 | 2C |
| Octal | 154 | 123 | 213 | 26 | 50 | 0 | 55 | 413 | 31 | 54 |
| Binary | 1101100 | 1010011 | 10001011 | 10110 | 101000 | 0 | 101101 | 100001011 | 11001 | 101100 |
Color Harmonies of #6C538B
Complementary color
Monochromatic Colors of #6C538B
Black with #6C538B
Text Example
Text Example
White with #6C538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C538B; }
p { color: rgb(108,83,139); }
H1.HeaderClassName
{
color: #6C538B;
}
.AnyTagClassName
{
color: #6C538B;
}
</style>
background-color css
<style>
a { background-color: #6C538B; }
a { background-color: rgb(108,83,139); }
div.DivClassName
{
background-color: #6C538B;
}
.BgClassName
{
background-color: #6C538B;
}
</style>
border-color css
<style>
span { border-color: #6C538B; }
span { border-color: rgb(108,83,139); }
td.TdClassName
{
border-color: #6C538B;
}
.TagClassName
{
border-color: #6C538B;
}
</style>