Shades of Butterfly Bush #68548A
Tints of Butterfly Bush #68548A
RGB
CMYK
RGB Variations
Color information
#68548A (or 0x68548A) is known color: Butterfly Bush. HEX triplet: 68, 54 and 8A. RGB value is (104,84,138). Sum of RGB (Red+Green+Blue) = 104+84+138=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #68548A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68548A is #97AB75. Grayscale: #5F5F5F. Windows color (decimal): -9939830 or 9065576. OLE color: 9065576.
HSL color Cylindrical-coordinate representation of color #68548A: hue angle of 262.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68548A is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 84 | 138 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.46 |
| HSL | 262.22º | 0.24% | 0.44% | - |
| HSV(B) | 262.22º | 0.39% | 0.54% | - |
| XYZ | 13.47 | 11.12 | 25.48 | - |
| YUV | 96.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 138 | 0.25 | 0.39 | 0 | 0.46 | 262.22 | 0.24 | 0.44 |
| Hex | 68 | 54 | 8A | 19 | 27 | 0 | 2E | 106 | 18 | 2C |
| Octal | 150 | 124 | 212 | 31 | 47 | 0 | 56 | 406 | 30 | 54 |
| Binary | 1101000 | 1010100 | 10001010 | 11001 | 100111 | 0 | 101110 | 100000110 | 11000 | 101100 |
Color Harmonies of #68548A
Complementary color
Monochromatic Colors of #68548A
Black with #68548A
Text Example
Text Example
White with #68548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68548A; }
p { color: rgb(104,84,138); }
H1.HeaderClassName
{
color: #68548A;
}
.AnyTagClassName
{
color: #68548A;
}
</style>
background-color css
<style>
a { background-color: #68548A; }
a { background-color: rgb(104,84,138); }
div.DivClassName
{
background-color: #68548A;
}
.BgClassName
{
background-color: #68548A;
}
</style>
border-color css
<style>
span { border-color: #68548A; }
span { border-color: rgb(104,84,138); }
td.TdClassName
{
border-color: #68548A;
}
.TagClassName
{
border-color: #68548A;
}
</style>