Shades of Butterfly Bush #68538C
Tints of Butterfly Bush #68538C
RGB
CMYK
RGB Variations
Color information
#68538C (or 0x68538C) is known color: Butterfly Bush. HEX triplet: 68, 53 and 8C. RGB value is (104,83,140). Sum of RGB (Red+Green+Blue) = 104+83+140=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #68538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68538C is #97AC73. Grayscale: #5F5F5F. Windows color (decimal): -9940084 or 9196392. OLE color: 9196392.
HSL color Cylindrical-coordinate representation of color #68538C: hue angle of 262.11º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68538C is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 83 | 140 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.45 |
| HSL | 262.11º | 0.26% | 0.44% | - |
| HSV(B) | 262.11º | 0.41% | 0.55% | - |
| XYZ | 13.54 | 11.02 | 26.23 | - |
| YUV | 95.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 140 | 0.26 | 0.41 | 0 | 0.45 | 262.11 | 0.26 | 0.44 |
| Hex | 68 | 53 | 8C | 1A | 29 | 0 | 2D | 106 | 1A | 2C |
| Octal | 150 | 123 | 214 | 32 | 51 | 0 | 55 | 406 | 32 | 54 |
| Binary | 1101000 | 1010011 | 10001100 | 11010 | 101001 | 0 | 101101 | 100000110 | 11010 | 101100 |
Color Harmonies of #68538C
Complementary color
Monochromatic Colors of #68538C
Black with #68538C
Text Example
Text Example
White with #68538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68538C; }
p { color: rgb(104,83,140); }
H1.HeaderClassName
{
color: #68538C;
}
.AnyTagClassName
{
color: #68538C;
}
</style>
background-color css
<style>
a { background-color: #68538C; }
a { background-color: rgb(104,83,140); }
div.DivClassName
{
background-color: #68538C;
}
.BgClassName
{
background-color: #68538C;
}
</style>
border-color css
<style>
span { border-color: #68538C; }
span { border-color: rgb(104,83,140); }
td.TdClassName
{
border-color: #68538C;
}
.TagClassName
{
border-color: #68538C;
}
</style>