Shades of Butterfly Bush #68568D
Tints of Butterfly Bush #68568D
RGB
CMYK
RGB Variations
Color information
#68568D (or 0x68568D) is known color: Butterfly Bush. HEX triplet: 68, 56 and 8D. RGB value is (104,86,141). Sum of RGB (Red+Green+Blue) = 104+86+141=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #68568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68568D is #97A972. Grayscale: #616161. Windows color (decimal): -9939315 or 9262696. OLE color: 9262696.
HSL color Cylindrical-coordinate representation of color #68568D: hue angle of 259.64º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68568D is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 86 | 141 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.45 |
| HSL | 259.64º | 0.24% | 0.45% | - |
| HSV(B) | 259.64º | 0.39% | 0.55% | - |
| XYZ | 13.84 | 11.52 | 26.69 | - |
| YUV | 97.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 141 | 0.26 | 0.39 | 0 | 0.45 | 259.64 | 0.24 | 0.45 |
| Hex | 68 | 56 | 8D | 1A | 27 | 0 | 2D | 104 | 18 | 2D |
| Octal | 150 | 126 | 215 | 32 | 47 | 0 | 55 | 404 | 30 | 55 |
| Binary | 1101000 | 1010110 | 10001101 | 11010 | 100111 | 0 | 101101 | 100000100 | 11000 | 101101 |
Color Harmonies of #68568D
Complementary color
Monochromatic Colors of #68568D
Black with #68568D
Text Example
Text Example
White with #68568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68568D; }
p { color: rgb(104,86,141); }
H1.HeaderClassName
{
color: #68568D;
}
.AnyTagClassName
{
color: #68568D;
}
</style>
background-color css
<style>
a { background-color: #68568D; }
a { background-color: rgb(104,86,141); }
div.DivClassName
{
background-color: #68568D;
}
.BgClassName
{
background-color: #68568D;
}
</style>
border-color css
<style>
span { border-color: #68568D; }
span { border-color: rgb(104,86,141); }
td.TdClassName
{
border-color: #68568D;
}
.TagClassName
{
border-color: #68568D;
}
</style>