Shades of Butterfly Bush #68528A
Tints of Butterfly Bush #68528A
RGB
CMYK
RGB Variations
Color information
#68528A (or 0x68528A) is known color: Butterfly Bush. HEX triplet: 68, 52 and 8A. RGB value is (104,82,138). Sum of RGB (Red+Green+Blue) = 104+82+138=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #68528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68528A is #97AD75. Grayscale: #5E5E5E. Windows color (decimal): -9940342 or 9065064. OLE color: 9065064.
HSL color Cylindrical-coordinate representation of color #68528A: hue angle of 263.57º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68528A is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 82 | 138 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.46 |
| HSL | 263.57º | 0.25% | 0.43% | - |
| HSV(B) | 263.57º | 0.41% | 0.54% | - |
| XYZ | 13.31 | 10.81 | 25.43 | - |
| YUV | 94.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 138 | 0.25 | 0.41 | 0 | 0.46 | 263.57 | 0.25 | 0.43 |
| Hex | 68 | 52 | 8A | 19 | 29 | 0 | 2E | 108 | 19 | 2B |
| Octal | 150 | 122 | 212 | 31 | 51 | 0 | 56 | 410 | 31 | 53 |
| Binary | 1101000 | 1010010 | 10001010 | 11001 | 101001 | 0 | 101110 | 100001000 | 11001 | 101011 |
Color Harmonies of #68528A
Complementary color
Monochromatic Colors of #68528A
Black with #68528A
Text Example
Text Example
White with #68528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68528A; }
p { color: rgb(104,82,138); }
H1.HeaderClassName
{
color: #68528A;
}
.AnyTagClassName
{
color: #68528A;
}
</style>
background-color css
<style>
a { background-color: #68528A; }
a { background-color: rgb(104,82,138); }
div.DivClassName
{
background-color: #68528A;
}
.BgClassName
{
background-color: #68528A;
}
</style>
border-color css
<style>
span { border-color: #68528A; }
span { border-color: rgb(104,82,138); }
td.TdClassName
{
border-color: #68528A;
}
.TagClassName
{
border-color: #68528A;
}
</style>