Shades of Butterfly Bush #68567D
Tints of Butterfly Bush #68567D
RGB
CMYK
RGB Variations
Color information
#68567D (or 0x68567D) is known color: Butterfly Bush. HEX triplet: 68, 56 and 7D. RGB value is (104,86,125). Sum of RGB (Red+Green+Blue) = 104+86+125=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #68567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68567D is #97A982. Grayscale: #5F5F5F. Windows color (decimal): -9939331 or 8214120. OLE color: 8214120.
HSL color Cylindrical-coordinate representation of color #68567D: hue angle of 267.69º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68567D is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 86 | 125 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.51 |
| HSL | 267.69º | 0.18% | 0.41% | - |
| HSV(B) | 267.69º | 0.31% | 0.49% | - |
| XYZ | 12.74 | 11.08 | 20.87 | - |
| YUV | 95.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 125 | 0.17 | 0.31 | 0 | 0.51 | 267.69 | 0.18 | 0.41 |
| Hex | 68 | 56 | 7D | 11 | 1F | 0 | 33 | 10C | 12 | 29 |
| Octal | 150 | 126 | 175 | 21 | 37 | 0 | 63 | 414 | 22 | 51 |
| Binary | 1101000 | 1010110 | 1111101 | 10001 | 11111 | 0 | 110011 | 100001100 | 10010 | 101001 |
Color Harmonies of #68567D
Complementary color
Monochromatic Colors of #68567D
Black with #68567D
Text Example
Text Example
White with #68567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68567D; }
p { color: rgb(104,86,125); }
H1.HeaderClassName
{
color: #68567D;
}
.AnyTagClassName
{
color: #68567D;
}
</style>
background-color css
<style>
a { background-color: #68567D; }
a { background-color: rgb(104,86,125); }
div.DivClassName
{
background-color: #68567D;
}
.BgClassName
{
background-color: #68567D;
}
</style>
border-color css
<style>
span { border-color: #68567D; }
span { border-color: rgb(104,86,125); }
td.TdClassName
{
border-color: #68567D;
}
.TagClassName
{
border-color: #68567D;
}
</style>