Shades of Butterfly Bush #68578E
Tints of Butterfly Bush #68578E
RGB
CMYK
RGB Variations
Color information
#68578E (or 0x68578E) is known color: Butterfly Bush. HEX triplet: 68, 57 and 8E. RGB value is (104,87,142). Sum of RGB (Red+Green+Blue) = 104+87+142=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #68578E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68578E is #97A871. Grayscale: #626262. Windows color (decimal): -9939058 or 9328488. OLE color: 9328488.
HSL color Cylindrical-coordinate representation of color #68578E: hue angle of 258.55º 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 #68578E is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 87 | 142 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.44 |
| HSL | 258.55º | 0.24% | 0.45% | - |
| HSV(B) | 258.55º | 0.39% | 0.56% | - |
| XYZ | 14 | 11.71 | 27.11 | - |
| YUV | 98.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 142 | 0.27 | 0.39 | 0 | 0.44 | 258.55 | 0.24 | 0.45 |
| Hex | 68 | 57 | 8E | 1B | 27 | 0 | 2C | 103 | 18 | 2D |
| Octal | 150 | 127 | 216 | 33 | 47 | 0 | 54 | 403 | 30 | 55 |
| Binary | 1101000 | 1010111 | 10001110 | 11011 | 100111 | 0 | 101100 | 100000011 | 11000 | 101101 |
Color Harmonies of #68578E
Complementary color
Monochromatic Colors of #68578E
Black with #68578E
Text Example
Text Example
White with #68578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68578E; }
p { color: rgb(104,87,142); }
H1.HeaderClassName
{
color: #68578E;
}
.AnyTagClassName
{
color: #68578E;
}
</style>
background-color css
<style>
a { background-color: #68578E; }
a { background-color: rgb(104,87,142); }
div.DivClassName
{
background-color: #68578E;
}
.BgClassName
{
background-color: #68578E;
}
</style>
border-color css
<style>
span { border-color: #68578E; }
span { border-color: rgb(104,87,142); }
td.TdClassName
{
border-color: #68578E;
}
.TagClassName
{
border-color: #68578E;
}
</style>