Shades of Butterfly Bush #685A8D
Tints of Butterfly Bush #685A8D
RGB
CMYK
RGB Variations
Color information
#685A8D (or 0x685A8D) is known color: Butterfly Bush. HEX triplet: 68, 5A and 8D. RGB value is (104,90,141). Sum of RGB (Red+Green+Blue) = 104+90+141=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #685A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685A8D is #97A572. Grayscale: #636363. Windows color (decimal): -9938291 or 9263720. OLE color: 9263720.
HSL color Cylindrical-coordinate representation of color #685A8D: hue angle of 256.47º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685A8D is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 90 | 141 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.45 |
| HSL | 256.47º | 0.22% | 0.45% | - |
| HSV(B) | 256.47º | 0.36% | 0.55% | - |
| XYZ | 14.17 | 12.18 | 26.8 | - |
| YUV | 100 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 141 | 0.26 | 0.36 | 0 | 0.45 | 256.47 | 0.22 | 0.45 |
| Hex | 68 | 5A | 8D | 1A | 24 | 0 | 2D | 100 | 16 | 2D |
| Octal | 150 | 132 | 215 | 32 | 44 | 0 | 55 | 400 | 26 | 55 |
| Binary | 1101000 | 1011010 | 10001101 | 11010 | 100100 | 0 | 101101 | 100000000 | 10110 | 101101 |
Color Harmonies of #685A8D
Complementary color
Monochromatic Colors of #685A8D
Black with #685A8D
Text Example
Text Example
White with #685A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A8D; }
p { color: rgb(104,90,141); }
H1.HeaderClassName
{
color: #685A8D;
}
.AnyTagClassName
{
color: #685A8D;
}
</style>
background-color css
<style>
a { background-color: #685A8D; }
a { background-color: rgb(104,90,141); }
div.DivClassName
{
background-color: #685A8D;
}
.BgClassName
{
background-color: #685A8D;
}
</style>
border-color css
<style>
span { border-color: #685A8D; }
span { border-color: rgb(104,90,141); }
td.TdClassName
{
border-color: #685A8D;
}
.TagClassName
{
border-color: #685A8D;
}
</style>