Shades of Butterfly Bush #674B86
Tints of Butterfly Bush #674B86
RGB
CMYK
RGB Variations
Color information
#674B86 (or 0x674B86) is known color: Butterfly Bush. HEX triplet: 67, 4B and 86. RGB value is (103,75,134). Sum of RGB (Red+Green+Blue) = 103+75+134=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #674B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674B86 is #98B479. Grayscale: #595959. Windows color (decimal): -10007674 or 8801127. OLE color: 8801127.
HSL color Cylindrical-coordinate representation of color #674B86: hue angle of 268.47º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #674B86 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 75 | 134 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.47 |
| HSL | 268.47º | 0.28% | 0.41% | - |
| HSV(B) | 268.47º | 0.44% | 0.53% | - |
| XYZ | 12.41 | 9.64 | 23.76 | - |
| YUV | 90.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 134 | 0.23 | 0.44 | 0 | 0.47 | 268.47 | 0.28 | 0.41 |
| Hex | 67 | 4B | 86 | 17 | 2C | 0 | 2F | 10C | 1C | 29 |
| Octal | 147 | 113 | 206 | 27 | 54 | 0 | 57 | 414 | 34 | 51 |
| Binary | 1100111 | 1001011 | 10000110 | 10111 | 101100 | 0 | 101111 | 100001100 | 11100 | 101001 |
Color Harmonies of #674B86
Complementary color
Monochromatic Colors of #674B86
Black with #674B86
Text Example
Text Example
White with #674B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B86; }
p { color: rgb(103,75,134); }
H1.HeaderClassName
{
color: #674B86;
}
.AnyTagClassName
{
color: #674B86;
}
</style>
background-color css
<style>
a { background-color: #674B86; }
a { background-color: rgb(103,75,134); }
div.DivClassName
{
background-color: #674B86;
}
.BgClassName
{
background-color: #674B86;
}
</style>
border-color css
<style>
span { border-color: #674B86; }
span { border-color: rgb(103,75,134); }
td.TdClassName
{
border-color: #674B86;
}
.TagClassName
{
border-color: #674B86;
}
</style>