Shades of Butterfly Bush #68567F
Tints of Butterfly Bush #68567F
RGB
CMYK
RGB Variations
Color information
#68567F (or 0x68567F) is known color: Butterfly Bush. HEX triplet: 68, 56 and 7F. RGB value is (104,86,127). Sum of RGB (Red+Green+Blue) = 104+86+127=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #68567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68567F is #97A980. Grayscale: #5F5F5F. Windows color (decimal): -9939329 or 8345192. OLE color: 8345192.
HSL color Cylindrical-coordinate representation of color #68567F: hue angle of 266.34º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68567F is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 86 | 127 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.50 |
| HSL | 266.34º | 0.19% | 0.42% | - |
| HSV(B) | 266.34º | 0.32% | 0.5% | - |
| XYZ | 12.87 | 11.13 | 21.55 | - |
| YUV | 96.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 127 | 0.18 | 0.32 | 0 | 0.50 | 266.34 | 0.19 | 0.42 |
| Hex | 68 | 56 | 7F | 12 | 20 | 0 | 32 | 10A | 13 | 2A |
| Octal | 150 | 126 | 177 | 22 | 40 | 0 | 62 | 412 | 23 | 52 |
| Binary | 1101000 | 1010110 | 1111111 | 10010 | 100000 | 0 | 110010 | 100001010 | 10011 | 101010 |
Color Harmonies of #68567F
Complementary color
Monochromatic Colors of #68567F
Black with #68567F
Text Example
Text Example
White with #68567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68567F; }
p { color: rgb(104,86,127); }
H1.HeaderClassName
{
color: #68567F;
}
.AnyTagClassName
{
color: #68567F;
}
</style>
background-color css
<style>
a { background-color: #68567F; }
a { background-color: rgb(104,86,127); }
div.DivClassName
{
background-color: #68567F;
}
.BgClassName
{
background-color: #68567F;
}
</style>
border-color css
<style>
span { border-color: #68567F; }
span { border-color: rgb(104,86,127); }
td.TdClassName
{
border-color: #68567F;
}
.TagClassName
{
border-color: #68567F;
}
</style>