Shades of Butterfly Bush #674E8B
Tints of Butterfly Bush #674E8B
RGB
CMYK
RGB Variations
Color information
#674E8B (or 0x674E8B) is known color: Butterfly Bush. HEX triplet: 67, 4E and 8B. RGB value is (103,78,139). Sum of RGB (Red+Green+Blue) = 103+78+139=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #674E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674E8B is #98B174. Grayscale: #5C5C5C. Windows color (decimal): -10006901 or 9129575. OLE color: 9129575.
HSL color Cylindrical-coordinate representation of color #674E8B: hue angle of 264.59º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #674E8B is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 78 | 139 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.45 |
| HSL | 264.59º | 0.28% | 0.43% | - |
| HSV(B) | 264.59º | 0.44% | 0.55% | - |
| XYZ | 12.98 | 10.2 | 25.71 | - |
| YUV | 92.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 139 | 0.26 | 0.44 | 0 | 0.45 | 264.59 | 0.28 | 0.43 |
| Hex | 67 | 4E | 8B | 1A | 2C | 0 | 2D | 109 | 1C | 2B |
| Octal | 147 | 116 | 213 | 32 | 54 | 0 | 55 | 411 | 34 | 53 |
| Binary | 1100111 | 1001110 | 10001011 | 11010 | 101100 | 0 | 101101 | 100001001 | 11100 | 101011 |
Color Harmonies of #674E8B
Complementary color
Monochromatic Colors of #674E8B
Black with #674E8B
Text Example
Text Example
White with #674E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E8B; }
p { color: rgb(103,78,139); }
H1.HeaderClassName
{
color: #674E8B;
}
.AnyTagClassName
{
color: #674E8B;
}
</style>
background-color css
<style>
a { background-color: #674E8B; }
a { background-color: rgb(103,78,139); }
div.DivClassName
{
background-color: #674E8B;
}
.BgClassName
{
background-color: #674E8B;
}
</style>
border-color css
<style>
span { border-color: #674E8B; }
span { border-color: rgb(103,78,139); }
td.TdClassName
{
border-color: #674E8B;
}
.TagClassName
{
border-color: #674E8B;
}
</style>