Shades of Butterfly Bush #68488A
Tints of Butterfly Bush #68488A
RGB
CMYK
RGB Variations
Color information
#68488A (or 0x68488A) is known color: Butterfly Bush. HEX triplet: 68, 48 and 8A. RGB value is (104,72,138). Sum of RGB (Red+Green+Blue) = 104+72+138=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #68488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68488A is #97B775. Grayscale: #585858. Windows color (decimal): -9942902 or 9062504. OLE color: 9062504.
HSL color Cylindrical-coordinate representation of color #68488A: hue angle of 269.09º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68488A is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 72 | 138 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.46 |
| HSL | 269.09º | 0.31% | 0.41% | - |
| HSV(B) | 269.09º | 0.48% | 0.54% | - |
| XYZ | 12.61 | 9.41 | 25.2 | - |
| YUV | 89.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 138 | 0.25 | 0.48 | 0 | 0.46 | 269.09 | 0.31 | 0.41 |
| Hex | 68 | 48 | 8A | 19 | 30 | 0 | 2E | 10D | 1F | 29 |
| Octal | 150 | 110 | 212 | 31 | 60 | 0 | 56 | 415 | 37 | 51 |
| Binary | 1101000 | 1001000 | 10001010 | 11001 | 110000 | 0 | 101110 | 100001101 | 11111 | 101001 |
Color Harmonies of #68488A
Complementary color
Monochromatic Colors of #68488A
Black with #68488A
Text Example
Text Example
White with #68488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68488A; }
p { color: rgb(104,72,138); }
H1.HeaderClassName
{
color: #68488A;
}
.AnyTagClassName
{
color: #68488A;
}
</style>
background-color css
<style>
a { background-color: #68488A; }
a { background-color: rgb(104,72,138); }
div.DivClassName
{
background-color: #68488A;
}
.BgClassName
{
background-color: #68488A;
}
</style>
border-color css
<style>
span { border-color: #68488A; }
span { border-color: rgb(104,72,138); }
td.TdClassName
{
border-color: #68488A;
}
.TagClassName
{
border-color: #68488A;
}
</style>