Shades of Butterfly Bush #69578A
Tints of Butterfly Bush #69578A
RGB
CMYK
RGB Variations
Color information
#69578A (or 0x69578A) is known color: Butterfly Bush. HEX triplet: 69, 57 and 8A. RGB value is (105,87,138). Sum of RGB (Red+Green+Blue) = 105+87+138=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #69578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69578A is #96A875. Grayscale: #626262. Windows color (decimal): -9873526 or 9066345. OLE color: 9066345.
HSL color Cylindrical-coordinate representation of color #69578A: hue angle of 261.18º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69578A is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 87 | 138 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.46 |
| HSL | 261.18º | 0.23% | 0.44% | - |
| HSV(B) | 261.18º | 0.37% | 0.54% | - |
| XYZ | 13.82 | 11.65 | 25.57 | - |
| YUV | 98.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 138 | 0.24 | 0.37 | 0 | 0.46 | 261.18 | 0.23 | 0.44 |
| Hex | 69 | 57 | 8A | 18 | 25 | 0 | 2E | 105 | 17 | 2C |
| Octal | 151 | 127 | 212 | 30 | 45 | 0 | 56 | 405 | 27 | 54 |
| Binary | 1101001 | 1010111 | 10001010 | 11000 | 100101 | 0 | 101110 | 100000101 | 10111 | 101100 |
Color Harmonies of #69578A
Complementary color
Monochromatic Colors of #69578A
Black with #69578A
Text Example
Text Example
White with #69578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69578A; }
p { color: rgb(105,87,138); }
H1.HeaderClassName
{
color: #69578A;
}
.AnyTagClassName
{
color: #69578A;
}
</style>
background-color css
<style>
a { background-color: #69578A; }
a { background-color: rgb(105,87,138); }
div.DivClassName
{
background-color: #69578A;
}
.BgClassName
{
background-color: #69578A;
}
</style>
border-color css
<style>
span { border-color: #69578A; }
span { border-color: rgb(105,87,138); }
td.TdClassName
{
border-color: #69578A;
}
.TagClassName
{
border-color: #69578A;
}
</style>