Shades of Butterfly Bush #694D8A
Tints of Butterfly Bush #694D8A
RGB
CMYK
RGB Variations
Color information
#694D8A (or 0x694D8A) is known color: Butterfly Bush. HEX triplet: 69, 4D and 8A. RGB value is (105,77,138). Sum of RGB (Red+Green+Blue) = 105+77+138=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #694D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694D8A is #96B275. Grayscale: #5C5C5C. Windows color (decimal): -9876086 or 9063785. OLE color: 9063785.
HSL color Cylindrical-coordinate representation of color #694D8A: hue angle of 267.54º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #694D8A is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 77 | 138 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.46 |
| HSL | 267.54º | 0.28% | 0.42% | - |
| HSV(B) | 267.54º | 0.44% | 0.54% | - |
| XYZ | 13.07 | 10.15 | 25.31 | - |
| YUV | 92.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 138 | 0.24 | 0.44 | 0 | 0.46 | 267.54 | 0.28 | 0.42 |
| Hex | 69 | 4D | 8A | 18 | 2C | 0 | 2E | 10C | 1C | 2A |
| Octal | 151 | 115 | 212 | 30 | 54 | 0 | 56 | 414 | 34 | 52 |
| Binary | 1101001 | 1001101 | 10001010 | 11000 | 101100 | 0 | 101110 | 100001100 | 11100 | 101010 |
Color Harmonies of #694D8A
Complementary color
Monochromatic Colors of #694D8A
Black with #694D8A
Text Example
Text Example
White with #694D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D8A; }
p { color: rgb(105,77,138); }
H1.HeaderClassName
{
color: #694D8A;
}
.AnyTagClassName
{
color: #694D8A;
}
</style>
background-color css
<style>
a { background-color: #694D8A; }
a { background-color: rgb(105,77,138); }
div.DivClassName
{
background-color: #694D8A;
}
.BgClassName
{
background-color: #694D8A;
}
</style>
border-color css
<style>
span { border-color: #694D8A; }
span { border-color: rgb(105,77,138); }
td.TdClassName
{
border-color: #694D8A;
}
.TagClassName
{
border-color: #694D8A;
}
</style>