Shades of Butterfly Bush #68569B
Tints of Butterfly Bush #68569B
RGB
CMYK
RGB Variations
Color information
#68569B (or 0x68569B) is known color: Butterfly Bush. HEX triplet: 68, 56 and 9B. RGB value is (104,86,155). Sum of RGB (Red+Green+Blue) = 104+86+155=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #68569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68569B is #97A964. Grayscale: #626262. Windows color (decimal): -9939301 or 10180200. OLE color: 10180200.
HSL color Cylindrical-coordinate representation of color #68569B: hue angle of 255.65º 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 #68569B is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 86 | 155 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.39 |
| HSL | 255.65º | 0.29% | 0.47% | - |
| HSV(B) | 255.65º | 0.45% | 0.61% | - |
| XYZ | 14.95 | 11.97 | 32.53 | - |
| YUV | 99.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 155 | 0.33 | 0.45 | 0 | 0.39 | 255.65 | 0.29 | 0.47 |
| Hex | 68 | 56 | 9B | 21 | 2D | 0 | 27 | 100 | 1D | 2F |
| Octal | 150 | 126 | 233 | 41 | 55 | 0 | 47 | 400 | 35 | 57 |
| Binary | 1101000 | 1010110 | 10011011 | 100001 | 101101 | 0 | 100111 | 100000000 | 11101 | 101111 |
Color Harmonies of #68569B
Complementary color
Monochromatic Colors of #68569B
Black with #68569B
Text Example
Text Example
White with #68569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68569B; }
p { color: rgb(104,86,155); }
H1.HeaderClassName
{
color: #68569B;
}
.AnyTagClassName
{
color: #68569B;
}
</style>
background-color css
<style>
a { background-color: #68569B; }
a { background-color: rgb(104,86,155); }
div.DivClassName
{
background-color: #68569B;
}
.BgClassName
{
background-color: #68569B;
}
</style>
border-color css
<style>
span { border-color: #68569B; }
span { border-color: rgb(104,86,155); }
td.TdClassName
{
border-color: #68569B;
}
.TagClassName
{
border-color: #68569B;
}
</style>