Shades of Butterfly Bush #68529C
Tints of Butterfly Bush #68529C
RGB
CMYK
RGB Variations
Color information
#68529C (or 0x68529C) is known color: Butterfly Bush. HEX triplet: 68, 52 and 9C. RGB value is (104,82,156). Sum of RGB (Red+Green+Blue) = 104+82+156=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #68529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68529C is #97AD63. Grayscale: #606060. Windows color (decimal): -9940324 or 10244712. OLE color: 10244712.
HSL color Cylindrical-coordinate representation of color #68529C: hue angle of 257.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68529C is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 82 | 156 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.39 |
| HSL | 257.84º | 0.31% | 0.47% | - |
| HSV(B) | 257.84º | 0.47% | 0.61% | - |
| XYZ | 14.73 | 11.38 | 32.87 | - |
| YUV | 97.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 156 | 0.33 | 0.47 | 0 | 0.39 | 257.84 | 0.31 | 0.47 |
| Hex | 68 | 52 | 9C | 21 | 2F | 0 | 27 | 102 | 1F | 2F |
| Octal | 150 | 122 | 234 | 41 | 57 | 0 | 47 | 402 | 37 | 57 |
| Binary | 1101000 | 1010010 | 10011100 | 100001 | 101111 | 0 | 100111 | 100000010 | 11111 | 101111 |
Color Harmonies of #68529C
Complementary color
Monochromatic Colors of #68529C
Black with #68529C
Text Example
Text Example
White with #68529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68529C; }
p { color: rgb(104,82,156); }
H1.HeaderClassName
{
color: #68529C;
}
.AnyTagClassName
{
color: #68529C;
}
</style>
background-color css
<style>
a { background-color: #68529C; }
a { background-color: rgb(104,82,156); }
div.DivClassName
{
background-color: #68529C;
}
.BgClassName
{
background-color: #68529C;
}
</style>
border-color css
<style>
span { border-color: #68529C; }
span { border-color: rgb(104,82,156); }
td.TdClassName
{
border-color: #68529C;
}
.TagClassName
{
border-color: #68529C;
}
</style>