Shades of Butterfly Bush #68578C
Tints of Butterfly Bush #68578C
RGB
CMYK
RGB Variations
Color information
#68578C (or 0x68578C) is known color: Butterfly Bush. HEX triplet: 68, 57 and 8C. RGB value is (104,87,140). Sum of RGB (Red+Green+Blue) = 104+87+140=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #68578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68578C is #97A873. Grayscale: #616161. Windows color (decimal): -9939060 or 9197416. OLE color: 9197416.
HSL color Cylindrical-coordinate representation of color #68578C: hue angle of 259.25º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68578C is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 87 | 140 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.45 |
| HSL | 259.25º | 0.23% | 0.45% | - |
| HSV(B) | 259.25º | 0.38% | 0.55% | - |
| XYZ | 13.85 | 11.65 | 26.33 | - |
| YUV | 98.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 140 | 0.26 | 0.38 | 0 | 0.45 | 259.25 | 0.23 | 0.45 |
| Hex | 68 | 57 | 8C | 1A | 26 | 0 | 2D | 103 | 17 | 2D |
| Octal | 150 | 127 | 214 | 32 | 46 | 0 | 55 | 403 | 27 | 55 |
| Binary | 1101000 | 1010111 | 10001100 | 11010 | 100110 | 0 | 101101 | 100000011 | 10111 | 101101 |
Color Harmonies of #68578C
Complementary color
Monochromatic Colors of #68578C
Black with #68578C
Text Example
Text Example
White with #68578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68578C; }
p { color: rgb(104,87,140); }
H1.HeaderClassName
{
color: #68578C;
}
.AnyTagClassName
{
color: #68578C;
}
</style>
background-color css
<style>
a { background-color: #68578C; }
a { background-color: rgb(104,87,140); }
div.DivClassName
{
background-color: #68578C;
}
.BgClassName
{
background-color: #68578C;
}
</style>
border-color css
<style>
span { border-color: #68578C; }
span { border-color: rgb(104,87,140); }
td.TdClassName
{
border-color: #68578C;
}
.TagClassName
{
border-color: #68578C;
}
</style>