Shades of Butterfly Bush #694D8C
Tints of Butterfly Bush #694D8C
RGB
CMYK
RGB Variations
Color information
#694D8C (or 0x694D8C) is known color: Butterfly Bush. HEX triplet: 69, 4D and 8C. RGB value is (105,77,140). Sum of RGB (Red+Green+Blue) = 105+77+140=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #694D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694D8C is #96B273. Grayscale: #5C5C5C. Windows color (decimal): -9876084 or 9194857. OLE color: 9194857.
HSL color Cylindrical-coordinate representation of color #694D8C: hue angle of 266.67º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #694D8C is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 77 | 140 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.45 |
| HSL | 266.67º | 0.29% | 0.43% | - |
| HSV(B) | 266.67º | 0.45% | 0.55% | - |
| XYZ | 13.21 | 10.2 | 26.08 | - |
| YUV | 92.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 140 | 0.25 | 0.45 | 0 | 0.45 | 266.67 | 0.29 | 0.43 |
| Hex | 69 | 4D | 8C | 19 | 2D | 0 | 2D | 10B | 1D | 2B |
| Octal | 151 | 115 | 214 | 31 | 55 | 0 | 55 | 413 | 35 | 53 |
| Binary | 1101001 | 1001101 | 10001100 | 11001 | 101101 | 0 | 101101 | 100001011 | 11101 | 101011 |
Color Harmonies of #694D8C
Complementary color
Monochromatic Colors of #694D8C
Black with #694D8C
Text Example
Text Example
White with #694D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D8C; }
p { color: rgb(105,77,140); }
H1.HeaderClassName
{
color: #694D8C;
}
.AnyTagClassName
{
color: #694D8C;
}
</style>
background-color css
<style>
a { background-color: #694D8C; }
a { background-color: rgb(105,77,140); }
div.DivClassName
{
background-color: #694D8C;
}
.BgClassName
{
background-color: #694D8C;
}
</style>
border-color css
<style>
span { border-color: #694D8C; }
span { border-color: rgb(105,77,140); }
td.TdClassName
{
border-color: #694D8C;
}
.TagClassName
{
border-color: #694D8C;
}
</style>