Shades of Butterfly Bush #694C8C
Tints of Butterfly Bush #694C8C
RGB
CMYK
RGB Variations
Color information
#694C8C (or 0x694C8C) is known color: Butterfly Bush. HEX triplet: 69, 4C and 8C. RGB value is (105,76,140). Sum of RGB (Red+Green+Blue) = 105+76+140=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #694C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694C8C is #96B373. Grayscale: #5B5B5B. Windows color (decimal): -9876340 or 9194601. OLE color: 9194601.
HSL color Cylindrical-coordinate representation of color #694C8C: hue angle of 267.19º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #694C8C is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 76 | 140 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.45 |
| HSL | 267.19º | 0.3% | 0.42% | - |
| HSV(B) | 267.19º | 0.46% | 0.55% | - |
| XYZ | 13.14 | 10.07 | 26.06 | - |
| YUV | 91.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 140 | 0.25 | 0.46 | 0 | 0.45 | 267.19 | 0.3 | 0.42 |
| Hex | 69 | 4C | 8C | 19 | 2E | 0 | 2D | 10B | 1E | 2A |
| Octal | 151 | 114 | 214 | 31 | 56 | 0 | 55 | 413 | 36 | 52 |
| Binary | 1101001 | 1001100 | 10001100 | 11001 | 101110 | 0 | 101101 | 100001011 | 11110 | 101010 |
Color Harmonies of #694C8C
Complementary color
Monochromatic Colors of #694C8C
Black with #694C8C
Text Example
Text Example
White with #694C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C8C; }
p { color: rgb(105,76,140); }
H1.HeaderClassName
{
color: #694C8C;
}
.AnyTagClassName
{
color: #694C8C;
}
</style>
background-color css
<style>
a { background-color: #694C8C; }
a { background-color: rgb(105,76,140); }
div.DivClassName
{
background-color: #694C8C;
}
.BgClassName
{
background-color: #694C8C;
}
</style>
border-color css
<style>
span { border-color: #694C8C; }
span { border-color: rgb(105,76,140); }
td.TdClassName
{
border-color: #694C8C;
}
.TagClassName
{
border-color: #694C8C;
}
</style>