Shades of Butterfly Bush #685C92
Tints of Butterfly Bush #685C92
RGB
CMYK
RGB Variations
Color information
#685C92 (or 0x685C92) is known color: Butterfly Bush. HEX triplet: 68, 5C and 92. RGB value is (104,92,146). Sum of RGB (Red+Green+Blue) = 104+92+146=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #685C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685C92 is #97A36D. Grayscale: #656565. Windows color (decimal): -9937774 or 9591912. OLE color: 9591912.
HSL color Cylindrical-coordinate representation of color #685C92: hue angle of 253.33º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #685C92 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 92 | 146 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.43 |
| HSL | 253.33º | 0.23% | 0.47% | - |
| HSV(B) | 253.33º | 0.37% | 0.57% | - |
| XYZ | 14.72 | 12.67 | 28.86 | - |
| YUV | 101.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 146 | 0.29 | 0.37 | 0 | 0.43 | 253.33 | 0.23 | 0.47 |
| Hex | 68 | 5C | 92 | 1D | 25 | 0 | 2B | FD | 17 | 2F |
| Octal | 150 | 134 | 222 | 35 | 45 | 0 | 53 | 375 | 27 | 57 |
| Binary | 1101000 | 1011100 | 10010010 | 11101 | 100101 | 0 | 101011 | 11111101 | 10111 | 101111 |
Color Harmonies of #685C92
Complementary color
Monochromatic Colors of #685C92
Black with #685C92
Text Example
Text Example
White with #685C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C92; }
p { color: rgb(104,92,146); }
H1.HeaderClassName
{
color: #685C92;
}
.AnyTagClassName
{
color: #685C92;
}
</style>
background-color css
<style>
a { background-color: #685C92; }
a { background-color: rgb(104,92,146); }
div.DivClassName
{
background-color: #685C92;
}
.BgClassName
{
background-color: #685C92;
}
</style>
border-color css
<style>
span { border-color: #685C92; }
span { border-color: rgb(104,92,146); }
td.TdClassName
{
border-color: #685C92;
}
.TagClassName
{
border-color: #685C92;
}
</style>