Shades of Butterfly Bush #68527F
Tints of Butterfly Bush #68527F
RGB
CMYK
RGB Variations
Color information
#68527F (or 0x68527F) is known color: Butterfly Bush. HEX triplet: 68, 52 and 7F. RGB value is (104,82,127). Sum of RGB (Red+Green+Blue) = 104+82+127=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #68527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68527F is #97AD80. Grayscale: #5D5D5D. Windows color (decimal): -9940353 or 8344168. OLE color: 8344168.
HSL color Cylindrical-coordinate representation of color #68527F: hue angle of 269.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68527F is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 82 | 127 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.50 |
| HSL | 269.33º | 0.22% | 0.41% | - |
| HSV(B) | 269.33º | 0.35% | 0.5% | - |
| XYZ | 12.56 | 10.51 | 21.45 | - |
| YUV | 93.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 127 | 0.18 | 0.35 | 0 | 0.50 | 269.33 | 0.22 | 0.41 |
| Hex | 68 | 52 | 7F | 12 | 23 | 0 | 32 | 10D | 16 | 29 |
| Octal | 150 | 122 | 177 | 22 | 43 | 0 | 62 | 415 | 26 | 51 |
| Binary | 1101000 | 1010010 | 1111111 | 10010 | 100011 | 0 | 110010 | 100001101 | 10110 | 101001 |
Color Harmonies of #68527F
Complementary color
Monochromatic Colors of #68527F
Black with #68527F
Text Example
Text Example
White with #68527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68527F; }
p { color: rgb(104,82,127); }
H1.HeaderClassName
{
color: #68527F;
}
.AnyTagClassName
{
color: #68527F;
}
</style>
background-color css
<style>
a { background-color: #68527F; }
a { background-color: rgb(104,82,127); }
div.DivClassName
{
background-color: #68527F;
}
.BgClassName
{
background-color: #68527F;
}
</style>
border-color css
<style>
span { border-color: #68527F; }
span { border-color: rgb(104,82,127); }
td.TdClassName
{
border-color: #68527F;
}
.TagClassName
{
border-color: #68527F;
}
</style>