Shades of Butterfly Bush #68558A
Tints of Butterfly Bush #68558A
RGB
CMYK
RGB Variations
Color information
#68558A (or 0x68558A) is known color: Butterfly Bush. HEX triplet: 68, 55 and 8A. RGB value is (104,85,138). Sum of RGB (Red+Green+Blue) = 104+85+138=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #68558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68558A is #97AA75. Grayscale: #606060. Windows color (decimal): -9939574 or 9065832. OLE color: 9065832.
HSL color Cylindrical-coordinate representation of color #68558A: hue angle of 261.51º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68558A is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 85 | 138 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.46 |
| HSL | 261.51º | 0.24% | 0.44% | - |
| HSV(B) | 261.51º | 0.38% | 0.54% | - |
| XYZ | 13.54 | 11.28 | 25.51 | - |
| YUV | 96.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 138 | 0.25 | 0.38 | 0 | 0.46 | 261.51 | 0.24 | 0.44 |
| Hex | 68 | 55 | 8A | 19 | 26 | 0 | 2E | 106 | 18 | 2C |
| Octal | 150 | 125 | 212 | 31 | 46 | 0 | 56 | 406 | 30 | 54 |
| Binary | 1101000 | 1010101 | 10001010 | 11001 | 100110 | 0 | 101110 | 100000110 | 11000 | 101100 |
Color Harmonies of #68558A
Complementary color
Monochromatic Colors of #68558A
Black with #68558A
Text Example
Text Example
White with #68558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68558A; }
p { color: rgb(104,85,138); }
H1.HeaderClassName
{
color: #68558A;
}
.AnyTagClassName
{
color: #68558A;
}
</style>
background-color css
<style>
a { background-color: #68558A; }
a { background-color: rgb(104,85,138); }
div.DivClassName
{
background-color: #68558A;
}
.BgClassName
{
background-color: #68558A;
}
</style>
border-color css
<style>
span { border-color: #68558A; }
span { border-color: rgb(104,85,138); }
td.TdClassName
{
border-color: #68558A;
}
.TagClassName
{
border-color: #68558A;
}
</style>