Shades of Butterfly Bush #68588D
Tints of Butterfly Bush #68588D
RGB
CMYK
RGB Variations
Color information
#68588D (or 0x68588D) is known color: Butterfly Bush. HEX triplet: 68, 58 and 8D. RGB value is (104,88,141). Sum of RGB (Red+Green+Blue) = 104+88+141=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #68588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68588D is #97A772. Grayscale: #626262. Windows color (decimal): -9938803 or 9263208. OLE color: 9263208.
HSL color Cylindrical-coordinate representation of color #68588D: hue angle of 258.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68588D is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 88 | 141 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.45 |
| HSL | 258.11º | 0.23% | 0.45% | - |
| HSV(B) | 258.11º | 0.38% | 0.55% | - |
| XYZ | 14.01 | 11.85 | 26.75 | - |
| YUV | 98.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 141 | 0.26 | 0.38 | 0 | 0.45 | 258.11 | 0.23 | 0.45 |
| Hex | 68 | 58 | 8D | 1A | 26 | 0 | 2D | 102 | 17 | 2D |
| Octal | 150 | 130 | 215 | 32 | 46 | 0 | 55 | 402 | 27 | 55 |
| Binary | 1101000 | 1011000 | 10001101 | 11010 | 100110 | 0 | 101101 | 100000010 | 10111 | 101101 |
Color Harmonies of #68588D
Complementary color
Monochromatic Colors of #68588D
Black with #68588D
Text Example
Text Example
White with #68588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68588D; }
p { color: rgb(104,88,141); }
H1.HeaderClassName
{
color: #68588D;
}
.AnyTagClassName
{
color: #68588D;
}
</style>
background-color css
<style>
a { background-color: #68588D; }
a { background-color: rgb(104,88,141); }
div.DivClassName
{
background-color: #68588D;
}
.BgClassName
{
background-color: #68588D;
}
</style>
border-color css
<style>
span { border-color: #68588D; }
span { border-color: rgb(104,88,141); }
td.TdClassName
{
border-color: #68588D;
}
.TagClassName
{
border-color: #68588D;
}
</style>