Shades of Butterfly Bush #674E8E
Tints of Butterfly Bush #674E8E
RGB
CMYK
RGB Variations
Color information
#674E8E (or 0x674E8E) is known color: Butterfly Bush. HEX triplet: 67, 4E and 8E. RGB value is (103,78,142). Sum of RGB (Red+Green+Blue) = 103+78+142=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #674E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674E8E is #98B171. Grayscale: #5C5C5C. Windows color (decimal): -10006898 or 9326183. OLE color: 9326183.
HSL color Cylindrical-coordinate representation of color #674E8E: hue angle of 263.44º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #674E8E is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 78 | 142 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.44 |
| HSL | 263.44º | 0.29% | 0.43% | - |
| HSV(B) | 263.44º | 0.45% | 0.56% | - |
| XYZ | 13.2 | 10.29 | 26.88 | - |
| YUV | 92.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 142 | 0.27 | 0.45 | 0 | 0.44 | 263.44 | 0.29 | 0.43 |
| Hex | 67 | 4E | 8E | 1B | 2D | 0 | 2C | 107 | 1D | 2B |
| Octal | 147 | 116 | 216 | 33 | 55 | 0 | 54 | 407 | 35 | 53 |
| Binary | 1100111 | 1001110 | 10001110 | 11011 | 101101 | 0 | 101100 | 100000111 | 11101 | 101011 |
Color Harmonies of #674E8E
Complementary color
Monochromatic Colors of #674E8E
Black with #674E8E
Text Example
Text Example
White with #674E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E8E; }
p { color: rgb(103,78,142); }
H1.HeaderClassName
{
color: #674E8E;
}
.AnyTagClassName
{
color: #674E8E;
}
</style>
background-color css
<style>
a { background-color: #674E8E; }
a { background-color: rgb(103,78,142); }
div.DivClassName
{
background-color: #674E8E;
}
.BgClassName
{
background-color: #674E8E;
}
</style>
border-color css
<style>
span { border-color: #674E8E; }
span { border-color: rgb(103,78,142); }
td.TdClassName
{
border-color: #674E8E;
}
.TagClassName
{
border-color: #674E8E;
}
</style>