Shades of Butterfly Bush #694C87
Tints of Butterfly Bush #694C87
RGB
CMYK
RGB Variations
Color information
#694C87 (or 0x694C87) is known color: Butterfly Bush. HEX triplet: 69, 4C and 87. RGB value is (105,76,135). Sum of RGB (Red+Green+Blue) = 105+76+135=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #694C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694C87 is #96B378. Grayscale: #5B5B5B. Windows color (decimal): -9876345 or 8866921. OLE color: 8866921.
HSL color Cylindrical-coordinate representation of color #694C87: hue angle of 269.49º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #694C87 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 76 | 135 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.47 |
| HSL | 269.49º | 0.28% | 0.41% | - |
| HSV(B) | 269.49º | 0.44% | 0.53% | - |
| XYZ | 12.78 | 9.92 | 24.16 | - |
| YUV | 91.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 135 | 0.22 | 0.44 | 0 | 0.47 | 269.49 | 0.28 | 0.41 |
| Hex | 69 | 4C | 87 | 16 | 2C | 0 | 2F | 10D | 1C | 29 |
| Octal | 151 | 114 | 207 | 26 | 54 | 0 | 57 | 415 | 34 | 51 |
| Binary | 1101001 | 1001100 | 10000111 | 10110 | 101100 | 0 | 101111 | 100001101 | 11100 | 101001 |
Color Harmonies of #694C87
Complementary color
Monochromatic Colors of #694C87
Black with #694C87
Text Example
Text Example
White with #694C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C87; }
p { color: rgb(105,76,135); }
H1.HeaderClassName
{
color: #694C87;
}
.AnyTagClassName
{
color: #694C87;
}
</style>
background-color css
<style>
a { background-color: #694C87; }
a { background-color: rgb(105,76,135); }
div.DivClassName
{
background-color: #694C87;
}
.BgClassName
{
background-color: #694C87;
}
</style>
border-color css
<style>
span { border-color: #694C87; }
span { border-color: rgb(105,76,135); }
td.TdClassName
{
border-color: #694C87;
}
.TagClassName
{
border-color: #694C87;
}
</style>