Shades of Butterfly Bush #68578A
Tints of Butterfly Bush #68578A
RGB
CMYK
RGB Variations
Color information
#68578A (or 0x68578A) is known color: Butterfly Bush. HEX triplet: 68, 57 and 8A. RGB value is (104,87,138). Sum of RGB (Red+Green+Blue) = 104+87+138=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #68578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68578A is #97A875. Grayscale: #616161. Windows color (decimal): -9939062 or 9066344. OLE color: 9066344.
HSL color Cylindrical-coordinate representation of color #68578A: hue angle of 260º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68578A is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 87 | 138 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.46 |
| HSL | 260º | 0.23% | 0.44% | - |
| HSV(B) | 260º | 0.37% | 0.54% | - |
| XYZ | 13.7 | 11.59 | 25.56 | - |
| YUV | 97.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 138 | 0.25 | 0.37 | 0 | 0.46 | 260 | 0.23 | 0.44 |
| Hex | 68 | 57 | 8A | 19 | 25 | 0 | 2E | 104 | 17 | 2C |
| Octal | 150 | 127 | 212 | 31 | 45 | 0 | 56 | 404 | 27 | 54 |
| Binary | 1101000 | 1010111 | 10001010 | 11001 | 100101 | 0 | 101110 | 100000100 | 10111 | 101100 |
Color Harmonies of #68578A
Complementary color
Monochromatic Colors of #68578A
Black with #68578A
Text Example
Text Example
White with #68578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68578A; }
p { color: rgb(104,87,138); }
H1.HeaderClassName
{
color: #68578A;
}
.AnyTagClassName
{
color: #68578A;
}
</style>
background-color css
<style>
a { background-color: #68578A; }
a { background-color: rgb(104,87,138); }
div.DivClassName
{
background-color: #68578A;
}
.BgClassName
{
background-color: #68578A;
}
</style>
border-color css
<style>
span { border-color: #68578A; }
span { border-color: rgb(104,87,138); }
td.TdClassName
{
border-color: #68578A;
}
.TagClassName
{
border-color: #68578A;
}
</style>