Shades of Butterfly Bush #68529B
Tints of Butterfly Bush #68529B
RGB
CMYK
RGB Variations
Color information
#68529B (or 0x68529B) is known color: Butterfly Bush. HEX triplet: 68, 52 and 9B. RGB value is (104,82,155). Sum of RGB (Red+Green+Blue) = 104+82+155=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #68529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68529B is #97AD64. Grayscale: #606060. Windows color (decimal): -9940325 or 10179176. OLE color: 10179176.
HSL color Cylindrical-coordinate representation of color #68529B: hue angle of 258.08º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68529B is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 82 | 155 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.39 |
| HSL | 258.08º | 0.31% | 0.46% | - |
| HSV(B) | 258.08º | 0.47% | 0.61% | - |
| XYZ | 14.64 | 11.34 | 32.43 | - |
| YUV | 96.9 | 160.79 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 155 | 0.33 | 0.47 | 0 | 0.39 | 258.08 | 0.31 | 0.46 |
| Hex | 68 | 52 | 9B | 21 | 2F | 0 | 27 | 102 | 1F | 2E |
| Octal | 150 | 122 | 233 | 41 | 57 | 0 | 47 | 402 | 37 | 56 |
| Binary | 1101000 | 1010010 | 10011011 | 100001 | 101111 | 0 | 100111 | 100000010 | 11111 | 101110 |
Color Harmonies of #68529B
Complementary color
Monochromatic Colors of #68529B
Black with #68529B
Text Example
Text Example
White with #68529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68529B; }
p { color: rgb(104,82,155); }
H1.HeaderClassName
{
color: #68529B;
}
.AnyTagClassName
{
color: #68529B;
}
</style>
background-color css
<style>
a { background-color: #68529B; }
a { background-color: rgb(104,82,155); }
div.DivClassName
{
background-color: #68529B;
}
.BgClassName
{
background-color: #68529B;
}
</style>
border-color css
<style>
span { border-color: #68529B; }
span { border-color: rgb(104,82,155); }
td.TdClassName
{
border-color: #68529B;
}
.TagClassName
{
border-color: #68529B;
}
</style>