Shades of Butterfly Bush #674E82
Tints of Butterfly Bush #674E82
RGB
CMYK
RGB Variations
Color information
#674E82 (or 0x674E82) is known color: Butterfly Bush. HEX triplet: 67, 4E and 82. RGB value is (103,78,130). Sum of RGB (Red+Green+Blue) = 103+78+130=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #674E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674E82 is #98B17D. Grayscale: #5B5B5B. Windows color (decimal): -10006910 or 8539751. OLE color: 8539751.
HSL color Cylindrical-coordinate representation of color #674E82: hue angle of 268.85º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #674E82 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 78 | 130 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.49 |
| HSL | 268.85º | 0.25% | 0.41% | - |
| HSV(B) | 268.85º | 0.4% | 0.51% | - |
| XYZ | 12.35 | 9.94 | 22.39 | - |
| YUV | 91.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 130 | 0.21 | 0.40 | 0 | 0.49 | 268.85 | 0.25 | 0.41 |
| Hex | 67 | 4E | 82 | 15 | 28 | 0 | 31 | 10D | 19 | 29 |
| Octal | 147 | 116 | 202 | 25 | 50 | 0 | 61 | 415 | 31 | 51 |
| Binary | 1100111 | 1001110 | 10000010 | 10101 | 101000 | 0 | 110001 | 100001101 | 11001 | 101001 |
Color Harmonies of #674E82
Complementary color
Monochromatic Colors of #674E82
Black with #674E82
Text Example
Text Example
White with #674E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E82; }
p { color: rgb(103,78,130); }
H1.HeaderClassName
{
color: #674E82;
}
.AnyTagClassName
{
color: #674E82;
}
</style>
background-color css
<style>
a { background-color: #674E82; }
a { background-color: rgb(103,78,130); }
div.DivClassName
{
background-color: #674E82;
}
.BgClassName
{
background-color: #674E82;
}
</style>
border-color css
<style>
span { border-color: #674E82; }
span { border-color: rgb(103,78,130); }
td.TdClassName
{
border-color: #674E82;
}
.TagClassName
{
border-color: #674E82;
}
</style>