Shades of Butterfly Bush #68508E
Tints of Butterfly Bush #68508E
RGB
CMYK
RGB Variations
Color information
#68508E (or 0x68508E) is known color: Butterfly Bush. HEX triplet: 68, 50 and 8E. RGB value is (104,80,142). Sum of RGB (Red+Green+Blue) = 104+80+142=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #68508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68508E is #97AF71. Grayscale: #5E5E5E. Windows color (decimal): -9940850 or 9326696. OLE color: 9326696.
HSL color Cylindrical-coordinate representation of color #68508E: hue angle of 263.23º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68508E is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 80 | 142 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.44 |
| HSL | 263.23º | 0.28% | 0.44% | - |
| HSV(B) | 263.23º | 0.44% | 0.56% | - |
| XYZ | 13.46 | 10.63 | 26.93 | - |
| YUV | 94.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 142 | 0.27 | 0.44 | 0 | 0.44 | 263.23 | 0.28 | 0.44 |
| Hex | 68 | 50 | 8E | 1B | 2C | 0 | 2C | 107 | 1C | 2C |
| Octal | 150 | 120 | 216 | 33 | 54 | 0 | 54 | 407 | 34 | 54 |
| Binary | 1101000 | 1010000 | 10001110 | 11011 | 101100 | 0 | 101100 | 100000111 | 11100 | 101100 |
Color Harmonies of #68508E
Complementary color
Monochromatic Colors of #68508E
Black with #68508E
Text Example
Text Example
White with #68508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68508E; }
p { color: rgb(104,80,142); }
H1.HeaderClassName
{
color: #68508E;
}
.AnyTagClassName
{
color: #68508E;
}
</style>
background-color css
<style>
a { background-color: #68508E; }
a { background-color: rgb(104,80,142); }
div.DivClassName
{
background-color: #68508E;
}
.BgClassName
{
background-color: #68508E;
}
</style>
border-color css
<style>
span { border-color: #68508E; }
span { border-color: rgb(104,80,142); }
td.TdClassName
{
border-color: #68508E;
}
.TagClassName
{
border-color: #68508E;
}
</style>