Shades of Butterfly Bush #694D8E
Tints of Butterfly Bush #694D8E
RGB
CMYK
RGB Variations
Color information
#694D8E (or 0x694D8E) is known color: Butterfly Bush. HEX triplet: 69, 4D and 8E. RGB value is (105,77,142). Sum of RGB (Red+Green+Blue) = 105+77+142=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #694D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694D8E is #96B271. Grayscale: #5C5C5C. Windows color (decimal): -9876082 or 9325929. OLE color: 9325929.
HSL color Cylindrical-coordinate representation of color #694D8E: hue angle of 265.85º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #694D8E is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 77 | 142 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.44 |
| HSL | 265.85º | 0.3% | 0.43% | - |
| HSV(B) | 265.85º | 0.46% | 0.56% | - |
| XYZ | 13.36 | 10.26 | 26.87 | - |
| YUV | 92.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 142 | 0.26 | 0.46 | 0 | 0.44 | 265.85 | 0.3 | 0.43 |
| Hex | 69 | 4D | 8E | 1A | 2E | 0 | 2C | 10A | 1E | 2B |
| Octal | 151 | 115 | 216 | 32 | 56 | 0 | 54 | 412 | 36 | 53 |
| Binary | 1101001 | 1001101 | 10001110 | 11010 | 101110 | 0 | 101100 | 100001010 | 11110 | 101011 |
Color Harmonies of #694D8E
Complementary color
Monochromatic Colors of #694D8E
Black with #694D8E
Text Example
Text Example
White with #694D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D8E; }
p { color: rgb(105,77,142); }
H1.HeaderClassName
{
color: #694D8E;
}
.AnyTagClassName
{
color: #694D8E;
}
</style>
background-color css
<style>
a { background-color: #694D8E; }
a { background-color: rgb(105,77,142); }
div.DivClassName
{
background-color: #694D8E;
}
.BgClassName
{
background-color: #694D8E;
}
</style>
border-color css
<style>
span { border-color: #694D8E; }
span { border-color: rgb(105,77,142); }
td.TdClassName
{
border-color: #694D8E;
}
.TagClassName
{
border-color: #694D8E;
}
</style>