Shades of Butterfly Bush #6C5093
Tints of Butterfly Bush #6C5093
RGB
CMYK
RGB Variations
Color information
#6C5093 (or 0x6C5093) is known color: Butterfly Bush. HEX triplet: 6C, 50 and 93. RGB value is (108,80,147). Sum of RGB (Red+Green+Blue) = 108+80+147=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C5093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5093 is #93AF6C. Grayscale: #5F5F5F. Windows color (decimal): -9678701 or 9654380. OLE color: 9654380.
HSL color Cylindrical-coordinate representation of color #6C5093: hue angle of 265.07º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C5093 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 80 | 147 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.42 |
| HSL | 265.07º | 0.3% | 0.45% | - |
| HSV(B) | 265.07º | 0.46% | 0.58% | - |
| XYZ | 14.32 | 11.03 | 28.98 | - |
| YUV | 96.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 80 | 147 | 0.27 | 0.46 | 0 | 0.42 | 265.07 | 0.3 | 0.45 |
| Hex | 6C | 50 | 93 | 1B | 2E | 0 | 2A | 109 | 1E | 2D |
| Octal | 154 | 120 | 223 | 33 | 56 | 0 | 52 | 411 | 36 | 55 |
| Binary | 1101100 | 1010000 | 10010011 | 11011 | 101110 | 0 | 101010 | 100001001 | 11110 | 101101 |
Color Harmonies of #6C5093
Complementary color
Monochromatic Colors of #6C5093
Black with #6C5093
Text Example
Text Example
White with #6C5093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5093; }
p { color: rgb(108,80,147); }
H1.HeaderClassName
{
color: #6C5093;
}
.AnyTagClassName
{
color: #6C5093;
}
</style>
background-color css
<style>
a { background-color: #6C5093; }
a { background-color: rgb(108,80,147); }
div.DivClassName
{
background-color: #6C5093;
}
.BgClassName
{
background-color: #6C5093;
}
</style>
border-color css
<style>
span { border-color: #6C5093; }
span { border-color: rgb(108,80,147); }
td.TdClassName
{
border-color: #6C5093;
}
.TagClassName
{
border-color: #6C5093;
}
</style>