Shades of Butterfly Bush #6C5095
Tints of Butterfly Bush #6C5095
RGB
CMYK
RGB Variations
Color information
#6C5095 (or 0x6C5095) is known color: Butterfly Bush. HEX triplet: 6C, 50 and 95. RGB value is (108,80,149). Sum of RGB (Red+Green+Blue) = 108+80+149=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C5095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5095 is #93AF6A. Grayscale: #5F5F5F. Windows color (decimal): -9678699 or 9785452. OLE color: 9785452.
HSL color Cylindrical-coordinate representation of color #6C5095: hue angle of 264.35º 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 #6C5095 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 80 | 149 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.42 |
| HSL | 264.35º | 0.3% | 0.45% | - |
| HSV(B) | 264.35º | 0.46% | 0.58% | - |
| XYZ | 14.48 | 11.1 | 29.81 | - |
| YUV | 96.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 80 | 149 | 0.28 | 0.46 | 0 | 0.42 | 264.35 | 0.3 | 0.45 |
| Hex | 6C | 50 | 95 | 1C | 2E | 0 | 2A | 108 | 1E | 2D |
| Octal | 154 | 120 | 225 | 34 | 56 | 0 | 52 | 410 | 36 | 55 |
| Binary | 1101100 | 1010000 | 10010101 | 11100 | 101110 | 0 | 101010 | 100001000 | 11110 | 101101 |
Color Harmonies of #6C5095
Complementary color
Monochromatic Colors of #6C5095
Black with #6C5095
Text Example
Text Example
White with #6C5095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5095; }
p { color: rgb(108,80,149); }
H1.HeaderClassName
{
color: #6C5095;
}
.AnyTagClassName
{
color: #6C5095;
}
</style>
background-color css
<style>
a { background-color: #6C5095; }
a { background-color: rgb(108,80,149); }
div.DivClassName
{
background-color: #6C5095;
}
.BgClassName
{
background-color: #6C5095;
}
</style>
border-color css
<style>
span { border-color: #6C5095; }
span { border-color: rgb(108,80,149); }
td.TdClassName
{
border-color: #6C5095;
}
.TagClassName
{
border-color: #6C5095;
}
</style>