Shades of Butterfly Bush #68559B
Tints of Butterfly Bush #68559B
RGB
CMYK
RGB Variations
Color information
#68559B (or 0x68559B) is known color: Butterfly Bush. HEX triplet: 68, 55 and 9B. RGB value is (104,85,155). Sum of RGB (Red+Green+Blue) = 104+85+155=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #68559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68559B is #97AA64. Grayscale: #626262. Windows color (decimal): -9939557 or 10179944. OLE color: 10179944.
HSL color Cylindrical-coordinate representation of color #68559B: hue angle of 256.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68559B is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 85 | 155 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.39 |
| HSL | 256.29º | 0.29% | 0.47% | - |
| HSV(B) | 256.29º | 0.45% | 0.61% | - |
| XYZ | 14.87 | 11.81 | 32.51 | - |
| YUV | 98.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 155 | 0.33 | 0.45 | 0 | 0.39 | 256.29 | 0.29 | 0.47 |
| Hex | 68 | 55 | 9B | 21 | 2D | 0 | 27 | 100 | 1D | 2F |
| Octal | 150 | 125 | 233 | 41 | 55 | 0 | 47 | 400 | 35 | 57 |
| Binary | 1101000 | 1010101 | 10011011 | 100001 | 101101 | 0 | 100111 | 100000000 | 11101 | 101111 |
Color Harmonies of #68559B
Complementary color
Monochromatic Colors of #68559B
Black with #68559B
Text Example
Text Example
White with #68559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68559B; }
p { color: rgb(104,85,155); }
H1.HeaderClassName
{
color: #68559B;
}
.AnyTagClassName
{
color: #68559B;
}
</style>
background-color css
<style>
a { background-color: #68559B; }
a { background-color: rgb(104,85,155); }
div.DivClassName
{
background-color: #68559B;
}
.BgClassName
{
background-color: #68559B;
}
</style>
border-color css
<style>
span { border-color: #68559B; }
span { border-color: rgb(104,85,155); }
td.TdClassName
{
border-color: #68559B;
}
.TagClassName
{
border-color: #68559B;
}
</style>