Shades of Butterfly Bush #68558D
Tints of Butterfly Bush #68558D
RGB
CMYK
RGB Variations
Color information
#68558D (or 0x68558D) is known color: Butterfly Bush. HEX triplet: 68, 55 and 8D. RGB value is (104,85,141). Sum of RGB (Red+Green+Blue) = 104+85+141=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #68558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68558D is #97AA72. Grayscale: #606060. Windows color (decimal): -9939571 or 9262440. OLE color: 9262440.
HSL color Cylindrical-coordinate representation of color #68558D: hue angle of 260.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68558D is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 85 | 141 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.45 |
| HSL | 260.36º | 0.25% | 0.44% | - |
| HSV(B) | 260.36º | 0.4% | 0.55% | - |
| XYZ | 13.77 | 11.36 | 26.67 | - |
| YUV | 97.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 141 | 0.26 | 0.40 | 0 | 0.45 | 260.36 | 0.25 | 0.44 |
| Hex | 68 | 55 | 8D | 1A | 28 | 0 | 2D | 104 | 19 | 2C |
| Octal | 150 | 125 | 215 | 32 | 50 | 0 | 55 | 404 | 31 | 54 |
| Binary | 1101000 | 1010101 | 10001101 | 11010 | 101000 | 0 | 101101 | 100000100 | 11001 | 101100 |
Color Harmonies of #68558D
Complementary color
Monochromatic Colors of #68558D
Black with #68558D
Text Example
Text Example
White with #68558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68558D; }
p { color: rgb(104,85,141); }
H1.HeaderClassName
{
color: #68558D;
}
.AnyTagClassName
{
color: #68558D;
}
</style>
background-color css
<style>
a { background-color: #68558D; }
a { background-color: rgb(104,85,141); }
div.DivClassName
{
background-color: #68558D;
}
.BgClassName
{
background-color: #68558D;
}
</style>
border-color css
<style>
span { border-color: #68558D; }
span { border-color: rgb(104,85,141); }
td.TdClassName
{
border-color: #68558D;
}
.TagClassName
{
border-color: #68558D;
}
</style>