Shades of Butterfly Bush #68578B
Tints of Butterfly Bush #68578B
RGB
CMYK
RGB Variations
Color information
#68578B (or 0x68578B) is known color: Butterfly Bush. HEX triplet: 68, 57 and 8B. RGB value is (104,87,139). Sum of RGB (Red+Green+Blue) = 104+87+139=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #68578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68578B is #97A874. Grayscale: #616161. Windows color (decimal): -9939061 or 9131880. OLE color: 9131880.
HSL color Cylindrical-coordinate representation of color #68578B: hue angle of 259.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68578B is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 87 | 139 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.45 |
| HSL | 259.62º | 0.23% | 0.44% | - |
| HSV(B) | 259.62º | 0.37% | 0.55% | - |
| XYZ | 13.78 | 11.62 | 25.94 | - |
| YUV | 98.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 139 | 0.25 | 0.37 | 0 | 0.45 | 259.62 | 0.23 | 0.44 |
| Hex | 68 | 57 | 8B | 19 | 25 | 0 | 2D | 104 | 17 | 2C |
| Octal | 150 | 127 | 213 | 31 | 45 | 0 | 55 | 404 | 27 | 54 |
| Binary | 1101000 | 1010111 | 10001011 | 11001 | 100101 | 0 | 101101 | 100000100 | 10111 | 101100 |
Color Harmonies of #68578B
Complementary color
Monochromatic Colors of #68578B
Black with #68578B
Text Example
Text Example
White with #68578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68578B; }
p { color: rgb(104,87,139); }
H1.HeaderClassName
{
color: #68578B;
}
.AnyTagClassName
{
color: #68578B;
}
</style>
background-color css
<style>
a { background-color: #68578B; }
a { background-color: rgb(104,87,139); }
div.DivClassName
{
background-color: #68578B;
}
.BgClassName
{
background-color: #68578B;
}
</style>
border-color css
<style>
span { border-color: #68578B; }
span { border-color: rgb(104,87,139); }
td.TdClassName
{
border-color: #68578B;
}
.TagClassName
{
border-color: #68578B;
}
</style>