Shades of Butterfly Bush #69578C
Tints of Butterfly Bush #69578C
RGB
CMYK
RGB Variations
Color information
#69578C (or 0x69578C) is known color: Butterfly Bush. HEX triplet: 69, 57 and 8C. RGB value is (105,87,140). Sum of RGB (Red+Green+Blue) = 105+87+140=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #69578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69578C is #96A873. Grayscale: #626262. Windows color (decimal): -9873524 or 9197417. OLE color: 9197417.
HSL color Cylindrical-coordinate representation of color #69578C: hue angle of 260.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69578C is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 87 | 140 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.45 |
| HSL | 260.38º | 0.23% | 0.45% | - |
| HSV(B) | 260.38º | 0.38% | 0.55% | - |
| XYZ | 13.97 | 11.71 | 26.34 | - |
| YUV | 98.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 140 | 0.25 | 0.38 | 0 | 0.45 | 260.38 | 0.23 | 0.45 |
| Hex | 69 | 57 | 8C | 19 | 26 | 0 | 2D | 104 | 17 | 2D |
| Octal | 151 | 127 | 214 | 31 | 46 | 0 | 55 | 404 | 27 | 55 |
| Binary | 1101001 | 1010111 | 10001100 | 11001 | 100110 | 0 | 101101 | 100000100 | 10111 | 101101 |
Color Harmonies of #69578C
Complementary color
Monochromatic Colors of #69578C
Black with #69578C
Text Example
Text Example
White with #69578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69578C; }
p { color: rgb(105,87,140); }
H1.HeaderClassName
{
color: #69578C;
}
.AnyTagClassName
{
color: #69578C;
}
</style>
background-color css
<style>
a { background-color: #69578C; }
a { background-color: rgb(105,87,140); }
div.DivClassName
{
background-color: #69578C;
}
.BgClassName
{
background-color: #69578C;
}
</style>
border-color css
<style>
span { border-color: #69578C; }
span { border-color: rgb(105,87,140); }
td.TdClassName
{
border-color: #69578C;
}
.TagClassName
{
border-color: #69578C;
}
</style>