Shades of Butterfly Bush #6C5890
Tints of Butterfly Bush #6C5890
RGB
CMYK
RGB Variations
Color information
#6C5890 (or 0x6C5890) is known color: Butterfly Bush. HEX triplet: 6C, 58 and 90. RGB value is (108,88,144). Sum of RGB (Red+Green+Blue) = 108+88+144=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C5890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5890 is #93A76F. Grayscale: #646464. Windows color (decimal): -9676656 or 9459820. OLE color: 9459820.
HSL color Cylindrical-coordinate representation of color #6C5890: hue angle of 261.43º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C5890 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 88 | 144 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.44 |
| HSL | 261.43º | 0.24% | 0.45% | - |
| HSV(B) | 261.43º | 0.39% | 0.56% | - |
| XYZ | 14.71 | 12.18 | 27.96 | - |
| YUV | 100.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 144 | 0.25 | 0.39 | 0 | 0.44 | 261.43 | 0.24 | 0.45 |
| Hex | 6C | 58 | 90 | 19 | 27 | 0 | 2C | 105 | 18 | 2D |
| Octal | 154 | 130 | 220 | 31 | 47 | 0 | 54 | 405 | 30 | 55 |
| Binary | 1101100 | 1011000 | 10010000 | 11001 | 100111 | 0 | 101100 | 100000101 | 11000 | 101101 |
Color Harmonies of #6C5890
Complementary color
Monochromatic Colors of #6C5890
Black with #6C5890
Text Example
Text Example
White with #6C5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5890; }
p { color: rgb(108,88,144); }
H1.HeaderClassName
{
color: #6C5890;
}
.AnyTagClassName
{
color: #6C5890;
}
</style>
background-color css
<style>
a { background-color: #6C5890; }
a { background-color: rgb(108,88,144); }
div.DivClassName
{
background-color: #6C5890;
}
.BgClassName
{
background-color: #6C5890;
}
</style>
border-color css
<style>
span { border-color: #6C5890; }
span { border-color: rgb(108,88,144); }
td.TdClassName
{
border-color: #6C5890;
}
.TagClassName
{
border-color: #6C5890;
}
</style>