Shades of Butterfly Bush #674F86
Tints of Butterfly Bush #674F86
RGB
CMYK
RGB Variations
Color information
#674F86 (or 0x674F86) is known color: Butterfly Bush. HEX triplet: 67, 4F and 86. RGB value is (103,79,134). Sum of RGB (Red+Green+Blue) = 103+79+134=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #674F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F86 is #98B079. Grayscale: #5C5C5C. Windows color (decimal): -10006650 or 8802151. OLE color: 8802151.
HSL color Cylindrical-coordinate representation of color #674F86: hue angle of 266.18º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #674F86 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 79 | 134 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.47 |
| HSL | 266.18º | 0.26% | 0.42% | - |
| HSV(B) | 266.18º | 0.41% | 0.53% | - |
| XYZ | 12.69 | 10.2 | 23.85 | - |
| YUV | 92.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 134 | 0.23 | 0.41 | 0 | 0.47 | 266.18 | 0.26 | 0.42 |
| Hex | 67 | 4F | 86 | 17 | 29 | 0 | 2F | 10A | 1A | 2A |
| Octal | 147 | 117 | 206 | 27 | 51 | 0 | 57 | 412 | 32 | 52 |
| Binary | 1100111 | 1001111 | 10000110 | 10111 | 101001 | 0 | 101111 | 100001010 | 11010 | 101010 |
Color Harmonies of #674F86
Complementary color
Monochromatic Colors of #674F86
Black with #674F86
Text Example
Text Example
White with #674F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F86; }
p { color: rgb(103,79,134); }
H1.HeaderClassName
{
color: #674F86;
}
.AnyTagClassName
{
color: #674F86;
}
</style>
background-color css
<style>
a { background-color: #674F86; }
a { background-color: rgb(103,79,134); }
div.DivClassName
{
background-color: #674F86;
}
.BgClassName
{
background-color: #674F86;
}
</style>
border-color css
<style>
span { border-color: #674F86; }
span { border-color: rgb(103,79,134); }
td.TdClassName
{
border-color: #674F86;
}
.TagClassName
{
border-color: #674F86;
}
</style>